From e97a2719a8657af64f3059420731e3b5a09f7e92 Mon Sep 17 00:00:00 2001 From: Steve Sloka Date: Fri, 14 Jul 2023 15:23:20 -0400 Subject: [PATCH] Bump the Spin version to v1.4.0 Signed-off-by: Steve Sloka --- containerd-shim-spin-v1/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/containerd-shim-spin-v1/Cargo.toml b/containerd-shim-spin-v1/Cargo.toml index 700604bf..95c693a0 100644 --- a/containerd-shim-spin-v1/Cargo.toml +++ b/containerd-shim-spin-v1/Cargo.toml @@ -16,12 +16,12 @@ clap = { version = "4.3", features = ["derive", "env"] } containerd-shim = "0.3" containerd-shim-wasm = "0.1" log = "0.4" -spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" } -spin-app = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" } -spin-core = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" } -spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" } -spin-loader = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" } -spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" } +spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" } +spin-app = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" } +spin-core = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" } +spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" } +spin-loader = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" } +spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v1.4.0" } wasmtime = "8.0.1" tokio = { version = "1", features = ["rt"] } tokio-util = { version = "0.7", features = ["codec"] }