Skip to content

Commit

Permalink
Merge pull request #474 from containerd/dependabot/cargo/tokio-1.36.0
Browse files Browse the repository at this point in the history
chore(deps): bump tokio from 1.35.1 to 1.36.0
  • Loading branch information
jsturtevant committed Feb 5, 2024
2 parents 5369d80 + d2f7852 commit 8c88d89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -29,7 +29,7 @@ tempfile = { workspace = true, optional = true }
thiserror = { workspace = true }
ttrpc = { workspace = true }
wat = { workspace = true }
tokio = { version = "1.35.1", features = [ "full" ] }
tokio = { version = "1.36.0", features = [ "full" ] }
futures = { version = "0.3.30" }
wasmparser = "0.121.0"

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.35.1"
tokio = "1.36.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 8c88d89

Please sign in to comment.