Skip to content

Commit 23befdc

Browse files
committed
Upgrade sha2 to workspace version or validator-client
1 parent e4e9615 commit 23befdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/client-libs/validator-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cw4 = { workspace = true }
5656
cw-controllers = { workspace = true }
5757
prost = { workspace = true, default-features = false }
5858
flate2 = { workspace = true }
59-
sha2 = { version = "0.9.5" }
59+
sha2 = { workspace = true }
6060
itertools = { workspace = true }
6161
zeroize = { workspace = true, features = ["zeroize_derive"] }
6262
cosmwasm-std = { workspace = true }

0 commit comments

Comments
 (0)