Update Rust crate base64 to 0.22.1
All checks were successful
Midea Merge / Serial Reader (pull_request) Successful in 18m12s

This commit is contained in:
RenovateBot 2024-05-01 00:03:34 +00:00
parent 3365a157e2
commit 99d658af86

View file

@ -22,7 +22,7 @@ num-derive = "0.4.2"
#crypto
cbc = { version = "0.1.2", features = ["alloc"] }
md5 = "0.7.0"
base64 = "0.22.0"
base64 = "0.22.1"
hmac = "0.12.1"
sha2 = "0.10.8"
aes = "0.8.4"