Skip to content

Commit 614e1f6

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) | `6.0.2` | `6.1.0` | | [shvrpc](https://github.com/silicon-heaven/libshvrpc-rs) | `13.3.0` | `14.0.0` | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.40` | `0.4.41` | | [chrono](https://github.com/chronotope/chrono) | `0.4.43` | `0.4.44` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.25.0` | `3.26.0` | Updates `shvproto` from 6.0.2 to 6.1.0 - [Release notes](https://github.com/silicon-heaven/libshvproto-rs/releases) - [Commits](silicon-heaven/libshvproto-rs@6.0.2...6.1.0) Updates `shvrpc` from 13.3.0 to 14.0.0 - [Commits](silicon-heaven/libshvrpc-rs@13.3.0...14.0.0) Updates `async-compression` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Commits](Nullus157/async-compression@async-compression-v0.4.40...async-compression-v0.4.41) Updates `chrono` from 0.4.43 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) Updates `tempfile` from 3.25.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) --- updated-dependencies: - dependency-name: shvproto dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: shvrpc dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: async-compression dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f98544 commit 614e1f6

2 files changed

Lines changed: 44 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 39 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
@@ -11,8 +11,8 @@ name = "hp"
1111

1212
[dependencies]
1313
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time"], default-features = false }
14-
shvproto = "6.0.2"
15-
shvrpc = { version = "13.3", features = ["journal"] }
14+
shvproto = "6.1.0"
15+
shvrpc = { version = "14.0", features = ["journal"] }
1616
shvclient = { version = "2.0", features = ["tokio"] }
1717
futures = "0.3.32"
1818
log = "0.4.29"
@@ -24,12 +24,12 @@ duration-str = "0.20"
2424
sha1 = { version = "0.10.6", features = ["asm", "sha1-asm"] }
2525
hex = "0.4.3"
2626
tokio-util = { version = "0.7.18", features = ["io"] }
27-
async-compression = { version = "0.4.40", features = ["gzip", "tokio"] }
27+
async-compression = { version = "0.4.41", features = ["gzip", "tokio"] }
2828
serde = { version = "1.0.228", features = ["derive"] }
2929
serde_yaml_ng = "0.10.0"
3030
tokio-stream = { version = "0.1.18", features = ["fs"] }
3131
time = { version = "0.3.47", features = ["formatting"] }
32-
chrono = "0.4.43"
32+
chrono = "0.4.44"
3333
humantime = "2.3.0"
3434
size = { version = "0.5.0", features = ["serde"] }
3535

@@ -43,4 +43,4 @@ size = { version = "0.5.0", features = ["serde"] }
4343
async-broadcast = "0.7.2"
4444
async-trait = "0.1.80"
4545
shvclient = { version = "2.0", features = ["mocking", "tokio"] }
46-
tempfile = "3.25.0"
46+
tempfile = "3.26.0"

0 commit comments

Comments
 (0)