Skip to content

Commit c2a289d

Browse files
authored
Merge pull request #109 from silicon-heaven/dependabot/cargo/cargo-deps-7897f478b6
Bump the cargo-deps group with 2 updates
2 parents 41d17fa + a9602f5 commit c2a289d

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -3,15 +3,15 @@ name = "historyprovider"
33
description = "historyprovider-rs"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/historyprovider-rs"
6-
version = "2.9.0"
6+
version = "2.9.1"
77
edition = "2024"
88

99
[[bin]]
1010
name = "hp"
1111

1212
[dependencies]
1313
tokio = { version = "1.51.1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time"], default-features = false }
14-
shvproto = "6.1.5"
14+
shvproto = "6.1.7"
1515
shvrpc = { version = "15.0", features = ["journal"] }
1616
shvclient = { version = "5.0", features = ["tokio"] }
1717
futures = "0.3.32"
@@ -24,7 +24,7 @@ duration-str = "0.21"
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.41", features = ["gzip", "tokio"] }
27+
async-compression = { version = "0.4.42", 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"] }

0 commit comments

Comments
 (0)