Skip to content

Commit

Permalink
Merge pull request #1022 from containers/dependabot/cargo/syscalls-0.6.2
Browse files Browse the repository at this point in the history
chore(deps): bump syscalls from 0.6.1 to 0.6.2
  • Loading branch information
utam0k authored Jul 6, 2022
2 parents c02a4e6 + be909ad commit d921b16
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 @@ -37,7 +37,7 @@ libcgroups = { version = "0.0.3", path = "../libcgroups" }
libseccomp = { version = "0.2.3" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syscalls = "0.6.1"
syscalls = "0.6.2"
rust-criu = { git = "https://github.com/checkpoint-restore/rust-criu", version = "0.1.0" }
wasmer = { version = "2.2.0", optional = true }
wasmer-wasi = { version = "2.3.0", optional = true }
Expand Down

0 comments on commit d921b16

Please sign in to comment.