From a76d561c82abc6b212e9986ec93e076abebff14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 10:10:32 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.83 to 0.2.84 (#222) --- Cargo.lock | 4 ++-- sha1/Cargo.toml | 2 +- sha2/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec8e85d7..a252695f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,9 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "libc" -version = "0.2.83" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb0c4e9c72ee9d69b767adebc5f4788462a3b45624acd919475c92597bcaf4f" +checksum = "1cca32fa0182e8c0989459524dc356b8f2b5c10f1b9eb521b7d182c03cf8c5ff" [[package]] name = "md-5" diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index 443a3141..65fdacbb 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -25,7 +25,7 @@ sha1-asm = { version = "0.4", optional = true } cpuid-bool = "0.1" [target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies] -libc = { version = "0.2.83", optional = true } +libc = { version = "0.2.84", optional = true } [dev-dependencies] digest = { version = "0.9", features = ["dev"] } diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 87db32e4..85217e15 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -25,7 +25,7 @@ sha2-asm = { version = "0.5", optional = true } cpuid-bool = "0.1" [target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies] -libc = { version = "0.2.83", optional = true } +libc = { version = "0.2.84", optional = true } [dev-dependencies] digest = { version = "0.9", features = ["dev"] }