From f4d8dcb83eeef092b6bb81d2caa1259a1391791e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 07:23:03 +0000 Subject: [PATCH] Bump libc from 0.2.80 to 0.2.94 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.80 to 0.2.94. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.80...0.2.94) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/diem-dev/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1540b3e57c26..72a5ac1a391b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3749,9 +3749,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.80" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" +checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" [[package]] name = "libfuzzer-sys" diff --git a/client/diem-dev/Cargo.toml b/client/diem-dev/Cargo.toml index 95021010020f..dda8c325ad5d 100644 --- a/client/diem-dev/Cargo.toml +++ b/client/diem-dev/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -libc = "0.2.80" +libc = "0.2.94" static_assertions = "1.1.0" lcs = { version = "0.1.0", package = "libra-canonical-serialization" }