From 1d21c52dae9bdb9d101c526bec811b27adcc42ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 22:13:27 +0000 Subject: [PATCH] build(deps): bump sha-1 from 0.9.3 to 0.9.5 Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.3 to 0.9.5. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.3...sha-1-v0.9.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++++++++++++--- src/expr/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dca265b02ae84..1a0dbfbf424db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,6 +597,15 @@ dependencies = [ "glob", ] +[[package]] +name = "cpufeatures" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4" +dependencies = [ + "libc", +] + [[package]] name = "cpuid-bool" version = "0.1.2" @@ -3692,13 +3701,13 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d" +checksum = "b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00" dependencies = [ "block-buffer", "cfg-if 1.0.0", - "cpuid-bool", + "cpufeatures", "digest", "opaque-debug", ] diff --git a/src/expr/Cargo.toml b/src/expr/Cargo.toml index c9e2a33594282..2dcafc12c0534 100644 --- a/src/expr/Cargo.toml +++ b/src/expr/Cargo.toml @@ -26,6 +26,6 @@ regex-syntax = "0.6.18" repr = { path = "../repr" } serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.62" -sha-1 = "0.9.3" +sha-1 = "0.9.5" sha2 = "0.9.3" unicase = "2.6.0"