Skip to content

Commit 4a2a7b7

Browse files
build(deps): update sha1 requirement in the cargo-minor-patch group
Updates the requirements on [sha1](https://github.com/RustCrypto/hashes) to permit the latest version. Updates `sha1` to 0.11.0 - [Commits](RustCrypto/hashes@streebog-v0.11.0-pre.0...sha1-v0.11.0) --- updated-dependencies: - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc2503c commit 4a2a7b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2024"
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)