1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #3967 from uutils/dependabot/cargo/md-5-0.10.5

build(deps): bump md-5 from 0.10.4 to 0.10.5
This commit is contained in:
Sylvestre Ledru 2022-09-22 17:42:17 +02:00 committed by GitHub
commit fce36c80f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1115,9 +1115,9 @@ checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]] [[package]]
name = "md-5" name = "md-5"
version = "0.10.4" version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66b48670c893079d3c2ed79114e3644b7004df1c361a4e0ad52e2e6940d07c3d" checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
dependencies = [ dependencies = [
"digest", "digest",
] ]

View file

@ -19,7 +19,7 @@ digest = "0.10.5"
clap = { version = "3.2", features = ["wrap_help", "cargo"] } clap = { version = "3.2", features = ["wrap_help", "cargo"] }
hex = "0.4.3" hex = "0.4.3"
memchr = "2" memchr = "2"
md-5 = "0.10.1" md-5 = "0.10.5"
regex = "1.6.0" regex = "1.6.0"
sha1 = "0.10.1" sha1 = "0.10.1"
sha2 = "0.10.2" sha2 = "0.10.2"