Skip to content

Commit 2c06642

Browse files
Bump the cargo-deps group with 2 updates
Bumps the cargo-deps group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [shvclient](https://github.com/silicon-heaven/libshvclient-rs). Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) Updates `shvclient` from 4.2.0 to 5.0.0 - [Commits](silicon-heaven/libshvclient-rs@4.2.0...5.0.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: shvclient dependency-version: 5.0.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 8e0b53c commit 2c06642

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 14 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ edition = "2024"
1010
name = "hp"
1111

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

0 commit comments

Comments
 (0)