Skip to content
Snippets Groups Projects

Update Rust crate base64 to 0.22.0 - autoclosed

Closed Renovate Bot requested to merge renovate/base64-0.x into main
3 files
+ 7
13
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -24,7 +24,7 @@ serde_with = {version = "3.0.0", features = ["json"]}
sha2 = "0.10"
lazy_static = "1.4.0"
aes-gcm = { version = "0.10", features =["aes"]}
base64 = "0.21.0"
base64 = "0.22.0"
time = "0.3.36"
subtle = "2.5"
thiserror = "1.0.0"
Loading