Skip to content

Commit 062491f

Browse files
Bump the cargo-deps group with 5 updates
Bumps the cargo-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [shvproto](https://github.com/silicon-heaven/libshvproto-rs) | `3.6.22` | `3.6.26` | | [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs) | `5.0.0` | `6.0.0` | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` | | [duration-str](https://github.com/baoyachi/duration-str) | `0.17.0` | `0.18.0` | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.34` | `0.4.35` | Updates `shvproto` from 3.6.22 to 3.6.26 - [Release notes](https://github.com/silicon-heaven/libshvproto-rs/releases) - [Commits](silicon-heaven/libshvproto-rs@b4856f5...9498fb9) Updates `shvrpc` from 5.0.0 to 6.0.0 - [Commits](silicon-heaven/libshvrpc-rs@96877f6...f6ca261) Updates `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) Updates `duration-str` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/baoyachi/duration-str/releases) - [Commits](baoyachi/duration-str@v0.17.0...v0.18.0) Updates `async-compression` from 0.4.34 to 0.4.35 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Commits](Nullus157/async-compression@async-compression-v0.4.34...async-compression-v0.4.35) --- updated-dependencies: - dependency-name: shvproto dependency-version: 9498fb9e894177be4e0f0a2b9419d93723cb4346 dependency-type: direct:production dependency-group: cargo-deps - dependency-name: shvrpc dependency-version: f6ca261b5bec37fd53f7644aed4bbf105c7417f5 dependency-type: direct:production dependency-group: cargo-deps - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: duration-str dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: async-compression dependency-version: 0.4.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c53d20 commit 062491f

2 files changed

Lines changed: 88 additions & 21 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ name = "hp"
88

99
[dependencies]
1010
tokio = { version = "1.48.0", features = ["macros", "net", "rt", "rt-multi-thread", "sync", "time"] }
11-
shvproto = { git = "https://github.com/silicon-heaven/libshvproto-rs", tag = "3.6.22" }
12-
shvrpc = { git = "https://github.com/silicon-heaven/libshvrpc-rs", tag = "5.0.0" }
11+
shvproto = { git = "https://github.com/silicon-heaven/libshvproto-rs", tag = "3.6.26" }
12+
shvrpc = { git = "https://github.com/silicon-heaven/libshvrpc-rs", tag = "6.0.0" }
1313
shvclient = { git = "https://github.com/silicon-heaven/libshvclient-rs", tag = "0.21.0", features = ["tokio"] }
1414
futures = "0.3.31"
15-
log = "0.4.28"
15+
log = "0.4.29"
1616
clap = { version = "4.5.53", features = ["derive"] }
1717
# simple_logger = { version = "5.0.0", features = ["stderr"] }
1818
simple_logger = { version = "5.1.0" }
1919
url = "2.5.4"
20-
duration-str = "0.17"
20+
duration-str = "0.18"
2121
sha1 = { version = "0.10.6", features = ["asm", "sha1-asm"] }
2222
hex = "0.4.3"
2323
tokio-util = { version = "0.7.17", features = ["io"] }
24-
async-compression = { version = "0.4.34", features = ["gzip", "tokio"] }
24+
async-compression = { version = "0.4.35", features = ["gzip", "tokio"] }
2525
serde = { version = "1.0.228", features = ["derive"] }
2626
serde_yaml_ng = "0.10.0"
2727
tokio-stream = { version = "0.1.17", features = ["fs"] }

0 commit comments

Comments
 (0)