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:
Andronik
2022-10-05 23:07:15 +02:00
committed by GitHub
parent 93e8ffed55
commit 9e423925f6
24 changed files with 73 additions and 103 deletions
+1 -1
View File
@@ -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]]