From 206b69108f2ed2194508ba7ea023b339ba1eaeb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:08:24 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.9.6 to 0.9.8 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.6 to 0.9.8. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.6...sha2-v0.9.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- common/management/Cargo.toml | 2 +- store/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 277d6e3a2edf7..cc340a45152b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4752,9 +4752,9 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" [[package]] name = "sha2" -version = "0.9.6" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3" +checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa" dependencies = [ "block-buffer", "cfg-if 1.0.0", @@ -5760,7 +5760,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "rand", "static_assertions", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 48ea40dd43ba1..3924218e8ada8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -30,7 +30,7 @@ run_script = "^0.8.0" rustyline = "9.0.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -sha2 = "0.9.6" +sha2 = "0.9.8" sysinfo = "0.20.3" tar = "0.4.37" thiserror = "1.0.29" diff --git a/common/management/Cargo.toml b/common/management/Cargo.toml index 114b104599ff7..cec7673ff48e3 100644 --- a/common/management/Cargo.toml +++ b/common/management/Cargo.toml @@ -18,7 +18,7 @@ common-store-api= {path = "../store-api"} async-trait = "0.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -sha2 = "0.9.6" +sha2 = "0.9.8" [dev-dependencies] common-runtime = { path = "../runtime"} diff --git a/store/Cargo.toml b/store/Cargo.toml index e897fff16950e..20e8b8dba84f1 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -62,7 +62,7 @@ tokio-stream = "0.1" tracing-appender = "0.1.2" tonic = { version = "0.5.2", features = ["tls"]} -sha2 = "0.9.6" +sha2 = "0.9.8" uuid = { version = "0.8", features = ["serde", "v4"] } axum = {version = "0.2.3", features=["headers"] } axum-server = { version = "0.2", features = ["tls-rustls"] }