Skip to content

Commit d525108

Browse files
authored
Merge pull request #104 from silicon-heaven/dependabot/cargo/cargo-minor-patch-44df3d0946
build(deps): update sha1 requirement from 0.10.6 to 0.11.0 in the cargo-minor-patch group
2 parents dc2503c + 1073f1b commit d525108

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,14 +3,14 @@ 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 = "15.0.0"
6+
version = "15.0.1"
77
edition = "2024"
88

99
[dependencies]
1010
shvproto = "6.0"
1111
futures = "0.3.29"
1212
log = "0.4.21"
13-
sha1 = "0.10.6"
13+
sha1 = "0.11.0"
1414
hex = "0.4.3"
1515
url = { version = "2.5.4", features = ["serde"] }
1616
glob = "0.3.1"

0 commit comments

Comments
 (0)