Skip to content

Commit

Permalink
Bump k256 to v0.10 (#1059) (#1060)
Browse files Browse the repository at this point in the history
Release notes: RustCrypto/elliptic-curves#485

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Co-authored-by: Tony Arcieri (iqlusion) <tony@iqlusion.io>
  • Loading branch information
thanethomson and tony-iqlusion committed Dec 15, 2021
1 parent c6ffe1b commit 8354fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8354fec

Please sign in to comment.