From 299407d69801279f0b7a9d72af364462026a61c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:55:19 +0000 Subject: [PATCH] Bump the rust group with 3 updates Bumps the rust group with 3 updates: [clap_complete](https://github.com/clap-rs/clap), [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) and [tokio](https://github.com/tokio-rs/tokio). Updates `clap_complete` from 4.6.3 to 4.6.5 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.3...clap_complete-v4.6.5) Updates `rust_xlsxwriter` from 0.94.0 to 0.95.0 - [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md) - [Commits](https://github.com/jmcnamara/rust_xlsxwriter/compare/v0.94.0...v0.95.0) Updates `tokio` from 1.52.2 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.2...tokio-1.52.3) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: rust_xlsxwriter dependency-version: 0.95.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c38271..fdbc923 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,9 +328,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.3" +version = "4.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "660c0520455b1013b9bcb0393d5f643d7e4454fb69c915b8d6d2aa0e9a45acc3" +checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772" dependencies = [ "clap", ] @@ -2629,9 +2629,9 @@ dependencies = [ [[package]] name = "rust_xlsxwriter" -version = "0.94.0" +version = "0.95.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc4a0f1f7b425669996977016152b2939be9be44d40df252a5051c9c6b3b859" +checksum = "f281b687352597d29efaad39701d1167d5c48aa76fb973e392bc13e9d44e7f36" dependencies = [ "chrono", "rust_xlsxwriter_derive", @@ -3325,9 +3325,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.2" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index ff2134b..ba7d638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.94" anyhow = "1.0.102" chrono = "0.4.44" clap = { version = "4.6.1", features = ["derive"] } -clap_complete = "4.6.3" +clap_complete = "4.6.5" colored = "3.1.1" crossterm = "0.29.0" ctrlc = "3.5.2" @@ -33,7 +33,7 @@ rayon = "1.12.0" regex = "1.12.3" reqwest = { version = "0.13.3", features = ["cookies", "form", "multipart"] } rusqlite = { version = "0.39.0", features = ["bundled"] } -rust_xlsxwriter = { version = "0.94.0", features = ["chrono", "serde"] } +rust_xlsxwriter = { version = "0.95.0", features = ["chrono", "serde"] } serde = { version = "1.0.228", features = ["derive"] } serde_bencode = "0.2.4" serde_bytes = "0.11.19" @@ -41,7 +41,7 @@ serde_json = "1.0" sha1 = "0.11.0" tempfile = "3.27.0" titlecase = "3.6.0" -tokio = { version = "1.52.2", features = ["full"] } +tokio = { version = "1.52.3", features = ["full"] } toml = "1.1.2" toml_edit = "0.25.11" trash = "5.2.6"