From a2927d7f18e01d4af03295a23f53139df4e64b9c Mon Sep 17 00:00:00 2001 From: benwis Date: Sat, 13 Apr 2024 12:57:25 -0700 Subject: [PATCH] Update spin_sdk to spin v3 --- leptos_reactive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leptos_reactive/Cargo.toml b/leptos_reactive/Cargo.toml index 45169e934..35b7311e1 100644 --- a/leptos_reactive/Cargo.toml +++ b/leptos_reactive/Cargo.toml @@ -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 = [