From 9b428c1ca06fd18fa72b5c0f06163a83c104d038 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 07:21:37 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.74 to 0.2.76 in /rust/libdnf-sys Bumps [libc](https://github.com/rust-lang/libc) from 0.2.74 to 0.2.76. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.74...0.2.76) Signed-off-by: dependabot-preview[bot] --- rust/libdnf-sys/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/libdnf-sys/Cargo.lock b/rust/libdnf-sys/Cargo.lock index 8c73f69d..b5bc1a78 100644 --- a/rust/libdnf-sys/Cargo.lock +++ b/rust/libdnf-sys/Cargo.lock @@ -2,15 +2,15 @@ # It is not intended for manual editing. [[package]] name = "libc" -version = "0.2.74" +version = "0.2.76" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libdnf-sys" version = "0.1.0" dependencies = [ - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", ] [metadata] -"checksum libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10" +"checksum libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)" = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"