mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Update spin_sdk to spin v3
This commit is contained in:
parent
e29d31e686
commit
a2927d7f18
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ bytecheck = { version = "0.7", features = [
|
|||
rustc-hash = "1"
|
||||
serde-wasm-bindgen = "0.6"
|
||||
serde_json = "1"
|
||||
spin-sdk = { version = "2", optional = true }
|
||||
spin-sdk = { version = "3", optional = true }
|
||||
base64 = "0.22"
|
||||
thiserror = "1"
|
||||
tokio = { version = "1", features = [
|
||||
|
|
Loading…
Reference in a new issue