@@ -12,10 +12,8 @@ Containerd shim for running Spin workloads.
1212
1313[dependencies ]
1414containerd-shim-wasm = { version = " 1.0.0-rc.1" , default-features = false , features = [" opentelemetry" ]}
15- http = " 1"
1615log = " 0.4"
1716spin-app = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
18- spin-core = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
1917spin-componentize = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
2018# Enable loading components precompiled by the shim
2119spin-trigger = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" , features = [
@@ -26,22 +24,13 @@ spin-trigger-redis = { git = "https://github.com/spinframework/spin", tag = "v3.
2624trigger-mqtt = { git = " https://github.com/spinframework/spin-trigger-mqtt" , tag = " v0.4.0" }
2725trigger-sqs = { git = " https://github.com/spinframework/spin-trigger-sqs" , tag = " v0.9.0" }
2826trigger-command = { git = " https://github.com/spinframework/spin-trigger-command" , tag = " v0.3.0" }
29- spin-manifest = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
3027spin-loader = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
3128spin-oci = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
32- spin-common = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
33- spin-expressions = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
34- spin-factors-executor = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
3529spin-telemetry = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
3630spin-runtime-factors = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
37- spin-factors = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
3831spin-factor-outbound-networking = { git = " https://github.com/spinframework/spin" , tag = " v3.2.0" }
3932wasmtime = " 29.0.1"
40- tokio = { version = " 1" , features = [" rt" ] }
4133openssl = { version = " *" , features = [" vendored" ] }
42- serde = " 1.0"
43- serde_json = " 1.0"
44- url = " 2.5"
4534anyhow = " 1.0"
4635oci-spec = " 0.7"
4736futures = " 0.3"
@@ -52,3 +41,4 @@ wat = "1"
5241temp-env = " 0.3.6"
5342toml = " 0.8"
5443tempfile = " 3"
44+ tokio = { version = " 1" , features = [" rt" ] }
0 commit comments