Skip to content

Commit

Permalink
Merge pull request #1037 from containers/dependabot/cargo/syscalls-0.6.3
Browse files Browse the repository at this point in the history
chore(deps): bump syscalls from 0.6.2 to 0.6.3
  • Loading branch information
utam0k authored Jul 8, 2022
2 parents 2eb3690 + 91f59e2 commit c43f701
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 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.2"
syscalls = "0.6.3"
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 c43f701

Please sign in to comment.