From e41c96628395689901b0e9f1c5d0b87429f8a5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:38:09 +0000 Subject: [PATCH 1/2] Bump shvproto from 6.1.8 to 6.1.9 in the cargo-deps group Bumps the cargo-deps group with 1 update: [shvproto](https://github.com/silicon-heaven/libshvproto-rs). Updates `shvproto` from 6.1.8 to 6.1.9 - [Release notes](https://github.com/silicon-heaven/libshvproto-rs/releases) - [Commits](https://github.com/silicon-heaven/libshvproto-rs/compare/6.1.8...6.1.9) --- updated-dependencies: - dependency-name: shvproto dependency-version: 6.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 c76d2da..4d2b834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,9 +1675,9 @@ dependencies = [ [[package]] name = "shvproto" -version = "6.1.8" +version = "6.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f8930e60ebb93555909c527627ac1aab69ee7c71932f584d14275b683fdf8fe" +checksum = "9ac2a51491d3858042300542beaede161ff4050df5689a7c70181f6d68d9fa2a" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 32a6535..855a0da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ name = "hp" [dependencies] tokio = { version = "1.51.1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time"], default-features = false } -shvproto = "6.1.8" +shvproto = "6.1.9" shvrpc = { version = "15.0", features = ["journal"] } shvclient = { version = "5.1", features = ["tokio"] } futures = "0.3.32" From f6d091c283666ca18fc4062a8b2315591cab6e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Mon, 4 May 2026 08:39:32 +0200 Subject: [PATCH 2/2] [dependabot-skip] Bump version This commit was created from the local commit with hash 62691935e797ee3536d3ea1d20ba4be655e57aec. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d2b834..2f80417 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -840,7 +840,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "historyprovider" -version = "2.10.1" +version = "2.10.2" dependencies = [ "async-broadcast", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 855a0da..f92ec07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "historyprovider" description = "historyprovider-rs" license = "MIT" repository = "https://github.com/silicon-heaven/historyprovider-rs" -version = "2.10.1" +version = "2.10.2" edition = "2024" [profile.release]