mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 20:31:04 +00:00
bump a bunch of deps in parity-common (#9263)
* bump a bunch of deps in parity-common * primitive-types 0.10.0 * update Cargo.lock * downgrade a few more * this is unlikely to help * try something * Checkmate, Atheists!
This commit is contained in:
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features =
|
||||
log = { version = "0.4.11", default-features = false }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
byteorder = { version = "1.3.2", default-features = false }
|
||||
primitive-types = { version = "0.9.0", default-features = false, features = ["codec"] }
|
||||
primitive-types = { version = "0.10.0", default-features = false, features = ["codec"] }
|
||||
impl-serde = { version = "0.3.0", optional = true }
|
||||
wasmi = { version = "0.9.0", optional = true }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
@@ -36,7 +36,7 @@ parking_lot = { version = "0.11.1", optional = true }
|
||||
sp-debug-derive = { version = "3.0.0", path = "../debug-derive" }
|
||||
sp-externalities = { version = "0.9.0", optional = true, path = "../externalities" }
|
||||
sp-storage = { version = "3.0.0", default-features = false, path = "../storage" }
|
||||
parity-util-mem = { version = "0.9.0", default-features = false, features = ["primitive-types"] }
|
||||
parity-util-mem = { version = "0.10.0", default-features = false, features = ["primitive-types"] }
|
||||
futures = { version = "0.3.1", optional = true }
|
||||
dyn-clonable = { version = "0.9.0", optional = true }
|
||||
thiserror = { version = "1.0.21", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user