From 502227f61991a926365a36db65ee6659ba3b2958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 04:45:40 +0000 Subject: [PATCH] chore(deps): bump the versions group across 1 directory with 3 updates Bumps the versions group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json) and [tokio](https://github.com/tokio-rs/tokio). Updates `clap` from 4.5.41 to 4.5.42 - [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.5.41...clap_complete-v4.5.42) Updates `serde_json` from 1.0.141 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.141...v1.0.142) Updates `tokio` from 1.47.0 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.47.0...tokio-1.47.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- crates/bacli/Cargo.toml | 6 +++--- crates/bitaxe_api/Cargo.toml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54685d9..7cb0d20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" +checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" dependencies = [ "clap_builder", "clap_derive", @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" +checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" dependencies = [ "anstream", "anstyle", @@ -1689,9 +1689,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.141" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", @@ -1969,9 +1969,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.47.0" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", diff --git a/crates/bacli/Cargo.toml b/crates/bacli/Cargo.toml index 808d279..94a4037 100644 --- a/crates/bacli/Cargo.toml +++ b/crates/bacli/Cargo.toml @@ -14,7 +14,7 @@ bitaxe_api = { version = "0.4.0", path = "../bitaxe_api", default-features = fal "rustls", "clap", ] } -clap = { version = "4.5.41", features = ["derive"] } +clap = { version = "4.5.42", features = ["derive"] } comfy-table = "7.1.4" config = { version = "0.15.13", default-features = false, features = [ "async", @@ -29,7 +29,7 @@ ipnetwork = "0.21.1" log = "0.4.27" reqwest = "0.12.22" serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.141" +serde_json = "1.0.142" serde_with = "3.14.0" serde_yaml = "0.9.34" -tokio = { version = "1.47.0", features = ["fs", "macros", "rt-multi-thread"] } +tokio = { version = "1.47.1", features = ["fs", "macros", "rt-multi-thread"] } diff --git a/crates/bitaxe_api/Cargo.toml b/crates/bitaxe_api/Cargo.toml index 3e6de31..a63f98e 100644 --- a/crates/bitaxe_api/Cargo.toml +++ b/crates/bitaxe_api/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/w3ird-tech/bacli" version = "0.4.0" [dependencies] -clap = { version = "4.5.41", optional = true } +clap = { version = "4.5.42", optional = true } log = "0.4.27" reqwest = { version = "0.12.22", default-features = false, features = [ "charset", @@ -29,4 +29,4 @@ openssl = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] [dev-dependencies] -serde_json = "1.0.141" +serde_json = "1.0.142"