diff --git a/Cargo.lock b/Cargo.lock index 25a4604..3bd9adf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.9.12" +version = "3.9.13" dependencies = [ "async-channel 2.5.0", "clap", @@ -1631,14 +1631,15 @@ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", "percent-encoding", "serde", + "serde_derive", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index cecaaeb..8098568 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.12" +version = "3.9.13" edition = "2024" [[bin]] @@ -24,7 +24,7 @@ simple_logger = { version = "5.0.0", features = ["stderr"] } clap = { version = "4.5.54", features = ["derive"] } rustyline-async = { version = "0.4.1", optional = true } crossterm = { version = "0.29", optional = true } -url = "2.4.1" +url = "2.5.8" futures-time = "3.0.0" async-channel = "2.3.1" serialport = { version = "4.7.1", optional = true }