1
0
mirror of https://github.com/containers/youki synced 2024-11-24 01:44:17 +01:00

Merge pull request #670 from containers/dependabot/cargo/libc-0.2.115

chore(deps): bump libc from 0.2.114 to 0.2.115
This commit is contained in:
utam0k 2022-01-28 22:02:14 +09:00 committed by GitHub
commit d17f3867ea
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated

@ -959,9 +959,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.114"
version = "0.2.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0005d08a8f7b65fb8073cb697aa0b12b631ed251ce73d862ce50eeb52ce3b50"
checksum = "0a8d982fa7a96a000f6ec4cfe966de9703eccde29750df2bb8949da91b0e818d"
[[package]]
name = "libcgroups"

@ -24,7 +24,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.6.1-2", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.114", optional = true }
libc = { version = "0.2.115", optional = true }
[dev-dependencies]
oci-spec = { version = "0.5.3", features = ["proptests"] }

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

@ -6,7 +6,7 @@ edition = "2021"
build = "build.rs"
[dependencies]
libc = "0.2.114"
libc = "0.2.115"
[build-dependencies]
pkg-config = "0.3.24"