Skip to content

Commit f8eeed4

Browse files
Bump the cargo-shv-major group with 2 updates
Updates the requirements on [shvclient](https://github.com/silicon-heaven/libshvclient-rs) and [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs) to permit the latest version. Updates `shvclient` to 7.0.1 - [Commits](silicon-heaven/libshvclient-rs@6.0.0...7.0.1) Updates `shvrpc` to 17.0.0 - [Commits](silicon-heaven/libshvrpc-rs@16.0.0...17.0.0) --- updated-dependencies: - dependency-name: shvclient dependency-version: 7.0.1 dependency-type: direct:production dependency-group: cargo-shv-major - dependency-name: shvrpc dependency-version: 17.0.0 dependency-type: direct:production dependency-group: cargo-shv-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecfad72 commit f8eeed4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ log = "0.4.29"
1515
serde = { version = "1.0.228", features = ["derive"] }
1616
serde_yaml_ng = "0.10.0"
1717
sha1 = "0.11.0"
18-
shvclient = { version = "6.0", default-features = false }
19-
shvrpc = { version = "16.0", features = ["journal"] }
18+
shvclient = { version = "7.0", default-features = false }
19+
shvrpc = { version = "17.0", features = ["journal"] }
2020
smol = { version = "2.0.2", optional = true }
2121
tokio = { version = "1.49.0", features = ["fs", "io-util"], optional = true }
2222
tokio-stream = { version = "0.1.18", features = ["fs"] }
@@ -32,7 +32,7 @@ smol = ["dep:smol", "shvclient/smol"]
3232

3333
[dev-dependencies]
3434
tokio = { version = "1.49.0" }
35-
shvclient = { version = "6.0", features = ["tokio"] }
35+
shvclient = { version = "7.0", features = ["tokio"] }
3636
simple_logger = { version = "5.1.0", features = ["stderr"] }
3737
rand = "0.10.0"
3838

0 commit comments

Comments
 (0)