Update Rust crate base64 to 0.21.7 #22

Merged
hodasemi merged 2 commits from renovate/base64-0.x into master 2024-01-16 06:44:20 +00:00
Showing only changes of commit a07de828fa - Show all commits

View file

@ -22,7 +22,7 @@ num-derive = "0.4.1"
#crypto #crypto
cbc = { version = "0.1.2", features = ["alloc"] } cbc = { version = "0.1.2", features = ["alloc"] }
md5 = "0.7.0" md5 = "0.7.0"
base64 = "0.21.6" base64 = "0.21.7"
hmac = "0.12.1" hmac = "0.12.1"
sha2 = "0.10.8" sha2 = "0.10.8"
aes = "0.8.3" aes = "0.8.3"