From 9dd18734d6896e6ed7c65d08308771a9da7f558e Mon Sep 17 00:00:00 2001 From: Albert S Date: Thu, 9 Jul 2020 00:10:51 +0200 Subject: [PATCH] Updated dependencies --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a01c3b3..620d5b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,15 +2,15 @@ # It is not intended for manual editing. [[package]] name = "libc" -version = "0.2.43" +version = "0.2.72" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "raou" version = "0.1.0" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)", ] [metadata] -"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" +"checksum libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)" = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"