diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index ce9991078..aaf943f41 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -51,7 +51,7 @@ tendermint-proto = { version = "0.23.2", default-features = false, path = "../pr time = { version = "0.3", default-features = false, features = ["macros", "parsing"] } zeroize = { version = "1.1", default-features = false, features = ["zeroize_derive", "alloc"] } flex-error = { version = "0.4.4", default-features = false } -k256 = { version = "0.9", optional = true, default-features = false, features = ["ecdsa", "sha256"] } +k256 = { version = "0.10", optional = true, default-features = false, features = ["ecdsa", "sha256"] } ripemd160 = { version = "0.9", default-features = false, optional = true } [features]