Skip to content

Commit b9a9c2b

Browse files
authored
Merge pull request #102 from silicon-heaven/dependabot/cargo/cargo-minor-patch-d4221f3bb5
Update duration-str requirement from 0.20 to 0.21 in the cargo-minor-patch group
2 parents 517c4b4 + acabf08 commit b9a9c2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvclient"
33
description = "A Rust framework for Silicon Heaven RPC devices"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/libshvclient-rs"
6-
version = "3.0.2"
6+
version = "3.0.3"
77
edition = "2024"
88

99
[lib]
@@ -41,7 +41,7 @@ futures = "0.3.29"
4141
futures-time = "3.0.0"
4242
url = "2.4.1"
4343
log = "0.4.20"
44-
duration-str = "0.20"
44+
duration-str = "0.21"
4545
async-broadcast = "0.7.1"
4646
tokio = { version = "1.49.0", features = ["macros", "net", "rt-multi-thread", "time"], optional = true }
4747
tokio-util = { version = "0.7.10", features = ["compat"], optional = true }

0 commit comments

Comments
 (0)