Bump k256 from 0.10.4 to 0.11.4 (#12085)

* Bump `k256` from `0.10.4` to `0.11.4`

* Update Cargo.lock

* Update

Co-authored-by: Bastian Köcher <info@kchr.de>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
shekohex
2022-11-05 13:39:29 +02:00
committed by GitHub
parent 65b285e632
commit e66339d667
2 changed files with 44 additions and 33 deletions
+1 -1
View File
@@ -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"