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

Merge pull request #3941 from uutils/dependabot/cargo/digest-0.10.5

build(deps): bump digest from 0.10.3 to 0.10.5
This commit is contained in:
Sylvestre Ledru 2022-09-16 21:53:47 +02:00 committed by GitHub
commit a89ecef064
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

@ -675,9 +675,9 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "digest"
version = "0.10.3"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
dependencies = [
"block-buffer",
"crypto-common",

View file

@ -15,7 +15,7 @@ edition = "2021"
path = "src/hashsum.rs"
[dependencies]
digest = "0.10.1"
digest = "0.10.5"
clap = { version = "3.2", features = ["wrap_help", "cargo"] }
hex = "0.4.3"
memchr = "2"