We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ea37fd + ae54c8a commit 0211433Copy full SHA for 0211433
1 file changed
Cargo.toml
@@ -3,7 +3,7 @@ name = "shvrpc"
3
description = "Rust implementation of the SHV-RPC protocol"
4
license = "MIT"
5
repository = "https://github.com/silicon-heaven/libshvrpc-rs"
6
-version = "14.0.1"
+version = "14.0.2"
7
edition = "2024"
8
9
[dependencies]
@@ -14,7 +14,7 @@ sha1 = "0.10.6"
14
hex = "0.4.3"
15
url = { version = "2.5.4", features = ["serde"] }
16
glob = "0.3.1"
17
-duration-str = "0.20.0"
+duration-str = "0.21.0"
18
async-trait = "0.1.77"
19
crc = "3.0.1"
20
serde = "1.0.193"
0 commit comments