Update Rust crate md-5 to 0.11

This commit is contained in:
Spacebot 2026-04-28 14:19:26 +00:00
commit 47d59973df

View file

@ -19,7 +19,7 @@ hex-literal = "0.4"
aes = "0.8" aes = "0.8"
ctr = "0.9" ctr = "0.9"
hmac = "0.12" hmac = "0.12"
md-5 = "0.10" md-5 = "0.11"
rand = "0.8" rand = "0.8"
anyhow = "1.0" anyhow = "1.0"
base64 = "0.21" base64 = "0.21"