Skip to content
Snippets Groups Projects
Commit 0c275230 authored by Igor Matuszewski's avatar Igor Matuszewski
Browse files

Fix stale Cargo.lock

parent 72630fd8
Branches 6723
No related merge requests found
......@@ -7916,7 +7916,6 @@ version = "2.0.0-rc5"
dependencies = [
"futures 0.3.5",
"hash-db",
"lazy_static",
"libsecp256k1",
"log",
"parity-scale-codec",
......@@ -7929,7 +7928,6 @@ dependencies = [
"sp-tracing",
"sp-trie",
"sp-wasm-interface",
"spin",
]
[[package]]
......@@ -8011,10 +8009,12 @@ dependencies = [
"either",
"hash256-std-hasher",
"impl-trait-for-tuples",
"lazy_static",
"log",
"parity-scale-codec",
"parity-util-mem 0.7.0",
"paste",
"pin-project",
"rand 0.7.3",
"serde",
"serde_json",
......@@ -8025,6 +8025,7 @@ dependencies = [
"sp-io",
"sp-state-machine",
"sp-std",
"spin",
]
[[package]]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment