Skip to content

Commit cee8ad5

Browse files
authored
Merge pull request #97 from silicon-heaven/dependabot/cargo/cargo-deps-6456e7fdd4
Bump the cargo-deps group across 1 directory with 6 updates
2 parents b102516 + 975233d commit cee8ad5

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -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.7.5"
6+
version = "2.7.6"
77
edition = "2024"
88

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

1212
[dependencies]
13-
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time"], default-features = false }
14-
shvproto = "6.1.0"
13+
tokio = { version = "1.50.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "signal", "sync", "time"], default-features = false }
14+
shvproto = "6.1.4"
1515
shvrpc = { version = "14.0", features = ["journal"] }
1616
shvclient = { version = "3.0", features = ["tokio"] }
1717
futures = "0.3.32"
@@ -20,7 +20,7 @@ clap = { version = "4.5.60", features = ["derive"] }
2020
# simple_logger = { version = "5.0.0", features = ["stderr"] }
2121
simple_logger = { version = "5.2.0" }
2222
url = "2.5.8"
23-
duration-str = "0.20"
23+
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"] }
@@ -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 = "3.0", features = ["mocking", "tokio"] }
46-
tempfile = "3.26.0"
46+
tempfile = "3.27.0"

0 commit comments

Comments
 (0)