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

Merge pull request #1652 from containers/dependabot/cargo/libc-0.2.140

(auto merged) chore(deps): bump libc from 0.2.139 to 0.2.140
This commit is contained in:
Toru Komatsu 2023-03-10 17:18:09 +09:00 committed by GitHub
commit 8735005b5d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated

@ -1585,9 +1585,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.139"
version = "0.2.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
[[package]]
name = "libcgroups"

@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "1.1.1+v1.0.1", optional = true }
errno = { version = "0.3.0", optional = true }
libc = { version = "0.2.139", optional = true }
libc = { version = "0.2.140", optional = true }
[dev-dependencies]
oci-spec = { version = "^0.6.0", features = ["proptests", "runtime"] }

@ -29,7 +29,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.139"
libc = "0.2.140"
log = "0.4"
mio = { version = "0.8.6", features = ["os-ext", "os-poll"] }
nix = "0.26.2"