From 06ea61b3d52f7578eebd8124a11d4977773ca7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 08:37:16 +0000 Subject: [PATCH] Bump libc from 0.2.139 to 0.2.140 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.139 to 0.2.140. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.139...0.2.140) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62d86ece7..4dfbf430c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2397,9 +2397,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[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 = "link-cplusplus" diff --git a/Cargo.toml b/Cargo.toml index 908c6fd4d..174642204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ indicatif = "0.17.3" indoc = "2.0.1" io_tee = "0.1.1" itertools = "0.10.5" -libc = "0.2.137" +libc = "0.2.140" ntest = "0.9.0" once_cell = "1.17.1" pathdiff = { version = "0.2.1", features = ["camino"] }