From ff1325a8e8a463ac12aa3acc1e32ebb768874dd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 15:24:20 +0000 Subject: [PATCH] Bump libc from 0.2.62 to 0.2.70 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.62 to 0.2.70. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.62...0.2.70) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cbe4f95091..7d6b475fb47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3011,9 +3011,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.62" +version = "0.2.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" +checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f" [[package]] name = "libdbus-sys"