Skip to content

Commit

Permalink
Bump spin to v1.3.0 and updated deps (deislabs#103)
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka authored Jun 16, 2023
1 parent 797df5a commit 13ce5fa
Show file tree
Hide file tree
Showing 4 changed files with 1,074 additions and 556 deletions.
8 changes: 4 additions & 4 deletions containerd-shim-slight-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Containerd shim for running Slight workloads.
"""

[dependencies]
chrono = "~0.4"
chrono = "0.4"
clap = { version = "4.1", features = ["derive", "env"] }
containerd-shim = "~0.3"
containerd-shim-wasm = "0.1.1"
log = "~0.4"
containerd-shim = "0.3"
containerd-shim-wasm = "0.1"
log = "0.4"
tokio = { version = "1", features = [ "full" ] }
tokio-util = { version = "0.7", features = [ "codec" ]}
wasmtime = "8.0"
Expand Down
Loading

0 comments on commit 13ce5fa

Please sign in to comment.