Skip to content

Commit

Permalink
chore(deps): bump syscalls from 0.6.8 to 0.6.9
Browse files Browse the repository at this point in the history
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.8 to 0.6.9.
- [Release notes](https://github.com/jasonwhite/syscalls/releases)
- [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md)
- [Commits](jasonwhite/syscalls@0.6.8...0.6.9)

---
updated-dependencies:
- dependency-name: syscalls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 24, 2023
1 parent bef32e0 commit 9f1d027
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 @@ -39,7 +39,7 @@ libcgroups = { version = "0.0.4", path = "../libcgroups", default-features = fal
libseccomp = { version = "0.3.0", optional=true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syscalls = "0.6.8"
syscalls = "0.6.9"
rust-criu = "0.4.0"
clone3 = "0.2.3"

Expand Down

0 comments on commit 9f1d027

Please sign in to comment.