Skip to content

Commit 0211433

Browse files
authored
Merge pull request #98 from silicon-heaven/dependabot/cargo/cargo-minor-patch-d4221f3bb5
build(deps): update duration-str requirement from 0.20.0 to 0.21.0 in the cargo-minor-patch group
2 parents 8ea37fd + ae54c8a commit 0211433

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 = "shvrpc"
33
description = "Rust implementation of the SHV-RPC protocol"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/libshvrpc-rs"
6-
version = "14.0.1"
6+
version = "14.0.2"
77
edition = "2024"
88

99
[dependencies]
@@ -14,7 +14,7 @@ sha1 = "0.10.6"
1414
hex = "0.4.3"
1515
url = { version = "2.5.4", features = ["serde"] }
1616
glob = "0.3.1"
17-
duration-str = "0.20.0"
17+
duration-str = "0.21.0"
1818
async-trait = "0.1.77"
1919
crc = "3.0.1"
2020
serde = "1.0.193"

0 commit comments

Comments
 (0)