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 dc2503c + 1073f1b commit d525108Copy full SHA for d525108
1 file changed
Cargo.toml
@@ -3,14 +3,14 @@ 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 = "15.0.0"
+version = "15.0.1"
7
edition = "2024"
8
9
[dependencies]
10
shvproto = "6.0"
11
futures = "0.3.29"
12
log = "0.4.21"
13
-sha1 = "0.10.6"
+sha1 = "0.11.0"
14
hex = "0.4.3"
15
url = { version = "2.5.4", features = ["serde"] }
16
glob = "0.3.1"
0 commit comments