chore(deps): update rust crate base64 to 0.22.1

This commit is contained in:
renovate[bot] 2024-05-01 02:11:11 +00:00 committed by GitHub
parent 77c7d3628b
commit ff0001f649
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ actix-tls = "3"
actix-web = { version = "4.5", features = ["rustls-0_22"] }
anyhow = "1.0.82"
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
base64 = "0.22.0"
base64 = "0.22.1"
bitflags = "2.5"
bytemuck = { version = "1.15.0", features = ["derive", "min_const_generics", "extern_crate_std"] }
bytes = "1"