Skip to content

Commit

Permalink
Merge pull request #672 from containers/dependabot/cargo/wasmer-wasi-…
Browse files Browse the repository at this point in the history
…2.1.1

chore(deps): bump wasmer-wasi from 2.1.0 to 2.1.1
  • Loading branch information
utam0k authored Jan 28, 2022
2 parents 2f1c8dc + 55033f6 commit f5451da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libseccomp = { version = "0.0.2", path = "../libseccomp" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wasmer = { version = "2.1.1", optional = true }
wasmer-wasi = { version = "2.1.0", optional = true }
wasmer-wasi = { version = "2.1.1", optional = true }

[dev-dependencies]
oci-spec = { version = "0.5.3", features = ["proptests"] }
Expand Down

0 comments on commit f5451da

Please sign in to comment.