diff --git a/leptos_reactive/Cargo.toml b/leptos_reactive/Cargo.toml index 981fde5742..6abd639344 100644 --- a/leptos_reactive/Cargo.toml +++ b/leptos_reactive/Cargo.toml @@ -26,7 +26,7 @@ bytecheck = { version = "0.7", features = [ rustc-hash = "1" serde-wasm-bindgen = "0.5" serde_json = "1" -spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v2.0.1", optional = true } +spin-sdk = { version = "2", optional = true } base64 = "0.21" thiserror = "1" tokio = { version = "1", features = [