From 679bb56b38fb28aeac49e85ce583b39941902c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:53:36 +0000 Subject: [PATCH 1/2] Bump shvrpc from 7.1.8 to 7.1.9 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.8 to 7.1.9 - [Commits](https://github.com/silicon-heaven/libshvrpc-rs/compare/7.1.8...7.1.9) --- updated-dependencies: - dependency-name: shvrpc dependency-version: 7.1.9 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 3bd9adf..a035e3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1392,9 +1392,9 @@ dependencies = [ [[package]] name = "shvrpc" -version = "7.1.8" +version = "7.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e350832137e2365cc3354159772b929c121b161886ca48d70f7e8346f9abc6" +checksum = "0f933ab659c999598dc3308a6ca2ee27439c30ff8b82d6c4f12d386298d8a837" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8098568..b6079b5 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.8" +shvrpc = "7.1.9" futures = "0.3.29" smol = "2" log = "0.4.20" From a56f4adfe8da897c6e4e566505805943cb3c418d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Mon, 19 Jan 2026 07:54:37 +0100 Subject: [PATCH 2/2] [dependabot-skip] Bump version This commit was created from the local commit with hash 2279dd1e15cea7b679cd460df59ae72748468c7f. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a035e3a..7f01911 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.9.13" +version = "3.9.14" dependencies = [ "async-channel 2.5.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index b6079b5..981c2de 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.13" +version = "3.9.14" edition = "2024" [[bin]]