From 0ffe2c0af7a29d102dbc3401c812cb1fe716e8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 09:05:11 +0000 Subject: [PATCH 1/2] Bump shvrpc from 7.1.6 to 7.1.7 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.6 to 7.1.7 - [Commits](https://github.com/silicon-heaven/libshvrpc-rs/compare/7.1.6...7.1.7) --- updated-dependencies: - dependency-name: shvrpc dependency-version: 7.1.7 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 57962d7..55b9a21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1392,9 +1392,9 @@ dependencies = [ [[package]] name = "shvrpc" -version = "7.1.6" +version = "7.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e044c1198308d33f5470afee029a5d078b9746823d9723e31d332799f247c9b" +checksum = "291fa9b36eb9ba6b402bbd59a9fe98941db5a049c5910cd365f4ba0fa99c561f" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8b5ab00..1cf436f 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.6" +shvrpc = "7.1.7" futures = "0.3.29" smol = "2" log = "0.4.20" From 6e48877c050a94bf96461ff90fa6df7bfea8479e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Fri, 26 Dec 2025 10:06:39 +0100 Subject: [PATCH 2/2] [dependabot-skip] Bump version This commit was created from the local commit with hash da99aa0d837a28bde1aafffa589decbd0f061db1. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55b9a21..de7bcfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.9.9" +version = "3.9.10" dependencies = [ "async-channel 2.5.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1cf436f..5b57d8b 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.9" +version = "3.9.10" edition = "2024" [[bin]]