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