Skip to content

Commit d9f4b9f

Browse files
authored
Merge pull request #110 from silicon-heaven/dependabot/cargo/cargo-deps-fec2f2cce9
Bump the cargo-deps group with 2 updates
2 parents c2a289d + 1a43106 commit d9f4b9f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 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.9.1"
6+
version = "2.9.2"
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.7"
14+
shvproto = "6.1.8"
1515
shvrpc = { version = "15.0", features = ["journal"] }
16-
shvclient = { version = "5.0", features = ["tokio"] }
16+
shvclient = { version = "5.1", features = ["tokio"] }
1717
futures = "0.3.32"
1818
log = "0.4.29"
1919
clap = { version = "4.6.0", features = ["derive"] }
@@ -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 = "5.0", features = ["mocking", "tokio"] }
45+
shvclient = { version = "5.1", features = ["mocking", "tokio"] }
4646
tempfile = "3.27.0"

0 commit comments

Comments
 (0)