mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Bumped base64 to 0.22. (#2457)
This commit is contained in:
parent
5819014ccc
commit
0b70949118
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue