Bump all outdated dependencies

skip-changelog: This isn’t a user-facing change.
This commit is contained in:
Link Mauve 2026-05-17 20:38:20 +02:00
commit 58735d6a70
7 changed files with 24 additions and 18 deletions

View file

@ -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 }