From 0c0d7efd05fdf4480e8a598a7ccae353fff1d327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:03:46 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.138 to 0.2.139 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.138 to 0.2.139. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.138...0.2.139) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/libcgroups/Cargo.toml | 2 +- crates/libcontainer/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6525c29b0..503301f0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1565,9 +1565,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.138" +version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" +checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libcgroups" diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index cbe1891b3..3b2c12338 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 = "1.1.1+v1.0.1", optional = true } errno = { version = "0.2.8", optional = true } -libc = { version = "0.2.138", optional = true } +libc = { version = "0.2.139", optional = true } [dev-dependencies] oci-spec = { version = "0.6.0", features = ["proptests", "runtime"] } diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index d7e048534..a4df9aa3b 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -29,7 +29,7 @@ chrono = { version = "0.4", features = ["serde"] } crossbeam-channel = "0.5" fastrand = "1.8.0" futures = { version = "0.3", features = ["thread-pool"] } -libc = "0.2.138" +libc = "0.2.139" log = "0.4" mio = { version = "0.8.5", features = ["os-ext", "os-poll"] } nix = "0.25.0"