diff --git a/templates/http-go/content/go.mod b/templates/http-go/content/go.mod index 5722318e85..1e08e2e013 100644 --- a/templates/http-go/content/go.mod +++ b/templates/http-go/content/go.mod @@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}} go 1.17 -require github.com/fermyon/spin/sdk/go v0.6.0 +require github.com/fermyon/spin/sdk/go v0.7.0 diff --git a/templates/http-go/content/go.sum b/templates/http-go/content/go.sum index fe2f6c735e..7233855c96 100644 --- a/templates/http-go/content/go.sum +++ b/templates/http-go/content/go.sum @@ -1,2 +1,2 @@ -github.com/fermyon/spin/sdk/go v0.6.0 h1:NHpg0XylARw/6GYpuklaw4M8f2L30hagfoURn9k2duo= -github.com/fermyon/spin/sdk/go v0.6.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0= +github.com/fermyon/spin/sdk/go v0.7.0 h1:TBAEF7k2c4UtUi2X4Z7ceVqTWpgjwbu10EOZdtatBEQ= +github.com/fermyon/spin/sdk/go v0.7.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0= diff --git a/templates/http-rust/content/Cargo.toml b/templates/http-rust/content/Cargo.toml index dade9f1846..e3abeb80cf 100644 --- a/templates/http-rust/content/Cargo.toml +++ b/templates/http-rust/content/Cargo.toml @@ -16,7 +16,7 @@ bytes = "1" # General-purpose crate with common HTTP types. http = "0.2" # The Spin SDK. -spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.6.0" } +spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.7.0" } # Crate that generates Rust Wasm bindings from a WebAssembly interface. wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" } diff --git a/templates/redis-go/content/go.mod b/templates/redis-go/content/go.mod index 5722318e85..1e08e2e013 100644 --- a/templates/redis-go/content/go.mod +++ b/templates/redis-go/content/go.mod @@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}} go 1.17 -require github.com/fermyon/spin/sdk/go v0.6.0 +require github.com/fermyon/spin/sdk/go v0.7.0 diff --git a/templates/redis-go/content/go.sum b/templates/redis-go/content/go.sum index fe2f6c735e..7233855c96 100644 --- a/templates/redis-go/content/go.sum +++ b/templates/redis-go/content/go.sum @@ -1,2 +1,2 @@ -github.com/fermyon/spin/sdk/go v0.6.0 h1:NHpg0XylARw/6GYpuklaw4M8f2L30hagfoURn9k2duo= -github.com/fermyon/spin/sdk/go v0.6.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0= +github.com/fermyon/spin/sdk/go v0.7.0 h1:TBAEF7k2c4UtUi2X4Z7ceVqTWpgjwbu10EOZdtatBEQ= +github.com/fermyon/spin/sdk/go v0.7.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0= diff --git a/templates/redis-rust/content/Cargo.toml b/templates/redis-rust/content/Cargo.toml index 632704d05d..67de366ea2 100644 --- a/templates/redis-rust/content/Cargo.toml +++ b/templates/redis-rust/content/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1" # Crate to simplify working with bytes. bytes = "1" # The Spin SDK. -spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.6.0" } +spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.7.0" } # Crate that generates Rust Wasm bindings from a WebAssembly interface. wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }