Skip to content

Commit 892350d

Browse files
authored
Merge pull request #61 from silicon-heaven/dependabot/cargo/cargo-deps-43cff28e8c
Bump the cargo-deps group across 1 directory with 4 updates
2 parents b16af86 + 465740f commit 892350d

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvcall"
33
description = "CLI utility to invoke remote SHV RPC calls"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/shvcall-rs"
6-
version = "3.11.14"
6+
version = "3.11.15"
77
edition = "2024"
88

99
[[bin]]
@@ -15,17 +15,17 @@ serial = ["dep:serialport"]
1515

1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717
[dependencies]
18-
shvproto = "6.1.5"
19-
shvrpc = "15.0.3"
18+
shvproto = "6.1.7"
19+
shvrpc = "15.0.4"
2020
futures = "0.3.32"
2121
smol = "2"
2222
log = "0.4.20"
2323
simple_logger = { version = "5.2.0", features = ["stderr"] }
24-
clap = { version = "4.5.60", features = ["derive"] }
24+
clap = { version = "4.6.1", features = ["derive"] }
2525
rustyline-async = { version = "0.4.9", optional = true }
2626
crossterm = { version = "0.29", optional = true }
2727
url = "2.5.8"
28-
futures-time = "3.0.0"
28+
futures-time = "3.1.0"
2929
futures-rustls = "0.26.0"
3030
rustls-pemfile = "2.2.0"
3131
rustls-platform-verifier = "0.7.0"

0 commit comments

Comments
 (0)