1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-07 15:26:14 +02:00

Merge pull request #854 from containers/dependabot/cargo/crates/libc-0.2.124

chore(deps): bump libc from 0.2.123 to 0.2.124 in /crates
This commit is contained in:
utam0k 2022-04-19 11:04:29 +09:00 committed by GitHub
commit e8a1a751e0
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
crates/Cargo.lock generated
View File

@ -931,9 +931,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.123"
version = "0.2.124"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
[[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.123", optional = true }
libc = { version = "0.2.124", 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.123"
libc = "0.2.124"
log = "0.4"
mio = { version = "0.8.2", features = ["os-ext", "os-poll"] }
nix = "0.23.1"