From c7d7b6672515b5b1822432086c18025e1a599c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 06:33:02 +0000 Subject: [PATCH 1/2] Bump the cargo-deps group with 2 updates Bumps the cargo-deps group with 2 updates: [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs) and [clap](https://github.com/clap-rs/clap). Updates `shvrpc` from 7.1.7 to 7.1.8 - [Commits](https://github.com/silicon-heaven/libshvrpc-rs/compare/7.1.7...7.1.8) Updates `clap` from 4.5.53 to 4.5.54 - [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.53...clap_complete-v4.5.54) --- updated-dependencies: - dependency-name: shvrpc dependency-version: 7.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de7bcfa..c62537f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,9 +306,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" +checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" dependencies = [ "clap_builder", "clap_derive", @@ -316,9 +316,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" +checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" dependencies = [ "anstream", "anstyle", @@ -1392,9 +1392,9 @@ dependencies = [ [[package]] name = "shvrpc" -version = "7.1.7" +version = "7.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291fa9b36eb9ba6b402bbd59a9fe98941db5a049c5910cd365f4ba0fa99c561f" +checksum = "b9e350832137e2365cc3354159772b929c121b161886ca48d70f7e8346f9abc6" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5b57d8b..f3a5089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,12 +16,12 @@ serial = ["dep:serialport"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] shvproto = "3.6.28" -shvrpc = "7.1.7" +shvrpc = "7.1.8" futures = "0.3.29" smol = "2" log = "0.4.20" simple_logger = { version = "5.0.0", features = ["stderr"] } -clap = { version = "4.4.12", features = ["derive"] } +clap = { version = "4.5.54", features = ["derive"] } rustyline-async = { version = "0.4.1", optional = true } crossterm = { version = "0.29", optional = true } url = "2.4.1" From 3e16114c93b0472d545ed4719831097ab902ae58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Mon, 5 Jan 2026 07:33:54 +0100 Subject: [PATCH 2/2] [dependabot-skip] Bump version This commit was created from the local commit with hash 1504b3806db4bed5d4b4c9cc23d8c7cf4e96fca9. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c62537f..b55b906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.9.10" +version = "3.9.11" dependencies = [ "async-channel 2.5.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index f3a5089..a60e40a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "shvcall" description = "CLI utility to invoke remote SHV RPC calls" license = "MIT" repository = "https://github.com/silicon-heaven/shvcall-rs" -version = "3.9.10" +version = "3.9.11" edition = "2024" [[bin]]