@@ -13,23 +13,23 @@ Containerd shim for running Spin workloads.
1313[dependencies ]
1414containerd-shim-wasm = { version = " 1.0.0" , default-features = false , features = [" opentelemetry" ]}
1515log = " 0.4"
16- spin-app = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
17- spin-componentize = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
16+ spin-app = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
17+ spin-componentize = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
1818# Enable loading components precompiled by the shim
19- spin-trigger = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " , features = [
19+ spin-trigger = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " , features = [
2020 " unsafe-aot-compilation" ,
2121] }
22- spin-trigger-http = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
23- spin-trigger-redis = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
24- trigger-mqtt = { git = " https://github.com/spinframework/spin-trigger-mqtt" , tag = " v0.4.0 " }
25- trigger-sqs = { git = " https://github.com/spinframework/spin-trigger-sqs" , tag = " v0.9.0 " }
26- trigger-command = { git = " https://github.com/spinframework/spin-trigger-command" , tag = " v0.3.0 " }
27- spin-loader = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
28- spin-oci = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
29- spin-telemetry = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
30- spin-runtime-factors = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
31- spin-factor-outbound-networking = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0 " }
32- wasmtime = " 29 .0.1 "
22+ spin-trigger-http = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
23+ spin-trigger-redis = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
24+ trigger-mqtt = { git = " https://github.com/spinframework/spin-trigger-mqtt" , tag = " v0.4.2 " }
25+ trigger-sqs = { git = " https://github.com/spinframework/spin-trigger-sqs" , tag = " v0.9.2 " }
26+ trigger-command = { git = " https://github.com/spinframework/spin-trigger-command" , tag = " v0.3.2 " }
27+ spin-loader = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
28+ spin-oci = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
29+ spin-telemetry = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
30+ spin-runtime-factors = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
31+ spin-factor-outbound-networking = { git = " https://github.com/spinframework/spin" , tag = " v3.3.1 " }
32+ wasmtime = " 33 .0.0 "
3333openssl = { version = " *" , features = [" vendored" ] }
3434anyhow = " 1.0"
3535oci-spec = " 0.7"
0 commit comments