Skip to content

Commit

Permalink
Update k256 to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Jul 15, 2022
1 parent e8a7d16 commit 8ca93b8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 32 deletions.
73 changes: 42 additions & 31 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 @@ -35,7 +35,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.3", default-features = false, features = ["ecdsa"] }

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

0 comments on commit 8ca93b8

Please sign in to comment.