From f927badb90b7f746aa94bc89fc41cf4095cdd94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 00:30:54 +0000 Subject: [PATCH] chore(deps): bump syscalls from 0.6.6 to 0.6.7 Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/jasonwhite/syscalls/releases) - [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md) - [Commits](https://github.com/jasonwhite/syscalls/compare/0.6.6...0.6.7) --- updated-dependencies: - dependency-name: syscalls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/libcontainer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bc524e9e..9b807e2c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2223,9 +2223,9 @@ dependencies = [ [[package]] name = "syscalls" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9148c90637a79c6b331f80914a78816358bff6ca69c8af8f6fbbda9869bb2a39" +checksum = "535e4a480d47370482f8251117cba053e32067862c439dcd4c9ea4026d08f88e" dependencies = [ "cc", "serde", diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 9e03d851f..0b1cb1d34 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -36,7 +36,7 @@ libcgroups = { version = "0.0.3", path = "../libcgroups" } libseccomp = { version = "0.3.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -syscalls = "0.6.5" +syscalls = "0.6.7" rust-criu = "0.2.0" wasmer = { version = "2.2.0", optional = true } wasmer-wasi = { version = "2.3.0", optional = true }