From 987740e4db081bfae67fed09343972b84605ec4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:02:42 +0000 Subject: [PATCH] Bump sha-1 from 0.9.2 to 0.9.4 Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.2 to 0.9.4. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.2...sha-1-v0.9.4) Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- common/workspace-hack/Cargo.toml | 2 +- testsuite/diem-fuzzer/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8eceef351a1..47f86dbbde64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1567,7 +1567,7 @@ dependencies = [ "rusty-fork", "safety-rules", "serde_json", - "sha-1 0.9.2", + "sha-1 0.9.4", "state-synchronizer", "stats_alloc", "storage-interface", @@ -2360,7 +2360,7 @@ dependencies = [ "once_cell", "petgraph", "serde", - "sha-1 0.9.2", + "sha-1 0.9.4", "subtle", "syn 1.0.58", ] @@ -6209,9 +6209,9 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c" +checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", @@ -7227,7 +7227,7 @@ dependencies = [ "input_buffer", "log", "rand 0.8.2", - "sha-1 0.9.2", + "sha-1 0.9.4", "url", "utf-8", ] diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 823c638d6587..f66cced9e473 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -23,7 +23,7 @@ num-traits = { version = "0.2.14", features = ["i128", "std"] } once_cell = "1.5.2" petgraph = { version = "0.5.1", features = ["graphmap", "matrix_graph", "stable_graph"] } serde = { version = "1.0.120", features = ["derive", "rc"] } -sha-1 = { version = "0.9.2", features = ["std"] } +sha-1 = { version = "0.9.4", features = ["std"] } subtle = { version = "2.4.0", features = ["i128", "std"] } [build-dependencies] diff --git a/testsuite/diem-fuzzer/Cargo.toml b/testsuite/diem-fuzzer/Cargo.toml index f2ce4786755b..66d60b508a1d 100644 --- a/testsuite/diem-fuzzer/Cargo.toml +++ b/testsuite/diem-fuzzer/Cargo.toml @@ -18,7 +18,7 @@ proptest = { version = "0.10.1", default-features = false } proptest-derive = { version = "0.2.0", default-features = false } rusty-fork = { version = "0.3.0", default-features = false } serde_json = "1.0.61" -sha-1 = { version = "0.9.2", default-features = false } +sha-1 = { version = "0.9.4", default-features = false } structopt = "0.3.21" rand = "0.7.3" ureq = { version = "1.5.4", features = ["json", "native-tls"], default-features = false }