mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 21:11:07 +00:00
update kvdb & co (#12312)
* upgrade kvdb & co * remove patch * update Cargo.lock * upgrade impl-serde * fix parsing test * actually fix it * FFS
This commit is contained in:
@@ -28,7 +28,7 @@ sp-std = { version = "4.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
primitive-types = "0.11.1"
|
||||
primitive-types = "0.12.0"
|
||||
sp-core = { version = "6.0.0", features = ["full_crypto"], path = "../core" }
|
||||
rand = "0.7.2"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
honggfuzz = "0.5.49"
|
||||
num-bigint = "0.2"
|
||||
primitive-types = "0.11.1"
|
||||
primitive-types = "0.12.0"
|
||||
sp-arithmetic = { version = "5.0.0", path = ".." }
|
||||
|
||||
[[bin]]
|
||||
|
||||
Reference in New Issue
Block a user