Skip to content

Commit

Permalink
chore(spin): bump to 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka committed Feb 6, 2024
1 parent 3f15b84 commit 5cd59c6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions containerd-shim-spin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ Containerd shim for running Spin workloads.
[dependencies]
containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", rev = "c768e5b0919ca02903a301bf82a390489437dabe" }
log = "0.4"
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
spin-redis-engine = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
trigger-sqs = { git = "https://github.com/fermyon/spin-trigger-sqs", rev = "f60545012bc153071d8005d1b8ed117a614dce0b" }
spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
spin-loader = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
spin-oci = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
spin-common = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
wasmtime = "15.0.0"
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
spin-redis-engine = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
trigger-sqs = { git = "https://github.com/fermyon/spin-trigger-sqs", tag = "v0.6.0" }
spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
spin-loader = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
spin-oci = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
spin-common = { git = "https://github.com/fermyon/spin", tag = "v2.2.0" }
wasmtime = "17.0.0"
tokio = { version = "1", features = ["rt"] }
openssl = { version = "*", features = ["vendored"] }
serde = "1.0"
Expand Down

0 comments on commit 5cd59c6

Please sign in to comment.