Skip to content

Commit 5dc6d64

Browse files
Bump the cargo-deps group with 2 updates
Bumps the cargo-deps group with 2 updates: [shvproto](https://github.com/silicon-heaven/libshvproto-rs) and [shvclient](https://github.com/silicon-heaven/libshvclient-rs). Updates `shvproto` from 6.1.7 to 6.1.8 - [Release notes](https://github.com/silicon-heaven/libshvproto-rs/releases) - [Commits](silicon-heaven/libshvproto-rs@6.1.7...6.1.8) Updates `shvclient` from 5.0.2 to 5.1.1 - [Commits](silicon-heaven/libshvclient-rs@5.0.2...5.1.1) --- updated-dependencies: - dependency-name: shvproto dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: shvclient dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2a289d commit 5dc6d64

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ name = "hp"
1111

1212
[dependencies]
1313
tokio = { version = "1.51.1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time"], default-features = false }
14-
shvproto = "6.1.7"
14+
shvproto = "6.1.8"
1515
shvrpc = { version = "15.0", features = ["journal"] }
16-
shvclient = { version = "5.0", features = ["tokio"] }
16+
shvclient = { version = "5.1", features = ["tokio"] }
1717
futures = "0.3.32"
1818
log = "0.4.29"
1919
clap = { version = "4.6.0", features = ["derive"] }
@@ -42,5 +42,5 @@ size = { version = "0.5.0", features = ["serde"] }
4242
[dev-dependencies]
4343
async-broadcast = "0.7.2"
4444
async-trait = "0.1.80"
45-
shvclient = { version = "5.0", features = ["mocking", "tokio"] }
45+
shvclient = { version = "5.1", features = ["mocking", "tokio"] }
4646
tempfile = "3.27.0"

0 commit comments

Comments
 (0)