1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-04-23 18:35:24 +02:00

Merge pull request #1101 from containers/dependabot/cargo/libc-0.2.127

chore(deps): bump libc from 0.2.126 to 0.2.127
This commit is contained in:
Thomas Schubart 2022-08-09 22:01:19 +02:00 committed by GitHub
commit 4b0530863c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1033,9 +1033,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.126"
version = "0.2.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
[[package]]
name = "libcgroups"

View File

@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.8.3+v0.7.0", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.126", optional = true }
libc = { version = "0.2.127", optional = true }
[dev-dependencies]
oci-spec = { version = "0.5.7", features = ["proptests", "runtime"] }

View File

@ -24,7 +24,7 @@ crossbeam-channel = "0.5"
dbus = "0.9.6"
fastrand = "1.8.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.126"
libc = "0.2.127"
log = "0.4"
mio = { version = "0.8.4", features = ["os-ext", "os-poll"] }
nix = "0.24.2"