diff --git a/Cargo.lock b/Cargo.lock index c76d2da..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", @@ -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..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] @@ -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"