1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-08 07:46:19 +02:00

Merge pull request #842 from containers/dependabot/cargo/crates/libc-0.2.123

chore(deps): bump libc from 0.2.122 to 0.2.123 in /crates
This commit is contained in:
Thomas Schubart 2022-04-13 20:54:19 +02:00 committed by GitHub
commit 940dfce870
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
crates/Cargo.lock generated
View File

@ -922,9 +922,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.122"
version = "0.2.123"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259"
checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
[[package]]
name = "libcgroups"

View File

@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.7.0+v0.7.0", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.122", optional = true }
libc = { version = "0.2.123", optional = true }
[dev-dependencies]
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "89376af", features = ["proptests"] }

View File

@ -25,7 +25,7 @@ crossbeam-channel = "0.5"
dbus = "0.9.5"
fastrand = "1.7.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.122"
libc = "0.2.123"
log = "0.4"
mio = { version = "0.8.2", features = ["os-ext", "os-poll"] }
nix = "0.23.1"