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