mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 07:31:08 +00:00
update criterion to v0.4.0 (#13142)
This commit is contained in:
@@ -25,7 +25,7 @@ impl-serde = { version = "0.4.0", optional = true }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
hash256-std-hasher = { version = "0.15.2", default-features = false }
|
||||
base58 = { version = "0.2.0", optional = true }
|
||||
rand = { version = "0.8.5", optional = true, features = ["small_rng"] }
|
||||
rand = { version = "0.8.5", features = ["small_rng"], optional = true }
|
||||
substrate-bip39 = { version = "0.4.4", optional = true }
|
||||
tiny-bip39 = { version = "1.0.0", optional = true }
|
||||
regex = { version = "1.6.0", optional = true }
|
||||
@@ -60,7 +60,7 @@ sp-runtime-interface = { version = "7.0.0", default-features = false, path = "..
|
||||
[dev-dependencies]
|
||||
sp-serializer = { version = "4.0.0-dev", path = "../serializer" }
|
||||
rand = "0.8.5"
|
||||
criterion = "0.3.3"
|
||||
criterion = "0.4.0"
|
||||
serde_json = "1.0"
|
||||
sp-core-hashing-proc-macro = { version = "5.0.0", path = "./hashing/proc-macro" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user