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

Merge pull request #1885 from containers/dependabot/cargo/libc-0.2.143

This commit is contained in:
github-actions[bot] 2023-05-08 01:21:06 +00:00 committed by GitHub
commit dd91cd1970
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated

@ -1912,9 +1912,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.142"
version = "0.2.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
checksum = "edc207893e85c5d6be840e969b496b53d94cec8be2d501b214f50daa97fa8024"
[[package]]
name = "libcgroups"

@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "1.1.1", optional = true }
errno = { version = "0.3.1", optional = true }
libc = { version = "0.2.142", optional = true }
libc = { version = "0.2.143", optional = true }
thiserror = "1.0.40"
[dev-dependencies]

@ -27,7 +27,7 @@ chrono = { version = "0.4", features = ["serde"] }
crossbeam-channel = "0.5"
fastrand = "^1.7.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.142"
libc = "0.2.143"
log = "0.4"
mio = { version = "0.8.6", features = ["os-ext", "os-poll"] }
nix = "0.26.2"