From 230b2b178496747aced7103ea243ce55ee265bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 19 Mar 2025 10:46:15 +0100 Subject: [PATCH] Upgrade sha2 to workspace version or validator-client (#5644) --- Cargo.lock | 2 +- common/client-libs/validator-client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12e4c8c881..e1b016a6ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6825,7 +6825,7 @@ dependencies = [ "reqwest 0.12.4", "serde", "serde_json", - "sha2 0.9.9", + "sha2 0.10.8", "tendermint-rpc", "thiserror 2.0.12", "time", diff --git a/common/client-libs/validator-client/Cargo.toml b/common/client-libs/validator-client/Cargo.toml index 5cd86e2dba..3a673f0e15 100644 --- a/common/client-libs/validator-client/Cargo.toml +++ b/common/client-libs/validator-client/Cargo.toml @@ -56,7 +56,7 @@ cw4 = { workspace = true } cw-controllers = { workspace = true } prost = { workspace = true, default-features = false } flate2 = { workspace = true } -sha2 = { version = "0.9.5" } +sha2 = { workspace = true } itertools = { workspace = true } zeroize = { workspace = true, features = ["zeroize_derive"] } cosmwasm-std = { workspace = true }