1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

Merge pull request #1940 from containers/dependabot/cargo/syscalls-0.6.11

This commit is contained in:
github-actions[bot] 2023-05-18 01:17:09 +00:00 committed by GitHub
commit 9917e87e0a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -3535,9 +3535,9 @@ dependencies = [
[[package]]
name = "syscalls"
version = "0.6.10"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85d5ea5026b593a3da051edb60edd50a6c5b5937c8444c22a125d3fb25517e1c"
checksum = "55520e791a447e81c6586a48c4f80d5e616d3fa07dc77ef8c292d8e4e26890a4"
dependencies = [
"cc",
"serde",

@ -39,7 +39,7 @@ libcgroups = { version = "0.0.5", 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.10"
syscalls = "0.6.11"
rust-criu = "0.4.0"
clone3 = "0.2.3"
regex = "1.7.3"