Skip to content

Commit

Permalink
Merge pull request #367 from containerd/dependabot/cargo/futures-0.3.29
Browse files Browse the repository at this point in the history
chore(deps): bump futures from 0.3.28 to 0.3.29
  • Loading branch information
Mossaka authored Oct 30, 2023
2 parents 3e72fb2 + 54aae02 commit 3cf69c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 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 @@ thiserror = { workspace = true }
ttrpc = { workspace = true }
wat = { workspace = true }
tokio = { version = "1.28.2", features = [ "full" ] }
futures = { version = "0.3.28" }
futures = { version = "0.3.29" }

[target.'cfg(unix)'.dependencies]
caps = "0.5"
Expand Down

0 comments on commit 3cf69c9

Please sign in to comment.