From 750ab0c01e80572d3a8984b6cd98825360c30b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:14:58 +0000 Subject: [PATCH] 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] --- Cargo.lock | 8 ++++---- crates/libcgroups/Cargo.toml | 2 +- crates/libcontainer/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4ce1e52..0372216b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index 54d8b4ea..a2f21983 100644 --- a/crates/libcgroups/Cargo.toml +++ b/crates/libcgroups/Cargo.toml @@ -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"] } diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index eabf932e..22a2d80a 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -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"