Skip to content

Commit

Permalink
Merge pull request #608 from containerd/dependabot/cargo/tokio-1.38.0
Browse files Browse the repository at this point in the history
chore(deps): bump tokio from 1.37.0 to 1.38.0
  • Loading branch information
Mossaka authored Jun 3, 2024
2 parents 89ac726 + bad8d1b commit 76d74d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/containerd-shim-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tempfile = { workspace = true, optional = true }
thiserror = { workspace = true }
ttrpc = { workspace = true }
wat = { workspace = true }
tokio = { version = "1.37.0", features = [ "full" ] }
tokio = { version = "1.38.0", features = [ "full" ] }
futures = { version = "0.3.30" }
wasmparser = "0.208.1"
tokio-stream = { version = "0.1" }
Expand Down
2 changes: 1 addition & 1 deletion crates/containerd-shim-wasmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ log = { workspace = true }
oci-spec = { workspace = true, features = ["runtime"] }
ttrpc = { workspace = true }

tokio = "1.37.0"
tokio = "1.38.0"
wasmer = { version = "4.1.2" }
wasmer-compiler = { version = "4.1.2", features = ["compiler"] }
wasmer-wasix = { version = "0.12.0" }
Expand Down

0 comments on commit 76d74d4

Please sign in to comment.