@@ -13,17 +13,17 @@ Containerd shim for running Spin workloads.
1313[dependencies ]
1414containerd-shim-wasm = { git = " https://github.com/containerd/runwasi" , rev = " c768e5b0919ca02903a301bf82a390489437dabe" }
1515log = " 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"
2727tokio = { version = " 1" , features = [" rt" ] }
2828openssl = { version = " *" , features = [" vendored" ] }
2929serde = " 1.0"
0 commit comments