From 5e35b9d2e63efb2dd04b4bd45e8bf232c0197d2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:57:16 +0000 Subject: [PATCH] fix(deps): update rust crate sha2 to 0.10.8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d4cc93..8a40871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1616,9 +1616,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index e98a13a..56f1a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tower-http = { version = "0.4.4", features = ["trace"] } tracing = "0.1.37" tracing-error = "0.2.0" tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] } -sha2 = "0.10.7" +sha2 = "0.10.8" hex = "0.4.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"