Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump k256 from 0.10.4 to 0.11.4 #12085

Merged
merged 5 commits into from
Nov 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frame/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl-trait-for-tuples = "0.2.2"
smallvec = "1.8.0"
log = { version = "0.4.17", default-features = false }
sp-core-hashing-proc-macro = { version = "5.0.0", path = "../../primitives/core/hashing/proc-macro" }
k256 = { version = "0.10.4", default-features = false, features = ["ecdsa"] }
k256 = { version = "0.11.4", default-features = false, features = ["ecdsa"] }

[dev-dependencies]
serde_json = "1.0.79"
Expand Down