1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-06 07:36:17 +02:00

chore(deps): bump libc from 0.2.126 to 0.2.127

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.126 to 0.2.127.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.126...0.2.127)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-09 10:14:58 +00:00 committed by GitHub
parent 36d9df68e9
commit 750ab0c01e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -1033,9 +1033,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.126"
version = "0.2.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
[[package]]
name = "libcgroups"
@ -1600,9 +1600,9 @@ dependencies = [
[[package]]
name = "procfs"
version = "0.13.2"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "979e5cb47caafb8e14653bb083358e19917ca8c9c4c2648932eccd935f5c4d80"
checksum = "c1391b61957e3b6f25a59ca2e057d22a44415917d87893986f6627fef109d32f"
dependencies = [
"bitflags",
"byteorder",

View File

@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.8.3+v0.7.0", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.126", optional = true }
libc = { version = "0.2.127", optional = true }
[dev-dependencies]
oci-spec = { version = "0.5.7", features = ["proptests", "runtime"] }

View File

@ -24,7 +24,7 @@ crossbeam-channel = "0.5"
dbus = "0.9.6"
fastrand = "1.8.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.126"
libc = "0.2.127"
log = "0.4"
mio = { version = "0.8.4", features = ["os-ext", "os-poll"] }
nix = "0.24.2"