Skip to content

Commit 3998047

Browse files
dependabot[bot]syyyr
authored andcommitted
Bump the cargo-deps group with 6 updates
Bumps the cargo-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.49.0` | | [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs) | `7.1.7` | `7.1.8` | | [shvclient](https://github.com/silicon-heaven/libshvclient-rs) | `0.21.8` | `0.21.10` | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.54` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.17` | `0.7.18` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.17` | `0.1.18` | Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) Updates `shvrpc` from 7.1.7 to 7.1.8 - [Commits](silicon-heaven/libshvrpc-rs@7.1.7...7.1.8) Updates `shvclient` from 0.21.8 to 0.21.10 - [Commits](silicon-heaven/libshvclient-rs@0.21.8...0.21.10) Updates `clap` from 4.5.53 to 4.5.54 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.53...clap_complete-v4.5.54) Updates `tokio-util` from 0.7.17 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.17...tokio-util-0.7.18) Updates `tokio-stream` from 0.1.17 to 0.1.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.17...tokio-stream-0.1.18) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: shvrpc dependency-version: 7.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: shvclient dependency-version: 0.21.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tokio-stream dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b31306 commit 3998047

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ edition = "2024"
1010
name = "hp"
1111

1212
[dependencies]
13-
tokio = { version = "1.48.0", features = ["macros", "net", "rt", "rt-multi-thread", "sync", "time"] }
13+
tokio = { version = "1.49.0", features = ["macros", "net", "rt", "rt-multi-thread", "sync", "time"] }
1414
shvproto = "3.6.27"
15-
shvrpc = "7.1.7"
16-
shvclient = { version = "0.21.8", features = ["tokio"] }
15+
shvrpc = "7.1.8"
16+
shvclient = { version = "0.21.10", features = ["tokio"] }
1717
futures = "0.3.31"
1818
log = "0.4.29"
19-
clap = { version = "4.5.53", features = ["derive"] }
19+
clap = { version = "4.5.54", features = ["derive"] }
2020
# simple_logger = { version = "5.0.0", features = ["stderr"] }
2121
simple_logger = { version = "5.1.0" }
2222
url = "2.5.4"
2323
duration-str = "0.18"
2424
sha1 = { version = "0.10.6", features = ["asm", "sha1-asm"] }
2525
hex = "0.4.3"
26-
tokio-util = { version = "0.7.17", features = ["io"] }
26+
tokio-util = { version = "0.7.18", features = ["io"] }
2727
async-compression = { version = "0.4.36", features = ["gzip", "tokio"] }
2828
serde = { version = "1.0.228", features = ["derive"] }
2929
serde_yaml_ng = "0.10.0"
30-
tokio-stream = { version = "0.1.17", features = ["fs"] }
30+
tokio-stream = { version = "0.1.18", features = ["fs"] }
3131
time = { version = "0.3.41", features = ["formatting"] }
3232
chrono = "0.4.42"
3333
humantime = "2.3.0"
@@ -45,5 +45,5 @@ humantime = "2.3.0"
4545
[dev-dependencies]
4646
async-broadcast = "0.7.2"
4747
async-trait = "0.1.80"
48-
shvclient = { version = "0.21.8", features = ["mocking"] }
48+
shvclient = { version = "0.21.10", features = ["mocking"] }
4949
tempfile = "3.24.0"

0 commit comments

Comments
 (0)