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