From 170db6a01ca9b87e7b174e860946f1b1a0fd04b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 04:53:20 +0000 Subject: [PATCH] Bump libc from 0.2.106 to 0.2.112 in /src/rust/engine Bumps [libc](https://github.com/rust-lang/libc) from 0.2.106 to 0.2.112. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.106...0.2.112) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/rust/engine/Cargo.lock | 4 ++-- src/rust/engine/Cargo.toml | 2 +- src/rust/engine/fs/brfs/Cargo.toml | 2 +- src/rust/engine/process_execution/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/rust/engine/Cargo.lock b/src/rust/engine/Cargo.lock index 2022c1c5ca7..070f83ff544 100644 --- a/src/rust/engine/Cargo.lock +++ b/src/rust/engine/Cargo.lock @@ -1427,9 +1427,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.106" +version = "0.2.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673" +checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" [[package]] name = "lmdb" diff --git a/src/rust/engine/Cargo.toml b/src/rust/engine/Cargo.toml index 7c313504a77..82c5635375f 100644 --- a/src/rust/engine/Cargo.toml +++ b/src/rust/engine/Cargo.toml @@ -126,7 +126,7 @@ hashing = { path = "hashing" } indexmap = "1.4" itertools = "0.10" lazy_static = "1" -libc = "0.2.39" +libc = "0.2.112" log = "0.4" logging = { path = "logging" } nailgun = { path = "nailgun" } diff --git a/src/rust/engine/fs/brfs/Cargo.toml b/src/rust/engine/fs/brfs/Cargo.toml index bbc005ba8d7..abe0eb92e29 100644 --- a/src/rust/engine/fs/brfs/Cargo.toml +++ b/src/rust/engine/fs/brfs/Cargo.toml @@ -15,7 +15,7 @@ fuser = "0.9.1" futures = "0.3" grpc_util = { path = "../../grpc_util" } hashing = { path = "../../hashing" } -libc = "0.2.39" +libc = "0.2.112" log = "0.4.1" parking_lot = "0.11" protobuf = { version = "2.25.2", features = ["with-bytes"] } diff --git a/src/rust/engine/process_execution/Cargo.toml b/src/rust/engine/process_execution/Cargo.toml index 49eb9ddbfeb..4cd7cda6fc2 100644 --- a/src/rust/engine/process_execution/Cargo.toml +++ b/src/rust/engine/process_execution/Cargo.toml @@ -19,7 +19,7 @@ grpc_util = { path = "../grpc_util" } fs = { path = "../fs" } futures = "0.3" hashing = { path = "../hashing" } -libc = "0.2.39" +libc = "0.2.112" log = "0.4" nails = "0.12" nix = "0.20"