Bump all outdated dependencies
skip-changelog: This isn’t a user-facing change.
This commit is contained in:
parent
697d4d3bef
commit
58735d6a70
7 changed files with 24 additions and 18 deletions
|
|
@ -15,10 +15,10 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.22"
|
||||
digest = "0.10"
|
||||
sha1 = "0.10"
|
||||
sha2 = "0.10"
|
||||
sha3 = "0.10"
|
||||
digest = "0.11"
|
||||
sha1 = "0.11"
|
||||
sha2 = "0.11"
|
||||
sha3 = "0.12"
|
||||
blake2 = "0.10.4"
|
||||
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
|
||||
log = { version = "0.4", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue