chore(deps): update rust crate base64 to 0.22.0

This commit is contained in:
renovate[bot] 2024-03-05 08:45:40 +00:00 committed by GitHub
parent 9901758ffa
commit 0d55487716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ actix-tls = "3"
actix-web = { version = "4.5", features = ["rustls-0_22"] }
anyhow = "1.0.80"
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
base64 = "0.21.7"
base64 = "0.22.0"
bitflags = "2.4"
bytemuck = { version = "1.14.3", features = ["derive", "min_const_generics", "extern_crate_std"] }
bytes = "1"