From c45ea8c82773de1946f7ae2eece13150f07ca5fe Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Wed, 15 Dec 2021 12:03:31 -0800 Subject: [PATCH] Bump `k256` to v0.10 (#1059) Release notes: https://github.com/RustCrypto/elliptic-curves/pull/485 --- tendermint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index 7d9630510..6f45cb799 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -51,7 +51,7 @@ tendermint-proto = { version = "0.23.0", default-features = false, path = "../pr time = { version = "0.3.5", 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]