Skip to content

Commit

Permalink
Merge pull request #754 from containers/dependabot/cargo/wasmer-2.2.0
Browse files Browse the repository at this point in the history
chore(deps): bump wasmer from 2.1.1 to 2.2.0
  • Loading branch information
utam0k authored Mar 5, 2022
2 parents 86acc4d + 74f6814 commit cb3e487
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 17 deletions.
48 changes: 32 additions & 16 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/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libseccomp = { version = "0.0.2", path = "../libseccomp" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust-criu = { git = "https://github.com/checkpoint-restore/rust-criu", version = "0.1.0" }
wasmer = { version = "2.1.1", optional = true }
wasmer = { version = "2.2.0", optional = true }
wasmer-wasi = { version = "2.1.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit cb3e487

Please sign in to comment.