diff --git a/Cargo.lock b/Cargo.lock index bd32555..de04a89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,9 +1506,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "aws-lc-rs", "ring", @@ -1677,7 +1677,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.11.12" +version = "3.11.13" dependencies = [ "async-channel 2.5.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index c0a468b..d1b4dc7 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.11.12" +version = "3.11.13" edition = "2024" [[bin]]