Bumped base64 to 0.22. (#2457)

This commit is contained in:
martin frances 2024-03-22 22:07:04 +00:00 committed by GitHub
parent 5819014ccc
commit 0b70949118
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ rust-version.workspace = true
[dependencies]
async-recursion = "1"
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
cfg-if = "1"
drain_filter_polyfill = "0.1"
futures = "0.3"

View file

@ -28,7 +28,7 @@ rustc-hash = "1"
serde-wasm-bindgen = "0.6"
serde_json = "1"
spin-sdk = { version = "2", optional = true }
base64 = "0.21"
base64 = "0.22"
thiserror = "1"
tokio = { version = "1", features = [
"rt",