Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 79ac5b8

Browse files
authored
chore(spin): bump to 2.2.0 (#209)
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
1 parent 3f15b84 commit 79ac5b8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

containerd-shim-spin/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Containerd shim for running Spin workloads.
1313
[dependencies]
1414
containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", rev = "c768e5b0919ca02903a301bf82a390489437dabe" }
1515
log = "0.4"
16-
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
17-
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
18-
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
19-
spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
20-
spin-redis-engine = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
21-
trigger-sqs = { git = "https://github.com/fermyon/spin-trigger-sqs", rev = "f60545012bc153071d8005d1b8ed117a614dce0b" }
22-
spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
23-
spin-loader = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
24-
spin-oci = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
25-
spin-common = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
26-
wasmtime = "15.0.0"
16+
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
17+
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
18+
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
19+
spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
20+
spin-redis-engine = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
21+
trigger-sqs = { git = "https://github.com/fermyon/spin-trigger-sqs", tag = "v0.6.0" }
22+
spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
23+
spin-loader = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
24+
spin-oci = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
25+
spin-common = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
26+
wasmtime = "17.0.0"
2727
tokio = { version = "1", features = ["rt"] }
2828
openssl = { version = "*", features = ["vendored"] }
2929
serde = "1.0"

0 commit comments

Comments
 (0)