Skip to content

Commit

Permalink
Bump k256 from 0.10.4 to 0.11.4 (paritytech#12085)
Browse files Browse the repository at this point in the history
* Bump `k256` from `0.10.4` to `0.11.4`

* Update Cargo.lock

* Update

Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
3 people authored and girazoki committed Nov 21, 2022
1 parent 5ea6d95 commit 10db72c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 33 deletions.
75 changes: 43 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frame/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.5", default-features = false, features = ["ecdsa"] }

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

0 comments on commit 10db72c

Please sign in to comment.