From 9065553db87c083a81ba2228c0480d1c9d0b1d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 17:06:48 +0000 Subject: [PATCH 1/2] Bump shvrpc from 7.1.5 to 7.1.6 in the cargo-deps group Bumps the cargo-deps group with 1 update: [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs). Updates `shvrpc` from 7.1.5 to 7.1.6 - [Commits](https://github.com/silicon-heaven/libshvrpc-rs/compare/7.1.5...7.1.6) --- updated-dependencies: - dependency-name: shvrpc dependency-version: 7.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0b89a8..a72ce18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1392,9 +1392,9 @@ dependencies = [ [[package]] name = "shvrpc" -version = "7.1.5" +version = "7.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbb72bcd260ab0db52c05c755d1a9c2b69d2dc4f505b54bb36ac5fc5e1460aa" +checksum = "1e044c1198308d33f5470afee029a5d078b9746823d9723e31d332799f247c9b" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index dc46dd6..de24dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ 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.5" +shvrpc = "7.1.6" futures = "0.3.29" smol = "2" log = "0.4.20" From 19dd5340522dcea2bf94103b5d4c0fcf8b109602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Thu, 25 Dec 2025 18:07:33 +0100 Subject: [PATCH 2/2] [dependabot-skip] Bump version This commit was created from the local commit with hash f7bb537d4b132c216729ff9eb4ae5fd4a35e6eb9. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a72ce18..be2c095 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.9.6" +version = "3.9.7" dependencies = [ "async-channel 2.5.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index de24dc4..23eb32e 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.6" +version = "3.9.7" edition = "2024" [[bin]]