From 0fe9cb072fe720c390040788b12531d6d18a0169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 00:59:39 +0000 Subject: [PATCH] chore(deps): bump syscalls from 0.6.0 to 0.6.1 Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.0 to 0.6.1. - [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.0...0.6.1) --- 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 e664b6618..e651b385d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2063,9 +2063,9 @@ dependencies = [ [[package]] name = "syscalls" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e60450613516f4168b6b9ec7b1b5a1a1351cc3011371e4a791e53c6f9dc35cd" +checksum = "382d83ce29f11449a83b89a5f2e77d695da5ab5c677c317d36a5c8bfe302094a" dependencies = [ "cc", ] diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 26ce5933f..c956e787e 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -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.0" +syscalls = "0.6.1" 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 }