Skip to content

Commit dd7cdde

Browse files
Bump the cargo-deps group with 3 updates
Bumps the cargo-deps group with 3 updates: [shvproto](https://github.com/silicon-heaven/libshvproto-rs), [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs) and [shvclient](https://github.com/silicon-heaven/libshvclient-rs). Updates `shvproto` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/silicon-heaven/libshvproto-rs/releases) - [Commits](silicon-heaven/libshvproto-rs@6.1.4...6.1.5) Updates `shvrpc` from 14.0.3 to 15.0.0 - [Commits](silicon-heaven/libshvrpc-rs@14.0.3...15.0.0) Updates `shvclient` from 3.0.3 to 4.2.0 - [Commits](silicon-heaven/libshvclient-rs@3.0.3...4.2.0) --- updated-dependencies: - dependency-name: shvproto dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: shvrpc dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: shvclient dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 291c413 commit dd7cdde

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

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

1212
[dependencies]
1313
tokio = { version = "1.50.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time"], default-features = false }
14-
shvproto = "6.1.4"
15-
shvrpc = { version = "14.0", features = ["journal"] }
16-
shvclient = { version = "3.0", features = ["tokio"] }
14+
shvproto = "6.1.5"
15+
shvrpc = { version = "15.0", features = ["journal"] }
16+
shvclient = { version = "4.2", 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 = "3.0", features = ["mocking", "tokio"] }
45+
shvclient = { version = "4.2", features = ["mocking", "tokio"] }
4646
tempfile = "3.27.0"

0 commit comments

Comments
 (0)