Skip to content

Commit ba9de14

Browse files
authored
Merge pull request #91 from silicon-heaven/dependabot/cargo/cargo-deps-52e3ab1429
Bump the cargo-deps group with 5 updates
2 parents 6f98544 + a116550 commit ba9de14

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name = "historyprovider"
33
description = "historyprovider-rs"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/historyprovider-rs"
6-
version = "2.7.2"
6+
version = "2.7.3"
77
edition = "2024"
88

99
[[bin]]
1010
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"] }
16-
shvclient = { version = "2.0", features = ["tokio"] }
14+
shvproto = "6.1.0"
15+
shvrpc = { version = "14.0", features = ["journal"] }
16+
shvclient = { version = "3.0", features = ["tokio"] }
1717
futures = "0.3.32"
1818
log = "0.4.29"
1919
clap = { version = "4.5.60", features = ["derive"] }
@@ -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

@@ -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 = "2.0", features = ["mocking", "tokio"] }
46-
tempfile = "3.25.0"
45+
shvclient = { version = "3.0", features = ["mocking", "tokio"] }
46+
tempfile = "3.26.0"

0 commit comments

Comments
 (0)