diff --git a/templates/http-rust/content/Cargo.toml.tmpl b/templates/http-rust/content/Cargo.toml.tmpl index e384c897c2..b427af74d5 100644 --- a/templates/http-rust/content/Cargo.toml.tmpl +++ b/templates/http-rust/content/Cargo.toml.tmpl @@ -11,6 +11,6 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1" -spin-sdk = "5.0.0" +spin-sdk = "5.1.0" [workspace] diff --git a/templates/redis-rust/content/Cargo.toml.tmpl b/templates/redis-rust/content/Cargo.toml.tmpl index 6f14f46306..9edccb544e 100644 --- a/templates/redis-rust/content/Cargo.toml.tmpl +++ b/templates/redis-rust/content/Cargo.toml.tmpl @@ -15,6 +15,6 @@ anyhow = "1" # Crate to simplify working with bytes. bytes = "1" # The Spin SDK. -spin-sdk = "5.0.0" +spin-sdk = "5.1.0" [workspace]