difftreelog
build upgrade frontier
in: master
5 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -18,14 +18,23 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
dependencies = [
- "gimli",
+ "gimli 0.23.0",
+]
+
+[[package]]
+name = "addr2line"
+version = "0.15.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"
+dependencies = [
+ "gimli 0.24.0",
]
[[package]]
name = "adler"
-version = "0.2.3"
+version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
+checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aead"
@@ -89,14 +98,25 @@
[[package]]
name = "aho-corasick"
-version = "0.7.15"
+version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
+checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
[[package]]
+name = "alga"
+version = "0.9.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
+dependencies = [
+ "approx 0.3.2",
+ "num-complex 0.2.4",
+ "num-traits",
+]
+
+[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -116,9 +136,9 @@
[[package]]
name = "anyhow"
-version = "1.0.38"
+version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
+checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
[[package]]
name = "approx"
@@ -130,6 +150,15 @@
]
[[package]]
+name = "approx"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
+dependencies = [
+ "num-traits",
+]
+
+[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -151,6 +180,12 @@
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
+name = "arrayvec"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
+
+[[package]]
name = "asn1_der"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -171,9 +206,9 @@
[[package]]
name = "async-channel"
-version = "1.5.1"
+version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
+checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
"concurrent-queue",
"event-listener",
@@ -182,16 +217,16 @@
[[package]]
name = "async-executor"
-version = "1.4.0"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
+checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
- "vec-arena",
+ "slab",
]
[[package]]
@@ -212,29 +247,29 @@
[[package]]
name = "async-io"
-version = "1.3.1"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
+checksum = "4bbfd5cf2794b1e908ea8457e6c45f8f8f1f6ec5f74617bf4662623f47503c3b"
dependencies = [
"concurrent-queue",
"fastrand",
"futures-lite",
"libc",
"log",
- "nb-connect",
"once_cell",
"parking",
"polling",
- "vec-arena",
+ "slab",
+ "socket2 0.4.0",
"waker-fn",
"winapi 0.3.9",
]
[[package]]
name = "async-lock"
-version = "2.3.0"
+version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb"
+checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
dependencies = [
"event-listener",
]
@@ -250,15 +285,16 @@
[[package]]
name = "async-process"
-version = "1.0.1"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda"
+checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac"
dependencies = [
"async-io",
"blocking",
- "cfg-if 0.1.10",
+ "cfg-if 1.0.0",
"event-listener",
"futures-lite",
+ "libc",
"once_cell",
"signal-hook",
"winapi 0.3.9",
@@ -275,7 +311,7 @@
"async-io",
"async-lock",
"async-process",
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils 0.8.4",
"futures-channel",
"futures-core",
"futures-io",
@@ -286,7 +322,7 @@
"memchr",
"num_cpus",
"once_cell",
- "pin-project-lite 0.2.4",
+ "pin-project-lite 0.2.6",
"pin-utils",
"slab",
"wasm-bindgen-futures",
@@ -300,9 +336,9 @@
[[package]]
name = "async-trait"
-version = "0.1.42"
+version = "0.1.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"
+checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"
dependencies = [
"proc-macro2",
"quote",
@@ -319,7 +355,7 @@
"futures-sink",
"futures-util",
"memchr",
- "pin-project-lite 0.2.4",
+ "pin-project-lite 0.2.6",
]
[[package]]
@@ -332,7 +368,7 @@
"futures-sink",
"futures-util",
"memchr",
- "pin-project-lite 0.2.4",
+ "pin-project-lite 0.2.6",
]
[[package]]
@@ -369,15 +405,16 @@
[[package]]
name = "backtrace"
-version = "0.3.56"
+version = "0.3.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
+checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744"
dependencies = [
- "addr2line",
+ "addr2line 0.15.1",
+ "cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
- "object 0.23.0",
+ "object 0.24.0",
"rustc-demangle",
]
@@ -407,36 +444,30 @@
[[package]]
name = "bincode"
-version = "1.3.2"
+version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772"
+checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
- "byteorder",
"serde",
]
[[package]]
name = "bindgen"
-version = "0.54.0"
+version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36"
+checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
dependencies = [
"bitflags",
"cexpr",
- "cfg-if 0.1.10",
"clang-sys",
- "clap",
- "env_logger",
"lazy_static",
"lazycell",
- "log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
- "which 3.1.1",
]
[[package]]
@@ -457,9 +488,9 @@
[[package]]
name = "bitvec"
-version = "0.20.2"
+version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1f682656975d3a682daff957be4ddeb65d6ad656737cd821f2d00685ae466af1"
+checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"
dependencies = [
"funty",
"radium 0.6.2",
@@ -534,7 +565,7 @@
"block-padding 0.1.5",
"byte-tools",
"byteorder",
- "generic-array 0.12.3",
+ "generic-array 0.12.4",
]
[[package]]
@@ -593,9 +624,9 @@
[[package]]
name = "bstr"
-version = "0.2.14"
+version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
+checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
dependencies = [
"memchr",
]
@@ -611,9 +642,9 @@
[[package]]
name = "bumpalo"
-version = "3.6.0"
+version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
+checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
[[package]]
name = "byte-slice-cast"
@@ -635,9 +666,9 @@
[[package]]
name = "byteorder"
-version = "1.3.4"
+version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
+checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
@@ -692,9 +723,9 @@
[[package]]
name = "cc"
-version = "1.0.66"
+version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
+checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
dependencies = [
"jobserver",
]
@@ -778,13 +809,13 @@
[[package]]
name = "clang-sys"
-version = "0.29.3"
+version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
+checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
dependencies = [
"glob",
"libc",
- "libloading",
+ "libloading 0.7.0",
]
[[package]]
@@ -827,6 +858,12 @@
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
+name = "convert_case"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
+
+[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -853,10 +890,13 @@
]
[[package]]
-name = "cpuid-bool"
-version = "0.1.2"
+name = "cpufeatures"
+version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
+checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
+dependencies = [
+ "libc",
+]
[[package]]
name = "cpuid-bool"
@@ -884,7 +924,7 @@
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-entity",
- "gimli",
+ "gimli 0.23.0",
"log",
"regalloc",
"serde",
@@ -969,12 +1009,12 @@
[[package]]
name = "crossbeam-channel"
-version = "0.5.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
+checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
dependencies = [
"cfg-if 1.0.0",
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils 0.8.4",
]
[[package]]
@@ -995,8 +1035,8 @@
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
dependencies = [
"cfg-if 1.0.0",
- "crossbeam-epoch 0.9.2",
- "crossbeam-utils 0.8.1",
+ "crossbeam-epoch 0.9.4",
+ "crossbeam-utils 0.8.4",
]
[[package]]
@@ -1016,15 +1056,14 @@
[[package]]
name = "crossbeam-epoch"
-version = "0.9.2"
+version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00"
+checksum = "52fb27eab85b17fbb9f6fd667089e07d6a2eb8743d02639ee7f6a7a7729c9c94"
dependencies = [
"cfg-if 1.0.0",
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils 0.8.4",
"lazy_static",
- "loom",
- "memoffset 0.6.1",
+ "memoffset 0.6.3",
"scopeguard",
]
@@ -1052,9 +1091,9 @@
[[package]]
name = "crossbeam-utils"
-version = "0.8.1"
+version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
+checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
@@ -1073,7 +1112,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
dependencies = [
- "generic-array 0.12.3",
+ "generic-array 0.12.4",
"subtle 1.0.0",
]
@@ -1098,9 +1137,9 @@
[[package]]
name = "ctor"
-version = "0.1.19"
+version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
+checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
dependencies = [
"quote",
"syn",
@@ -1132,9 +1171,9 @@
[[package]]
name = "curve25519-dalek"
-version = "3.0.2"
+version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f627126b946c25a4638eec0ea634fc52506dea98db118aae985118ce7c3d723f"
+checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"
dependencies = [
"byteorder",
"digest 0.9.0",
@@ -1171,10 +1210,11 @@
[[package]]
name = "derive_more"
-version = "0.99.11"
+version = "0.99.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
+checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320"
dependencies = [
+ "convert_case",
"proc-macro2",
"quote",
"syn",
@@ -1186,7 +1226,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
- "generic-array 0.12.3",
+ "generic-array 0.12.4",
]
[[package]]
@@ -1200,9 +1240,9 @@
[[package]]
name = "directories"
-version = "3.0.1"
+version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
+checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
dependencies = [
"dirs-sys",
]
@@ -1219,12 +1259,12 @@
[[package]]
name = "dirs-sys"
-version = "0.3.5"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
+checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
"libc",
- "redox_users 0.3.5",
+ "redox_users",
"winapi 0.3.9",
]
@@ -1235,7 +1275,7 @@
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
- "redox_users 0.4.0",
+ "redox_users",
"winapi 0.3.9",
]
@@ -1278,9 +1318,9 @@
[[package]]
name = "ed25519"
-version = "1.0.3"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37c66a534cbb46ab4ea03477eae19d5c22c01da8258030280b7bd9d8433fb6ef"
+checksum = "8d0860415b12243916284c67a9be413e044ee6668247b99ba26d94b2bc06c8f6"
dependencies = [
"signature",
]
@@ -1291,11 +1331,11 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
- "curve25519-dalek 3.0.2",
+ "curve25519-dalek 3.1.0",
"ed25519",
"rand 0.7.3",
"serde",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"zeroize",
]
@@ -1340,9 +1380,9 @@
[[package]]
name = "environmental"
-version = "1.1.2"
+version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6576a1755ddffd988788025e75bce9e74b018f7cc226198fe931d077911c6d7e"
+checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"
[[package]]
name = "erased-serde"
@@ -1411,7 +1451,7 @@
"funty",
"hash-db",
"hash256-std-hasher",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"rlp 0.5.0",
"rlp-derive",
"serde",
@@ -1480,7 +1520,7 @@
"evm-gasometer",
"evm-runtime",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"primitive-types 0.9.0",
"rlp 0.5.0",
"serde",
@@ -1493,7 +1533,7 @@
source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"
dependencies = [
"funty",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"primitive-types 0.9.0",
"serde",
]
@@ -1524,7 +1564,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
]
[[package]]
@@ -1563,25 +1603,25 @@
[[package]]
name = "fastrand"
-version = "1.4.0"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
+checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb"
dependencies = [
"instant",
]
[[package]]
name = "fc-consensus"
-version = "1.0.0"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+version = "1.0.1-dev"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"derive_more",
"fc-db",
"fp-consensus",
"fp-rpc",
- "futures 0.3.12",
+ "futures 0.3.15",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sc-client-api",
"sp-api",
"sp-block-builder",
@@ -1597,11 +1637,11 @@
[[package]]
name = "fc-db"
version = "1.0.0"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"kvdb",
"kvdb-rocksdb",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sp-core",
"sp-database",
@@ -1611,13 +1651,13 @@
[[package]]
name = "fc-mapping-sync"
version = "1.1.0-dev"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"fc-consensus",
"fc-db",
"fp-consensus",
"fp-rpc",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"log",
"sc-client-api",
@@ -1629,7 +1669,7 @@
[[package]]
name = "fc-rpc"
version = "2.0.0-dev"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"ethereum",
"ethereum-types 0.11.0",
@@ -1641,7 +1681,7 @@
"fp-evm",
"fp-rpc",
"fp-storage",
- "futures 0.3.12",
+ "futures 0.3.15",
"jsonrpc-core 15.1.0",
"jsonrpc-core-client 14.2.0",
"jsonrpc-derive 14.2.2",
@@ -1650,7 +1690,7 @@
"log",
"pallet-ethereum",
"pallet-evm",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"rand 0.7.3",
"rlp 0.5.0",
"rustc-hex",
@@ -1670,7 +1710,7 @@
[[package]]
name = "fc-rpc-core"
version = "1.1.0-dev"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"ethereum-types 0.11.0",
"jsonrpc-core 15.1.0",
@@ -1708,11 +1748,11 @@
checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c"
dependencies = [
"either",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"log",
"num-traits",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
]
@@ -1786,14 +1826,14 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
]
[[package]]
name = "form_urlencoded"
-version = "1.0.0"
+version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
+checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding 2.1.0",
@@ -1802,10 +1842,10 @@
[[package]]
name = "fp-consensus"
version = "1.0.0"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"ethereum",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"rlp 0.5.0",
"sha3 0.8.2",
"sp-core",
@@ -1815,12 +1855,12 @@
[[package]]
name = "fp-evm"
-version = "1.0.0"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+version = "1.0.1-dev"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"evm",
"impl-trait-for-tuples 0.1.3",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-core",
"sp-std",
@@ -1828,13 +1868,13 @@
[[package]]
name = "fp-rpc"
-version = "1.0.0"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+version = "1.0.1-dev"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"ethereum",
"ethereum-types 0.11.0",
"fp-evm",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-core",
"sp-io",
@@ -1844,13 +1884,13 @@
[[package]]
name = "fp-storage"
-version = "1.0.0"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+version = "1.0.1-dev"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"ethereum",
"ethereum-types 0.11.0",
"fp-evm",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-core",
"sp-runtime",
@@ -1866,8 +1906,8 @@
"frame-system",
"linregress",
"log",
- "parity-scale-codec 2.0.1",
- "paste 1.0.4",
+ "parity-scale-codec 2.1.1",
+ "paste",
"sp-api",
"sp-io",
"sp-runtime",
@@ -1885,7 +1925,7 @@
"chrono",
"frame-benchmarking",
"handlebars",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sc-cli",
"sc-client-db",
"sc-executor",
@@ -1906,7 +1946,7 @@
dependencies = [
"frame-support",
"frame-system",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-core",
"sp-io",
@@ -1920,7 +1960,7 @@
version = "13.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-core",
"sp-std",
@@ -1937,8 +1977,8 @@
"impl-trait-for-tuples 0.2.1",
"log",
"once_cell",
- "parity-scale-codec 2.0.1",
- "paste 1.0.4",
+ "parity-scale-codec 2.1.1",
+ "paste",
"serde",
"smallvec 1.6.1",
"sp-arithmetic",
@@ -1994,7 +2034,7 @@
"frame-support",
"impl-trait-for-tuples 0.2.1",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-core",
"sp-io",
@@ -2011,7 +2051,7 @@
"frame-benchmarking",
"frame-support",
"frame-system",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-core",
"sp-runtime",
"sp-std",
@@ -2022,19 +2062,19 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
]
[[package]]
name = "fs-swap"
-version = "0.2.5"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5839fda247e24ca4919c87c71dd5ca658f1f39e4f06829f80e3f15c3bafcfc2c"
+checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"
dependencies = [
"lazy_static",
"libc",
- "libloading",
+ "libloading 0.5.2",
"winapi 0.3.9",
]
@@ -2078,15 +2118,15 @@
[[package]]
name = "futures"
-version = "0.1.30"
+version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"
+checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
[[package]]
name = "futures"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
+checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
dependencies = [
"futures-channel",
"futures-core",
@@ -2099,9 +2139,9 @@
[[package]]
name = "futures-channel"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
+checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
dependencies = [
"futures-core",
"futures-sink",
@@ -2109,9 +2149,9 @@
[[package]]
name = "futures-core"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
+checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
[[package]]
name = "futures-cpupool"
@@ -2119,7 +2159,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
dependencies = [
- "futures 0.1.30",
+ "futures 0.1.31",
"num_cpus",
]
@@ -2129,21 +2169,21 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9"
dependencies = [
- "futures 0.1.30",
- "futures 0.3.12",
+ "futures 0.1.31",
+ "futures 0.3.15",
"lazy_static",
"log",
"parking_lot 0.9.0",
- "pin-project 0.4.27",
+ "pin-project 0.4.28",
"serde",
"serde_json",
]
[[package]]
name = "futures-executor"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
+checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
dependencies = [
"futures-core",
"futures-task",
@@ -2153,9 +2193,9 @@
[[package]]
name = "futures-io"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
+checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
[[package]]
name = "futures-lite"
@@ -2168,16 +2208,17 @@
"futures-io",
"memchr",
"parking",
- "pin-project-lite 0.2.4",
+ "pin-project-lite 0.2.6",
"waker-fn",
]
[[package]]
name = "futures-macro"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
+checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
dependencies = [
+ "autocfg",
"proc-macro-hack",
"proc-macro2",
"quote",
@@ -2191,24 +2232,21 @@
checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"
dependencies = [
"futures-io",
- "rustls 0.19.0",
+ "rustls 0.19.1",
"webpki",
]
[[package]]
name = "futures-sink"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
+checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
[[package]]
name = "futures-task"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
-dependencies = [
- "once_cell",
-]
+checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
[[package]]
name = "futures-timer"
@@ -2224,11 +2262,12 @@
[[package]]
name = "futures-util"
-version = "0.3.12"
+version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
+checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
dependencies = [
- "futures 0.1.30",
+ "autocfg",
+ "futures 0.1.31",
"futures-channel",
"futures-core",
"futures-io",
@@ -2236,7 +2275,7 @@
"futures-sink",
"futures-task",
"memchr",
- "pin-project-lite 0.2.4",
+ "pin-project-lite 0.2.6",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
@@ -2250,32 +2289,19 @@
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
[[package]]
-name = "generator"
-version = "0.6.25"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "061d3be1afec479d56fa3bd182bf966c7999ec175fcfdb87ac14d417241366c6"
-dependencies = [
- "cc",
- "libc",
- "log",
- "rustversion",
- "winapi 0.3.9",
-]
-
-[[package]]
name = "generic-array"
-version = "0.12.3"
+version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
+checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
[[package]]
name = "generic-array"
-version = "0.13.2"
+version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
+checksum = "f797e67af32588215eaaab8327027ee8e71b9dd0b2b26996aedf20c030fce309"
dependencies = [
"typenum",
]
@@ -2334,6 +2360,12 @@
]
[[package]]
+name = "gimli"
+version = "0.24.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
+
+[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2374,7 +2406,7 @@
"byteorder",
"bytes 0.4.12",
"fnv",
- "futures 0.1.30",
+ "futures 0.1.31",
"http 0.1.21",
"indexmap",
"log",
@@ -2394,7 +2426,7 @@
"futures-core",
"futures-sink",
"futures-util",
- "http 0.2.3",
+ "http 0.2.4",
"indexmap",
"slab",
"tokio 0.2.25",
@@ -2405,14 +2437,14 @@
[[package]]
name = "handlebars"
-version = "3.5.3"
+version = "3.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cdb0867bbc5a3da37a753e78021d5fcf8a4db00e18dd2dd90fd36e24190e162d"
+checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
dependencies = [
"log",
"pest",
"pest_derive",
- "quick-error 2.0.0",
+ "quick-error 2.0.1",
"serde",
"serde_json",
]
@@ -2461,9 +2493,9 @@
[[package]]
name = "hex"
-version = "0.4.2"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex-literal"
@@ -2504,7 +2536,7 @@
checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
dependencies = [
"digest 0.8.1",
- "generic-array 0.12.3",
+ "generic-array 0.12.4",
"hmac 0.7.1",
]
@@ -2521,9 +2553,9 @@
[[package]]
name = "http"
-version = "0.2.3"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
+checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
dependencies = [
"bytes 1.0.1",
"fnv",
@@ -2537,7 +2569,7 @@
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"http 0.1.21",
"tokio-buf",
]
@@ -2549,14 +2581,14 @@
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
"bytes 0.5.6",
- "http 0.2.3",
+ "http 0.2.4",
]
[[package]]
name = "httparse"
-version = "1.3.5"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
+checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
[[package]]
name = "httpdate"
@@ -2575,12 +2607,12 @@
[[package]]
name = "hyper"
-version = "0.12.35"
+version = "0.12.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
+checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"futures-cpupool",
"h2 0.1.26",
"http 0.1.21",
@@ -2605,22 +2637,22 @@
[[package]]
name = "hyper"
-version = "0.13.9"
+version = "0.13.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
+checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
dependencies = [
"bytes 0.5.6",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.2.7",
- "http 0.2.3",
+ "http 0.2.4",
"http-body 0.3.1",
"httparse",
"httpdate",
"itoa",
- "pin-project 1.0.5",
- "socket2",
+ "pin-project 1.0.7",
+ "socket2 0.3.19",
"tokio 0.2.25",
"tower-service",
"tracing",
@@ -2636,7 +2668,7 @@
"bytes 0.5.6",
"ct-logs",
"futures-util",
- "hyper 0.13.9",
+ "hyper 0.13.10",
"log",
"rustls 0.18.1",
"rustls-native-certs",
@@ -2658,9 +2690,9 @@
[[package]]
name = "idna"
-version = "0.2.0"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
+checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
@@ -2695,7 +2727,7 @@
checksum = "97b8538953a3f0d0d3868f0a706eb4273535e10d72acb5c82c1c23ae48835c85"
dependencies = [
"async-io",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-lite",
"if-addrs",
"ipnet",
@@ -2719,7 +2751,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
]
[[package]]
@@ -2773,9 +2805,9 @@
[[package]]
name = "indexmap"
-version = "1.6.1"
+version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
+checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
dependencies = [
"autocfg",
"hashbrown",
@@ -2806,7 +2838,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 2.0.2",
]
@@ -2848,18 +2880,18 @@
[[package]]
name = "jobserver"
-version = "0.1.21"
+version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
+checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
-version = "0.3.47"
+version = "0.3.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
+checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
dependencies = [
"wasm-bindgen",
]
@@ -2871,7 +2903,7 @@
checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
dependencies = [
"failure",
- "futures 0.1.30",
+ "futures 0.1.31",
"jsonrpc-core 14.2.0",
"jsonrpc-pubsub 14.2.0",
"log",
@@ -2887,7 +2919,7 @@
checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"
dependencies = [
"failure",
- "futures 0.1.30",
+ "futures 0.1.31",
"jsonrpc-core 15.1.0",
"jsonrpc-pubsub 15.1.0",
"log",
@@ -2902,7 +2934,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
dependencies = [
- "futures 0.1.30",
+ "futures 0.1.31",
"log",
"serde",
"serde_derive",
@@ -2915,7 +2947,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"
dependencies = [
- "futures 0.1.30",
+ "futures 0.1.31",
"log",
"serde",
"serde_derive",
@@ -2970,7 +3002,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"
dependencies = [
- "hyper 0.12.35",
+ "hyper 0.12.36",
"jsonrpc-core 15.1.0",
"jsonrpc-server-utils",
"log",
@@ -3097,9 +3129,9 @@
[[package]]
name = "kvdb-rocksdb"
-version = "0.11.0"
+version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34446c373ccc494c2124439281c198c7636ccdc2752c06722bbffd56d459c1e4"
+checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1"
dependencies = [
"fs-swap",
"kvdb",
@@ -3133,9 +3165,9 @@
[[package]]
name = "libc"
-version = "0.2.85"
+version = "0.2.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
+checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
[[package]]
name = "libloading"
@@ -3148,6 +3180,16 @@
]
[[package]]
+name = "libloading"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
+dependencies = [
+ "cfg-if 1.0.0",
+ "winapi 0.3.9",
+]
+
+[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3161,7 +3203,7 @@
dependencies = [
"atomic",
"bytes 1.0.1",
- "futures 0.3.12",
+ "futures 0.3.15",
"lazy_static",
"libp2p-core",
"libp2p-deflate",
@@ -3186,7 +3228,7 @@
"libp2p-yamux",
"parity-multiaddr",
"parking_lot 0.11.1",
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"smallvec 1.6.1",
"wasm-timer",
]
@@ -3202,7 +3244,7 @@
"ed25519-dalek",
"either",
"fnv",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"lazy_static",
"libsecp256k1",
@@ -3211,13 +3253,13 @@
"multistream-select",
"parity-multiaddr",
"parking_lot 0.11.1",
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"prost",
"prost-build",
"rand 0.7.3",
"ring",
"rw-stream-sink",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"smallvec 1.6.1",
"thiserror",
"unsigned-varint 0.7.0",
@@ -3232,7 +3274,7 @@
checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345"
dependencies = [
"flate2",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
]
@@ -3242,7 +3284,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"log",
]
@@ -3255,7 +3297,7 @@
dependencies = [
"cuckoofilter",
"fnv",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"libp2p-swarm",
"log",
@@ -3276,7 +3318,7 @@
"byteorder",
"bytes 1.0.1",
"fnv",
- "futures 0.3.12",
+ "futures 0.3.15",
"hex_fmt",
"libp2p-core",
"libp2p-swarm",
@@ -3285,7 +3327,7 @@
"prost-build",
"rand 0.7.3",
"regex",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"smallvec 1.6.1",
"unsigned-varint 0.7.0",
"wasm-timer",
@@ -3297,7 +3339,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"libp2p-swarm",
"log",
@@ -3318,14 +3360,14 @@
"bytes 1.0.1",
"either",
"fnv",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"libp2p-swarm",
"log",
"prost",
"prost-build",
"rand 0.7.3",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"smallvec 1.6.1",
"uint 0.9.0",
"unsigned-varint 0.7.0",
@@ -3342,7 +3384,7 @@
"async-io",
"data-encoding",
"dns-parser",
- "futures 0.3.12",
+ "futures 0.3.15",
"if-watch",
"lazy_static",
"libp2p-core",
@@ -3350,7 +3392,7 @@
"log",
"rand 0.7.3",
"smallvec 1.6.1",
- "socket2",
+ "socket2 0.3.19",
"void",
]
@@ -3362,7 +3404,7 @@
dependencies = [
"asynchronous-codec 0.6.0",
"bytes 1.0.1",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"log",
"nohash-hasher",
@@ -3379,15 +3421,15 @@
checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778"
dependencies = [
"bytes 1.0.1",
- "curve25519-dalek 3.0.2",
- "futures 0.3.12",
+ "curve25519-dalek 3.1.0",
+ "futures 0.3.15",
"lazy_static",
"libp2p-core",
"log",
"prost",
"prost-build",
"rand 0.7.3",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"snow",
"static_assertions",
"x25519-dalek",
@@ -3400,7 +3442,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"libp2p-swarm",
"log",
@@ -3417,7 +3459,7 @@
dependencies = [
"asynchronous-codec 0.6.0",
"bytes 1.0.1",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"log",
"prost",
@@ -3432,9 +3474,9 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"log",
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"rand 0.7.3",
"salsa20",
"sha3 0.9.1",
@@ -3448,7 +3490,7 @@
dependencies = [
"async-trait",
"bytes 1.0.1",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"libp2p-swarm",
"log",
@@ -3467,7 +3509,7 @@
checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98"
dependencies = [
"either",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"log",
"rand 0.7.3",
@@ -3493,14 +3535,14 @@
checksum = "88a5aef80e519a6cb8e2663605142f97baaaea1a252eecbf8756184765f7471b"
dependencies = [
"async-io",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"if-watch",
"ipnet",
"libc",
"libp2p-core",
"log",
- "socket2",
+ "socket2 0.3.19",
]
[[package]]
@@ -3510,7 +3552,7 @@
checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487"
dependencies = [
"async-std",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"log",
]
@@ -3521,7 +3563,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"js-sys",
"libp2p-core",
"parity-send-wrapper",
@@ -3536,14 +3578,14 @@
checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22"
dependencies = [
"either",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-rustls",
"libp2p-core",
"log",
"quicksink",
"rw-stream-sink",
"soketto",
- "url 2.2.0",
+ "url 2.2.2",
"webpki-roots",
]
@@ -3553,7 +3595,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p-core",
"parking_lot 0.11.1",
"thiserror",
@@ -3562,9 +3604,9 @@
[[package]]
name = "librocksdb-sys"
-version = "6.11.4"
+version = "6.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"
+checksum = "5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f9"
dependencies = [
"bindgen",
"cc",
@@ -3590,9 +3632,9 @@
[[package]]
name = "libz-sys"
-version = "1.1.2"
+version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
+checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
dependencies = [
"cc",
"pkg-config",
@@ -3616,11 +3658,11 @@
[[package]]
name = "linregress"
-version = "0.4.0"
+version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724"
+checksum = "b36162d2e1dcbdeb61223cb788f029f8ac9f2ab19969b89c5a8f4517aad4d940"
dependencies = [
- "nalgebra",
+ "nalgebra 0.25.4",
"statrs",
]
@@ -3635,9 +3677,9 @@
[[package]]
name = "lock_api"
-version = "0.4.2"
+version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
+checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
dependencies = [
"scopeguard",
]
@@ -3650,17 +3692,6 @@
dependencies = [
"cfg-if 1.0.0",
"value-bag",
-]
-
-[[package]]
-name = "loom"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
-dependencies = [
- "cfg-if 1.0.0",
- "generator",
- "scoped-tls",
]
[[package]]
@@ -3712,6 +3743,15 @@
]
[[package]]
+name = "matrixmultiply"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"
+dependencies = [
+ "rawpointer",
+]
+
+[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3719,15 +3759,15 @@
[[package]]
name = "memchr"
-version = "2.3.4"
+version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
+checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
[[package]]
name = "memmap2"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
+checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
dependencies = [
"libc",
]
@@ -3743,9 +3783,9 @@
[[package]]
name = "memoffset"
-version = "0.6.1"
+version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
+checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
dependencies = [
"autocfg",
]
@@ -3781,18 +3821,18 @@
[[package]]
name = "minicbor"
-version = "0.7.1"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3265a9f5210bb726f81ef9c456ae0aff5321cd95748c0e71889b0e19d8f0332b"
+checksum = "1c2b2c73f9640fccab53947e2b3474d5071fcbc8f82cac51ddf6c8041a30a9ea"
dependencies = [
"minicbor-derive",
]
[[package]]
name = "minicbor-derive"
-version = "0.6.1"
+version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "130b9455e28a3f308f6579671816a6f2621e2e0cbf55dc2f886345bef699481e"
+checksum = "7f2b9e8883d58e34b18facd16c4564a77ea50fce028ad3d0ee6753440e37acc8"
dependencies = [
"proc-macro2",
"quote",
@@ -3801,9 +3841,9 @@
[[package]]
name = "miniz_oxide"
-version = "0.4.3"
+version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
+checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
dependencies = [
"adler",
"autocfg",
@@ -3848,7 +3888,7 @@
dependencies = [
"log",
"mio",
- "miow 0.3.6",
+ "miow 0.3.7",
"winapi 0.3.9",
]
@@ -3877,11 +3917,10 @@
[[package]]
name = "miow"
-version = "0.3.6"
+version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
+checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
- "socket2",
"winapi 0.3.9",
]
@@ -3914,7 +3953,7 @@
"digest 0.9.0",
"generic-array 0.14.4",
"multihash-derive",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"sha3 0.9.1",
"unsigned-varint 0.5.1",
]
@@ -3935,38 +3974,55 @@
[[package]]
name = "multimap"
-version = "0.8.2"
+version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"
+checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "multistream-select"
-version = "0.10.0"
+version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"
+checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"
dependencies = [
"bytes 1.0.1",
- "futures 0.3.12",
+ "futures 0.3.15",
"log",
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"smallvec 1.6.1",
- "unsigned-varint 0.6.0",
+ "unsigned-varint 0.7.0",
]
[[package]]
name = "nalgebra"
-version = "0.21.1"
+version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486"
+checksum = "0abb021006c01b126a936a8dd1351e0720d83995f4fc942d0d426c654f990745"
dependencies = [
- "approx",
- "generic-array 0.13.2",
- "matrixmultiply",
- "num-complex",
- "num-rational",
+ "alga",
+ "approx 0.3.2",
+ "generic-array 0.13.3",
+ "matrixmultiply 0.2.4",
+ "num-complex 0.2.4",
+ "num-rational 0.2.4",
"num-traits",
"rand 0.7.3",
"rand_distr",
+ "typenum",
+]
+
+[[package]]
+name = "nalgebra"
+version = "0.25.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c70c9e8c5f213c8e93fc8c112ade4edd3ee62062fb897776c23dcebac7932900"
+dependencies = [
+ "approx 0.4.0",
+ "generic-array 0.14.4",
+ "matrixmultiply 0.3.1",
+ "num-complex 0.3.1",
+ "num-rational 0.3.2",
+ "num-traits",
+ "serde",
"simba",
"typenum",
]
@@ -3978,16 +4034,6 @@
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
dependencies = [
"rand 0.3.23",
-]
-
-[[package]]
-name = "nb-connect"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
-dependencies = [
- "libc",
- "winapi 0.3.9",
]
[[package]]
@@ -4014,7 +4060,7 @@
"fp-rpc",
"frame-benchmarking",
"frame-benchmarking-cli",
- "futures 0.3.12",
+ "futures 0.3.15",
"jsonrpc-core 15.1.0",
"jsonrpc-pubsub 15.1.0",
"log",
@@ -4085,7 +4131,7 @@
"pallet-transaction-payment-rpc-runtime-api",
"pallet-treasury",
"pallet-vesting",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"smallvec 1.6.1",
"sp-api",
@@ -4147,6 +4193,15 @@
]
[[package]]
+name = "num-complex"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
+dependencies = [
+ "num-traits",
+]
+
+[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4169,6 +4224,17 @@
]
[[package]]
+name = "num-rational"
+version = "0.3.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
+dependencies = [
+ "autocfg",
+ "num-integer",
+ "num-traits",
+]
+
+[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4200,15 +4266,15 @@
[[package]]
name = "object"
-version = "0.23.0"
+version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
+checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
[[package]]
name = "once_cell"
-version = "1.5.2"
+version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
+checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
dependencies = [
"parking_lot 0.11.1",
]
@@ -4227,9 +4293,9 @@
[[package]]
name = "openssl-probe"
-version = "0.1.2"
+version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
+checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
[[package]]
name = "owning_ref"
@@ -4249,7 +4315,7 @@
"frame-system",
"pallet-session",
"pallet-timestamp",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-application-crypto",
"sp-consensus-aura",
@@ -4265,7 +4331,7 @@
"frame-support",
"frame-system",
"impl-trait-for-tuples 0.2.1",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-authorship",
"sp-inherents",
"sp-runtime",
@@ -4281,7 +4347,7 @@
"frame-support",
"frame-system",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-runtime",
"sp-std",
@@ -4297,7 +4363,7 @@
"log",
"pallet-contracts-primitives",
"pallet-contracts-proc-macro",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-wasm 0.41.0",
"pwasm-utils 0.16.0",
"serde",
@@ -4315,7 +4381,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"bitflags",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-runtime",
"sp-std",
]
@@ -4340,7 +4406,7 @@
"jsonrpc-derive 15.1.0",
"pallet-contracts-primitives",
"pallet-contracts-rpc-runtime-api",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-api",
"sp-blockchain",
@@ -4355,7 +4421,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"pallet-contracts-primitives",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-runtime",
"sp-std",
@@ -4364,7 +4430,7 @@
[[package]]
name = "pallet-ethereum"
version = "1.0.1-dev"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"ethereum",
"ethereum-types 0.11.0",
@@ -4379,7 +4445,7 @@
"pallet-balances",
"pallet-evm",
"pallet-timestamp",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"rlp 0.5.0",
"rustc-hex",
"serde",
@@ -4391,8 +4457,8 @@
[[package]]
name = "pallet-evm"
-version = "3.0.0"
-source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"
+version = "3.0.1-dev"
+source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
dependencies = [
"evm",
"evm-gasometer",
@@ -4404,7 +4470,7 @@
"log",
"pallet-balances",
"pallet-timestamp",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"primitive-types 0.9.0",
"rlp 0.5.0",
"serde",
@@ -4426,7 +4492,7 @@
"log",
"pallet-authorship",
"pallet-session",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-application-crypto",
"sp-core",
@@ -4447,7 +4513,7 @@
"pallet-balances",
"pallet-randomness-collective-flip",
"pallet-timestamp",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-core",
"sp-io",
@@ -4473,7 +4539,7 @@
"pallet-randomness-collective-flip",
"pallet-timestamp",
"pallet-transaction-payment",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"rlp 0.5.0",
"serde",
"sp-api",
@@ -4490,7 +4556,7 @@
dependencies = [
"frame-support",
"frame-system",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"safe-mix",
"sp-runtime",
"sp-std",
@@ -4505,7 +4571,7 @@
"frame-system",
"impl-trait-for-tuples 0.2.1",
"pallet-timestamp",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-core",
"sp-io",
@@ -4523,7 +4589,7 @@
dependencies = [
"frame-support",
"frame-system",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-io",
"sp-runtime",
@@ -4540,7 +4606,7 @@
"frame-system",
"impl-trait-for-tuples 0.2.1",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-inherents",
"sp-io",
@@ -4556,7 +4622,7 @@
dependencies = [
"frame-support",
"frame-system",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"smallvec 1.6.1",
"sp-core",
@@ -4574,7 +4640,7 @@
"jsonrpc-core-client 15.1.0",
"jsonrpc-derive 15.1.0",
"pallet-transaction-payment-rpc-runtime-api",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-blockchain",
"sp-core",
@@ -4588,7 +4654,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"pallet-transaction-payment",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-runtime",
]
@@ -4602,7 +4668,7 @@
"frame-system",
"impl-trait-for-tuples 0.2.1",
"pallet-balances",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-runtime",
"sp-std",
@@ -4616,7 +4682,7 @@
"enumflags2",
"frame-support",
"frame-system",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-runtime",
"sp-std",
@@ -4641,9 +4707,9 @@
[[package]]
name = "parity-multiaddr"
-version = "0.11.1"
+version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2c6805f98667a3828afb2ec2c396a8d610497e8d546f5447188aae47c5a79ec"
+checksum = "58341485071825827b7f03cf7efd1cb21e6a709bea778fb50227fd45d2f361b4"
dependencies = [
"arrayref",
"bs58",
@@ -4654,7 +4720,7 @@
"serde",
"static_assertions",
"unsigned-varint 0.7.0",
- "url 2.2.0",
+ "url 2.2.2",
]
[[package]]
@@ -4671,12 +4737,12 @@
[[package]]
name = "parity-scale-codec"
-version = "2.0.1"
+version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0cd3dab59b5cf4bc81069ade0fc470341a1ef3ad5fa73e5a8943bed2ec12b2e8"
+checksum = "e0f518afaa5a47d0d6386229b0a6e01e86427291d643aa4cabb4992219f504f8"
dependencies = [
- "arrayvec 0.5.2",
- "bitvec 0.20.2",
+ "arrayvec 0.7.0",
+ "bitvec 0.20.4",
"byte-slice-cast 1.0.0",
"parity-scale-codec-derive",
"serde",
@@ -4684,9 +4750,9 @@
[[package]]
name = "parity-scale-codec-derive"
-version = "2.0.1"
+version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fa04976a81fde04924b40cc4036c4d12841e8bb04325a5cf2ada75731a150a7d"
+checksum = "f44c5f94427bd0b5076e8f7e15ca3f60a4d8ac0077e4793884e6fdfd8915344e"
dependencies = [
"proc-macro-crate 0.1.5",
"proc-macro2",
@@ -4707,11 +4773,11 @@
checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"libc",
"log",
"mio-named-pipes",
- "miow 0.3.6",
+ "miow 0.3.7",
"rand 0.7.3",
"tokio 0.1.22",
"tokio-named-pipes",
@@ -4776,7 +4842,7 @@
"rand 0.7.3",
"sha-1 0.8.2",
"slab",
- "url 2.2.0",
+ "url 2.2.2",
]
[[package]]
@@ -4813,8 +4879,8 @@
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
dependencies = [
"instant",
- "lock_api 0.4.2",
- "parking_lot_core 0.8.2",
+ "lock_api 0.4.4",
+ "parking_lot_core 0.8.3",
]
[[package]]
@@ -4848,42 +4914,23 @@
[[package]]
name = "parking_lot_core"
-version = "0.8.2"
+version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
+checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
- "redox_syscall 0.1.57",
+ "redox_syscall 0.2.8",
"smallvec 1.6.1",
"winapi 0.3.9",
]
[[package]]
name = "paste"
-version = "0.1.18"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
-dependencies = [
- "paste-impl",
- "proc-macro-hack",
-]
-
-[[package]]
-name = "paste"
-version = "1.0.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"
-
-[[package]]
-name = "paste-impl"
-version = "0.1.18"
+version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
-dependencies = [
- "proc-macro-hack",
-]
+checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
[[package]]
name = "pbkdf2"
@@ -4983,27 +5030,27 @@
[[package]]
name = "pin-project"
-version = "0.4.27"
+version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
+checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"
dependencies = [
- "pin-project-internal 0.4.27",
+ "pin-project-internal 0.4.28",
]
[[package]]
name = "pin-project"
-version = "1.0.5"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
+checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
dependencies = [
- "pin-project-internal 1.0.5",
+ "pin-project-internal 1.0.7",
]
[[package]]
name = "pin-project-internal"
-version = "0.4.27"
+version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
+checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"
dependencies = [
"proc-macro2",
"quote",
@@ -5012,9 +5059,9 @@
[[package]]
name = "pin-project-internal"
-version = "1.0.5"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
+checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
dependencies = [
"proc-macro2",
"quote",
@@ -5023,15 +5070,15 @@
[[package]]
name = "pin-project-lite"
-version = "0.1.11"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
+checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
-version = "0.2.4"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
+checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
[[package]]
name = "pin-utils"
@@ -5053,11 +5100,11 @@
[[package]]
name = "polling"
-version = "2.0.2"
+version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
+checksum = "4fc12d774e799ee9ebae13f4076ca003b40d18a11ac0f3641e6f899618580b7b"
dependencies = [
- "cfg-if 0.1.10",
+ "cfg-if 1.0.0",
"libc",
"log",
"wepoll-sys",
@@ -5070,7 +5117,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"
dependencies = [
- "cpuid-bool 0.2.0",
+ "cpuid-bool",
"universal-hash",
]
@@ -5080,7 +5127,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
dependencies = [
- "cpuid-bool 0.2.0",
+ "cpuid-bool",
"opaque-debug 0.3.0",
"universal-hash",
]
@@ -5174,9 +5221,9 @@
[[package]]
name = "proc-macro2"
-version = "1.0.24"
+version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
+checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
dependencies = [
"unicode-xid",
]
@@ -5220,7 +5267,7 @@
"prost",
"prost-types",
"tempfile",
- "which 4.0.2",
+ "which",
]
[[package]]
@@ -5285,9 +5332,9 @@
[[package]]
name = "quick-error"
-version = "2.0.0"
+version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
+checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quicksink"
@@ -5297,14 +5344,14 @@
dependencies = [
"futures-core",
"futures-sink",
- "pin-project-lite 0.1.11",
+ "pin-project-lite 0.1.12",
]
[[package]]
name = "quote"
-version = "1.0.8"
+version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
+checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
"proc-macro2",
]
@@ -5366,7 +5413,7 @@
dependencies = [
"libc",
"rand_chacha 0.3.0",
- "rand_core 0.6.1",
+ "rand_core 0.6.2",
"rand_hc 0.3.0",
]
@@ -5387,7 +5434,7 @@
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
- "rand_core 0.6.1",
+ "rand_core 0.6.2",
]
[[package]]
@@ -5416,9 +5463,9 @@
[[package]]
name = "rand_core"
-version = "0.6.1"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
+checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
"getrandom 0.2.2",
]
@@ -5447,7 +5494,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
- "rand_core 0.6.1",
+ "rand_core 0.6.2",
]
[[package]]
@@ -5496,7 +5543,7 @@
dependencies = [
"crossbeam-channel",
"crossbeam-deque 0.8.0",
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils 0.8.4",
"lazy_static",
"num_cpus",
]
@@ -5518,22 +5565,11 @@
[[package]]
name = "redox_syscall"
-version = "0.2.4"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
+checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
dependencies = [
"bitflags",
-]
-
-[[package]]
-name = "redox_users"
-version = "0.3.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
-dependencies = [
- "getrandom 0.1.16",
- "redox_syscall 0.1.57",
- "rust-argon2",
]
[[package]]
@@ -5543,7 +5579,7 @@
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom 0.2.2",
- "redox_syscall 0.2.4",
+ "redox_syscall 0.2.8",
]
[[package]]
@@ -5579,14 +5615,13 @@
[[package]]
name = "regex"
-version = "1.4.3"
+version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
+checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
- "thread_local",
]
[[package]]
@@ -5601,9 +5636,9 @@
[[package]]
name = "regex-syntax"
-version = "0.6.22"
+version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
+checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "region"
@@ -5628,9 +5663,9 @@
[[package]]
name = "retain_mut"
-version = "0.1.2"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53552c6c49e1e13f1a203ef0080ab3bbef0beb570a528993e83df057a9d9bba1"
+checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"
[[package]]
name = "ring"
@@ -5679,9 +5714,9 @@
[[package]]
name = "rocksdb"
-version = "0.15.0"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
+checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3"
dependencies = [
"libc",
"librocksdb-sys",
@@ -5698,22 +5733,10 @@
]
[[package]]
-name = "rust-argon2"
-version = "0.8.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
-dependencies = [
- "base64 0.13.0",
- "blake2b_simd",
- "constant_time_eq",
- "crossbeam-utils 0.8.1",
-]
-
-[[package]]
name = "rustc-demangle"
-version = "0.1.18"
+version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
+checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
[[package]]
name = "rustc-hash"
@@ -5751,9 +5774,9 @@
[[package]]
name = "rustls"
-version = "0.19.0"
+version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
+checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
"base64 0.13.0",
"log",
@@ -5773,12 +5796,6 @@
"schannel",
"security-framework",
]
-
-[[package]]
-name = "rustversion"
-version = "1.0.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
[[package]]
name = "rw-stream-sink"
@@ -5786,8 +5803,8 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
- "futures 0.3.12",
- "pin-project 0.4.27",
+ "futures 0.3.15",
+ "pin-project 0.4.28",
"static_assertions",
]
@@ -5829,10 +5846,10 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sc-block-builder",
"sc-client-api",
"sc-proposer-metrics",
@@ -5852,7 +5869,7 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sc-client-api",
"sp-api",
"sp-block-builder",
@@ -5869,7 +5886,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"impl-trait-for-tuples 0.2.1",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sc-chain-spec-derive",
"sc-consensus-babe",
"sc-consensus-epochs",
@@ -5902,12 +5919,12 @@
dependencies = [
"chrono",
"fdlimit",
- "futures 0.3.12",
+ "futures 0.3.15",
"hex",
"libp2p",
"log",
"names",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"rand 0.7.3",
"regex",
"rpassword",
@@ -5940,12 +5957,12 @@
dependencies = [
"derive_more",
"fnv",
- "futures 0.3.12",
+ "futures 0.3.15",
"hash-db",
"kvdb",
"lazy_static",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sc-executor",
"sp-api",
@@ -5980,7 +5997,7 @@
"linked-hash-map",
"log",
"parity-db",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-util-mem",
"parking_lot 0.11.1",
"sc-client-api",
@@ -6014,10 +6031,10 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"derive_more",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sc-block-builder",
"sc-client-api",
@@ -6047,14 +6064,14 @@
dependencies = [
"derive_more",
"fork-tree",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"log",
"merlin",
"num-bigint",
- "num-rational",
+ "num-rational 0.2.4",
"num-traits",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"pdqselect",
"rand 0.7.3",
@@ -6092,7 +6109,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"fork-tree",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sc-client-api",
"sp-blockchain",
@@ -6104,10 +6121,10 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sc-client-api",
"sc-telemetry",
@@ -6148,7 +6165,7 @@
"lazy_static",
"libsecp256k1",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-wasm 0.41.0",
"parking_lot 0.11.1",
"sc-executor-common",
@@ -6174,7 +6191,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"derive_more",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-wasm 0.41.0",
"sp-allocator",
"sp-core",
@@ -6190,7 +6207,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sc-executor-common",
"sp-allocator",
"sp-core",
@@ -6205,7 +6222,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-wasm 0.41.0",
"pwasm-utils 0.14.0",
"sc-executor-common",
@@ -6226,13 +6243,13 @@
"dyn-clone",
"finality-grandpa",
"fork-tree",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"linked-hash-map",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
@@ -6262,7 +6279,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"ansi_term 0.12.1",
- "futures 0.3.12",
+ "futures 0.3.15",
"log",
"parity-util-mem",
"sc-client-api",
@@ -6281,7 +6298,7 @@
dependencies = [
"async-trait",
"derive_more",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-util",
"hex",
"merlin",
@@ -6301,7 +6318,7 @@
dependencies = [
"hash-db",
"lazy_static",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sc-client-api",
"sc-executor",
@@ -6330,7 +6347,7 @@
"erased-serde",
"fnv",
"fork-tree",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"hex",
"ip_network",
@@ -6340,9 +6357,9 @@
"log",
"lru",
"nohash-hasher",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"prost",
"prost-build",
"rand 0.7.3",
@@ -6371,7 +6388,7 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"libp2p",
"log",
@@ -6389,14 +6406,14 @@
dependencies = [
"bytes 0.5.6",
"fnv",
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"hex",
- "hyper 0.13.9",
+ "hyper 0.13.10",
"hyper-rustls",
"log",
"num_cpus",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"rand 0.7.3",
"sc-client-api",
@@ -6415,7 +6432,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p",
"log",
"serde_json",
@@ -6437,12 +6454,12 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"hash-db",
"jsonrpc-core 15.1.0",
"jsonrpc-pubsub 15.1.0",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sc-block-builder",
"sc-client-api",
@@ -6472,13 +6489,13 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"derive_more",
- "futures 0.3.12",
+ "futures 0.3.15",
"jsonrpc-core 15.1.0",
"jsonrpc-core-client 15.1.0",
"jsonrpc-derive 15.1.0",
"jsonrpc-pubsub 15.1.0",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"serde",
"serde_json",
@@ -6495,7 +6512,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.1.30",
+ "futures 0.1.31",
"jsonrpc-core 15.1.0",
"jsonrpc-http-server",
"jsonrpc-ipc-server",
@@ -6515,18 +6532,18 @@
dependencies = [
"directories",
"exit-future",
- "futures 0.1.30",
- "futures 0.3.12",
+ "futures 0.1.31",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"hash-db",
"jsonrpc-core 15.1.0",
"jsonrpc-pubsub 15.1.0",
"lazy_static",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-util-mem",
"parking_lot 0.11.1",
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"rand 0.7.3",
"sc-block-builder",
"sc-chain-spec",
@@ -6577,7 +6594,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-util-mem",
"parity-util-mem-derive",
"parking_lot 0.11.1",
@@ -6592,11 +6609,11 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"chrono",
- "futures 0.3.12",
+ "futures 0.3.15",
"libp2p",
"log",
"parking_lot 0.11.1",
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"rand 0.7.3",
"serde",
"serde_json",
@@ -6650,7 +6667,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"derive_more",
- "futures 0.3.12",
+ "futures 0.3.15",
"linked-hash-map",
"log",
"parity-util-mem",
@@ -6671,11 +6688,11 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-diagnose",
"intervalier",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-util-mem",
"parking_lot 0.11.1",
"sc-client-api",
@@ -6755,9 +6772,9 @@
[[package]]
name = "sct"
-version = "0.6.0"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
+checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
dependencies = [
"ring",
"untrusted",
@@ -6858,18 +6875,18 @@
[[package]]
name = "serde"
-version = "1.0.123"
+version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
+checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.123"
+version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
+checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
dependencies = [
"proc-macro2",
"quote",
@@ -6878,9 +6895,9 @@
[[package]]
name = "serde_json"
-version = "1.0.61"
+version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
+checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
dependencies = [
"itoa",
"ryu",
@@ -6901,13 +6918,13 @@
[[package]]
name = "sha-1"
-version = "0.9.3"
+version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d"
+checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
- "cpuid-bool 0.1.2",
+ "cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
@@ -6926,13 +6943,13 @@
[[package]]
name = "sha2"
-version = "0.9.3"
+version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"
+checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
- "cpuid-bool 0.1.2",
+ "cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
@@ -6979,9 +6996,9 @@
[[package]]
name = "signal-hook"
-version = "0.1.17"
+version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
+checksum = "ef33d6d0cd06e0840fba9985aab098c147e67e05cee14d412d3345ed14ff30ac"
dependencies = [
"libc",
"signal-hook-registry",
@@ -7004,21 +7021,21 @@
[[package]]
name = "simba"
-version = "0.1.5"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb931b1367faadea6b1ab1c306a860ec17aaa5fa39f367d0c744e69d971a1fb2"
+checksum = "5132a955559188f3d13c9ba831e77c802ddc8782783f050ed0c52f5988b95f4c"
dependencies = [
- "approx",
- "num-complex",
+ "approx 0.4.0",
+ "num-complex 0.3.1",
"num-traits",
- "paste 0.1.18",
+ "paste",
]
[[package]]
name = "slab"
-version = "0.4.2"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
+checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
[[package]]
name = "smallvec"
@@ -7048,7 +7065,7 @@
"rand_core 0.5.1",
"ring",
"rustc_version",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"subtle 2.4.0",
"x25519-dalek",
]
@@ -7065,6 +7082,16 @@
]
[[package]]
+name = "socket2"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
+dependencies = [
+ "libc",
+ "winapi 0.3.9",
+]
+
+[[package]]
name = "soketto"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -7073,11 +7100,11 @@
"base64 0.12.3",
"bytes 0.5.6",
"flate2",
- "futures 0.3.12",
+ "futures 0.3.15",
"httparse",
"log",
"rand 0.7.3",
- "sha-1 0.9.3",
+ "sha-1 0.9.6",
]
[[package]]
@@ -7099,7 +7126,7 @@
dependencies = [
"hash-db",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api-proc-macro",
"sp-core",
"sp-runtime",
@@ -7126,7 +7153,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-core",
"sp-io",
@@ -7140,7 +7167,7 @@
dependencies = [
"integer-sqrt",
"num-traits",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-debug-derive",
"sp-std",
@@ -7151,7 +7178,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-inherents",
"sp-runtime",
"sp-std",
@@ -7162,7 +7189,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-inherents",
"sp-runtime",
@@ -7174,10 +7201,10 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"log",
"lru",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sp-api",
"sp-consensus",
@@ -7201,11 +7228,11 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-timer 3.0.2",
"libp2p",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"serde",
"sp-api",
@@ -7227,7 +7254,7 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-application-crypto",
"sp-consensus-slots",
@@ -7243,7 +7270,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"merlin",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-api",
"sp-application-crypto",
@@ -7263,7 +7290,7 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-arithmetic",
"sp-runtime",
]
@@ -7273,7 +7300,7 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"schnorrkel",
"sp-core",
"sp-runtime",
@@ -7290,7 +7317,7 @@
"byteorder",
"dyn-clonable",
"ed25519-dalek",
- "futures 0.3.12",
+ "futures 0.3.15",
"hash-db",
"hash256-std-hasher",
"hex",
@@ -7300,7 +7327,7 @@
"log",
"merlin",
"num-traits",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-util-mem",
"parking_lot 0.11.1",
"primitive-types 0.9.0",
@@ -7309,7 +7336,7 @@
"schnorrkel",
"secrecy",
"serde",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"sp-debug-derive",
"sp-externalities",
"sp-runtime-interface",
@@ -7349,7 +7376,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"environmental",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-std",
"sp-storage",
]
@@ -7361,7 +7388,7 @@
dependencies = [
"finality-grandpa",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-api",
"sp-application-crypto",
@@ -7376,7 +7403,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sp-core",
"sp-std",
@@ -7388,11 +7415,11 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"hash-db",
"libsecp256k1",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"sp-core",
"sp-externalities",
@@ -7425,9 +7452,9 @@
dependencies = [
"async-trait",
"derive_more",
- "futures 0.3.12",
+ "futures 0.3.15",
"merlin",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"schnorrkel",
"serde",
@@ -7471,9 +7498,9 @@
"hash256-std-hasher",
"impl-trait-for-tuples 0.2.1",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parity-util-mem",
- "paste 1.0.4",
+ "paste",
"rand 0.7.3",
"serde",
"sp-application-crypto",
@@ -7489,7 +7516,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"impl-trait-for-tuples 0.2.1",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"primitive-types 0.9.0",
"sp-externalities",
"sp-runtime-interface-proc-macro",
@@ -7517,7 +7544,7 @@
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-core",
"sp-io",
"sp-std",
@@ -7539,7 +7566,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-core",
"sp-runtime",
@@ -7552,7 +7579,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-runtime",
"sp-std",
]
@@ -7565,7 +7592,7 @@
"hash-db",
"log",
"num-traits",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"parking_lot 0.11.1",
"rand 0.7.3",
"smallvec 1.6.1",
@@ -7590,7 +7617,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"impl-serde",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"ref-cast",
"serde",
"sp-debug-derive",
@@ -7615,7 +7642,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-api",
"sp-inherents",
"sp-runtime",
@@ -7629,7 +7656,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-std",
"tracing",
"tracing-core",
@@ -7642,9 +7669,9 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"derive_more",
- "futures 0.3.12",
+ "futures 0.3.15",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-api",
"sp-blockchain",
@@ -7659,7 +7686,7 @@
dependencies = [
"hash-db",
"memory-db",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-core",
"sp-std",
"trie-db",
@@ -7671,7 +7698,7 @@
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"futures-core",
"futures-timer 3.0.2",
"lazy_static",
@@ -7684,7 +7711,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"impl-serde",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"serde",
"sp-runtime",
"sp-std",
@@ -7696,7 +7723,7 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"impl-trait-for-tuples 0.2.1",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sp-std",
"wasmi",
]
@@ -7721,10 +7748,11 @@
[[package]]
name = "statrs"
-version = "0.12.0"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cce16f6de653e88beca7bd13780d08e09d4489dbca1f9210e041bc4852481382"
+checksum = "1e34b58a8f9b7462b6922e0b4e3c83d1b3c2075f7f996a56d6c66afa81590064"
dependencies = [
+ "nalgebra 0.19.0",
"rand 0.7.3",
]
@@ -7826,12 +7854,12 @@
source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
dependencies = [
"frame-system-rpc-runtime-api",
- "futures 0.3.12",
+ "futures 0.3.15",
"jsonrpc-core 15.1.0",
"jsonrpc-core-client 15.1.0",
"jsonrpc-derive 15.1.0",
"log",
- "parity-scale-codec 2.0.1",
+ "parity-scale-codec 2.1.1",
"sc-client-api",
"sc-rpc-api",
"serde",
@@ -7851,7 +7879,7 @@
"async-std",
"derive_more",
"futures-util",
- "hyper 0.13.9",
+ "hyper 0.13.10",
"log",
"prometheus",
"tokio 0.2.25",
@@ -7887,9 +7915,9 @@
[[package]]
name = "syn"
-version = "1.0.60"
+version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
+checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
dependencies = [
"proc-macro2",
"quote",
@@ -7935,7 +7963,7 @@
"cfg-if 1.0.0",
"libc",
"rand 0.8.3",
- "redox_syscall 0.2.4",
+ "redox_syscall 0.2.8",
"remove_dir_all",
"winapi 0.3.9",
]
@@ -7980,9 +8008,9 @@
[[package]]
name = "thread_local"
-version = "1.1.2"
+version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"
+checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
dependencies = [
"once_cell",
]
@@ -8019,7 +8047,7 @@
"pbkdf2 0.4.0",
"rand 0.7.3",
"rustc-hash",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"thiserror",
"unicode-normalization",
"zeroize",
@@ -8036,9 +8064,9 @@
[[package]]
name = "tinyvec"
-version = "1.1.1"
+version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
+checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
dependencies = [
"tinyvec_macros",
]
@@ -8056,7 +8084,7 @@
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"mio",
"num_cpus",
"tokio-codec",
@@ -8089,7 +8117,7 @@
"mio",
"mio-uds",
"num_cpus",
- "pin-project-lite 0.1.11",
+ "pin-project-lite 0.1.12",
"signal-hook-registry",
"slab",
"winapi 0.3.9",
@@ -8103,7 +8131,7 @@
dependencies = [
"bytes 0.4.12",
"either",
- "futures 0.1.30",
+ "futures 0.1.31",
]
[[package]]
@@ -8113,7 +8141,7 @@
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"tokio-io",
]
@@ -8123,7 +8151,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
dependencies = [
- "futures 0.1.30",
+ "futures 0.1.31",
"tokio-executor",
]
@@ -8134,7 +8162,7 @@
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
dependencies = [
"crossbeam-utils 0.7.2",
- "futures 0.1.30",
+ "futures 0.1.31",
]
[[package]]
@@ -8143,7 +8171,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
dependencies = [
- "futures 0.1.30",
+ "futures 0.1.31",
"tokio-io",
"tokio-threadpool",
]
@@ -8155,7 +8183,7 @@
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"log",
]
@@ -8166,7 +8194,7 @@
checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"mio",
"mio-named-pipes",
"tokio 0.1.22",
@@ -8179,7 +8207,7 @@
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
dependencies = [
"crossbeam-utils 0.7.2",
- "futures 0.1.30",
+ "futures 0.1.31",
"lazy_static",
"log",
"mio",
@@ -8209,7 +8237,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
- "futures 0.1.30",
+ "futures 0.1.31",
]
[[package]]
@@ -8219,7 +8247,7 @@
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
dependencies = [
"fnv",
- "futures 0.1.30",
+ "futures 0.1.31",
]
[[package]]
@@ -8229,7 +8257,7 @@
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"iovec",
"mio",
"tokio-io",
@@ -8245,7 +8273,7 @@
"crossbeam-deque 0.7.3",
"crossbeam-queue",
"crossbeam-utils 0.7.2",
- "futures 0.1.30",
+ "futures 0.1.31",
"lazy_static",
"log",
"num_cpus",
@@ -8260,7 +8288,7 @@
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
dependencies = [
"crossbeam-utils 0.7.2",
- "futures 0.1.30",
+ "futures 0.1.31",
"slab",
"tokio-executor",
]
@@ -8272,7 +8300,7 @@
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"log",
"mio",
"tokio-codec",
@@ -8287,7 +8315,7 @@
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
dependencies = [
"bytes 0.4.12",
- "futures 0.1.30",
+ "futures 0.1.31",
"iovec",
"libc",
"log",
@@ -8308,7 +8336,7 @@
"futures-core",
"futures-sink",
"log",
- "pin-project-lite 0.1.11",
+ "pin-project-lite 0.1.12",
"tokio 0.2.25",
]
@@ -8329,22 +8357,22 @@
[[package]]
name = "tracing"
-version = "0.1.25"
+version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
+checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
dependencies = [
"cfg-if 1.0.0",
"log",
- "pin-project-lite 0.2.4",
+ "pin-project-lite 0.2.6",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
-version = "0.1.14"
+version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41768be5b9f3489491825f56f01f25290aa1d3e7cc97e182d4d34360493ba6fa"
+checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
dependencies = [
"proc-macro2",
"quote",
@@ -8353,9 +8381,9 @@
[[package]]
name = "tracing-core"
-version = "0.1.17"
+version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
+checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
dependencies = [
"lazy_static",
]
@@ -8366,7 +8394,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
- "pin-project 1.0.5",
+ "pin-project 1.0.7",
"tracing",
]
@@ -8393,9 +8421,9 @@
[[package]]
name = "tracing-subscriber"
-version = "0.2.16"
+version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
+checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"
dependencies = [
"ansi_term 0.12.1",
"chrono",
@@ -8458,15 +8486,15 @@
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
dependencies = [
"cfg-if 0.1.10",
- "rand 0.3.23",
+ "rand 0.7.3",
"static_assertions",
]
[[package]]
name = "typenum"
-version = "1.12.0"
+version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
+checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
name = "ucd-trie"
@@ -8509,18 +8537,18 @@
[[package]]
name = "unicode-bidi"
-version = "0.3.4"
+version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
+checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
-version = "0.1.16"
+version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
+checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
dependencies = [
"tinyvec",
]
@@ -8539,9 +8567,9 @@
[[package]]
name = "unicode-xid"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
+checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "universal-hash"
@@ -8602,36 +8630,31 @@
[[package]]
name = "url"
-version = "2.2.0"
+version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
+checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
- "idna 0.2.0",
+ "idna 0.2.3",
"matches",
"percent-encoding 2.1.0",
]
[[package]]
name = "value-bag"
-version = "1.0.0-alpha.6"
+version = "1.0.0-alpha.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"
+checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
dependencies = [
"ctor",
+ "version_check",
]
[[package]]
name = "vcpkg"
-version = "0.2.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
-
-[[package]]
-name = "vec-arena"
-version = "1.0.0"
+version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
+checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
[[package]]
name = "vec_map"
@@ -8641,9 +8664,9 @@
[[package]]
name = "version_check"
-version = "0.9.2"
+version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
+checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "void"
@@ -8659,9 +8682,9 @@
[[package]]
name = "walkdir"
-version = "2.3.1"
+version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
+checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi 0.3.9",
@@ -8674,7 +8697,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
dependencies = [
- "futures 0.1.30",
+ "futures 0.1.31",
"log",
"try-lock",
]
@@ -8703,9 +8726,9 @@
[[package]]
name = "wasm-bindgen"
-version = "0.2.70"
+version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
+checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
@@ -8713,9 +8736,9 @@
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.70"
+version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
+checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
dependencies = [
"bumpalo",
"lazy_static",
@@ -8728,9 +8751,9 @@
[[package]]
name = "wasm-bindgen-futures"
-version = "0.4.20"
+version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
+checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
@@ -8740,9 +8763,9 @@
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.70"
+version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
+checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -8750,9 +8773,9 @@
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.70"
+version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
+checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
dependencies = [
"proc-macro2",
"quote",
@@ -8763,9 +8786,9 @@
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.70"
+version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
+checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
[[package]]
name = "wasm-gc-api"
@@ -8784,7 +8807,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"js-sys",
"parking_lot 0.11.1",
"pin-utils",
@@ -8801,7 +8824,7 @@
dependencies = [
"libc",
"memory_units",
- "num-rational",
+ "num-rational 0.2.4",
"num-traits",
"parity-wasm 0.41.0",
"wasmi-validation",
@@ -8866,7 +8889,7 @@
"libc",
"log",
"serde",
- "sha2 0.9.3",
+ "sha2 0.9.5",
"toml",
"winapi 0.3.9",
"zstd",
@@ -8892,7 +8915,7 @@
checksum = "e91fa931df6dd8af2b02606307674d3bad23f55473d5f4c809dddf7e4c4dc411"
dependencies = [
"anyhow",
- "gimli",
+ "gimli 0.23.0",
"more-asserts",
"object 0.22.0",
"target-lexicon",
@@ -8912,7 +8935,7 @@
"cranelift-codegen",
"cranelift-entity",
"cranelift-wasm",
- "gimli",
+ "gimli 0.23.0",
"indexmap",
"log",
"more-asserts",
@@ -8927,7 +8950,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "738bfcd1561ede8bb174215776fd7d9a95d5f0a47ca3deabe0282c55f9a89f68"
dependencies = [
- "addr2line",
+ "addr2line 0.14.1",
"anyhow",
"cfg-if 1.0.0",
"cranelift-codegen",
@@ -8935,7 +8958,7 @@
"cranelift-frontend",
"cranelift-native",
"cranelift-wasm",
- "gimli",
+ "gimli 0.23.0",
"log",
"more-asserts",
"object 0.22.0",
@@ -8976,7 +8999,7 @@
dependencies = [
"anyhow",
"cfg-if 1.0.0",
- "gimli",
+ "gimli 0.23.0",
"lazy_static",
"libc",
"object 0.22.0",
@@ -9000,7 +9023,7 @@
"lazy_static",
"libc",
"log",
- "memoffset 0.6.1",
+ "memoffset 0.6.3",
"more-asserts",
"psm",
"region",
@@ -9011,27 +9034,27 @@
[[package]]
name = "wast"
-version = "35.0.0"
+version = "35.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db5ae96da18bb5926341516fd409b5a8ce4e4714da7f0a1063d3b20ac9f9a1e1"
+checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
dependencies = [
"leb128",
]
[[package]]
name = "wat"
-version = "1.0.36"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b0fa059022c5dabe129f02b429d67086400deb8277f89c975555dacc1dadbcc"
+checksum = "8ec280a739b69173e0ffd12c1658507996836ba4e992ed9bc1e5385a0bd72a02"
dependencies = [
"wast",
]
[[package]]
name = "web-sys"
-version = "0.3.47"
+version = "0.3.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
+checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -9049,9 +9072,9 @@
[[package]]
name = "webpki-roots"
-version = "0.21.0"
+version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
+checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
dependencies = [
"webpki",
]
@@ -9067,21 +9090,12 @@
[[package]]
name = "which"
-version = "3.1.1"
+version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
+checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
dependencies = [
- "libc",
-]
-
-[[package]]
-name = "which"
-version = "4.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
-dependencies = [
+ "either",
"libc",
- "thiserror",
]
[[package]]
@@ -9145,11 +9159,11 @@
[[package]]
name = "x25519-dalek"
-version = "1.1.0"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"
+checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"
dependencies = [
- "curve25519-dalek 3.0.2",
+ "curve25519-dalek 3.1.0",
"rand_core 0.5.1",
"zeroize",
]
@@ -9160,7 +9174,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271"
dependencies = [
- "futures 0.3.12",
+ "futures 0.3.15",
"log",
"nohash-hasher",
"parking_lot 0.11.1",
@@ -9176,18 +9190,18 @@
[[package]]
name = "zeroize"
-version = "1.2.0"
+version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"
+checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
-version = "1.0.1"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16"
+checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
dependencies = [
"proc-macro2",
"quote",
node/Cargo.tomldiffbeforeafterboth--- a/node/Cargo.toml
+++ b/node/Cargo.toml
@@ -34,11 +34,11 @@
frame-benchmarking-cli = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
pallet-transaction-payment-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
-fc-consensus = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fc-consensus = { version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
fc-mapping-sync = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
fc-rpc = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
fc-db = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
-fp-rpc = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fp-rpc = { version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
sc-basic-authorship = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
sc-cli = { version = '0.9.0', features = ['wasmtime'], git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
sc-client-api = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
node/src/rpc.rsdiffbeforeafterboth1//! A collection of node-specific RPC methods.2//! Substrate provides the `sc-rpc` crate, which defines the core RPC layer3//! used by Substrate nodes. This file extends those RPC definitions with4//! capabilities that are specific to this project's runtime configuration.56use std::sync::Arc;7use core::marker::PhantomData;89use std::collections::BTreeMap;10use fc_rpc::RuntimeApiStorageOverride;11use fc_rpc::OverrideHandle;12use fc_rpc_core::types::{PendingTransactions, FilterPool};13use nft_runtime::{Hash, AccountId, Index, opaque::Block, BlockNumber, Balance, NftApi};14use sp_api::ProvideRuntimeApi;15use sp_blockchain::{Error as BlockChainError, HeaderMetadata, HeaderBackend};16use sc_client_api::{17 backend::{StorageProvider, Backend, StateBackend, AuxStore},18 client::BlockchainEvents19};20use sc_rpc::SubscriptionTaskExecutor;21use sp_runtime::traits::BlakeTwo256;22use sp_block_builder::BlockBuilder;23use sc_rpc_api::DenyUnsafe;24use sp_transaction_pool::TransactionPool;25use sc_network::NetworkService;26use jsonrpc_pubsub::manager::SubscriptionManager;27use pallet_ethereum::EthereumStorageSchema;28use fc_rpc::{StorageOverride, SchemaV1Override};2930/// Light client extra dependencies.31pub struct LightDeps<C, F, P> {32 /// The client instance to use.33 pub client: Arc<C>,34 /// Transaction pool instance.35 pub pool: Arc<P>,36 /// Remote access to the blockchain (async).37 pub remote_blockchain: Arc<dyn sc_client_api::light::RemoteBlockchain<Block>>,38 /// Fetcher instance.39 pub fetcher: Arc<F>,40}4142/// Full client dependencies.43pub struct FullDeps<C, P> {44 /// The client instance to use.45 pub client: Arc<C>,46 /// Transaction pool instance.47 pub pool: Arc<P>,48 /// Whether to deny unsafe calls49 pub deny_unsafe: DenyUnsafe,50 /// The Node authority flag51 pub is_authority: bool,52 /// Whether to enable dev signer53 pub enable_dev_signer: bool,54 /// Network service55 pub network: Arc<NetworkService<Block, Hash>>,56 /// Ethereum pending transactions.57 pub pending_transactions: PendingTransactions,58 /// EthFilterApi pool.59 pub filter_pool: Option<FilterPool>,60 /// Backend.61 pub backend: Arc<fc_db::Backend<Block>>,62 /// Maximum number of logs in a query.63 pub max_past_logs: u32,64}6566struct AccountCodes<C, B> {67 client: Arc<C>,68 _marker: PhantomData<B>,69}7071impl<C, Block> AccountCodes<C, Block>72where73 Block: sp_api::BlockT,74 C: ProvideRuntimeApi<Block>,75{76 fn new(client: Arc<C>) -> Self {77 Self {78 client,79 _marker: PhantomData,80 }81 }82}8384impl<C, Block> fc_rpc::AccountCodeProvider<Block> for AccountCodes<C, Block>85where86 Block: sp_api::BlockT,87 C: ProvideRuntimeApi<Block>,88 C::Api: pallet_nft::NftApi<Block>,89{90 fn code(&self, block: &sp_api::BlockId<Block>, account: sp_core::H160) -> Option<Vec<u8>> {91 self.client.runtime_api().eth_contract_code(block, account).ok().flatten()92 }93}9495/// Instantiate all full RPC extensions.96pub fn create_full<C, P, BE>(97 deps: FullDeps<C, P>,98 subscription_task_executor: SubscriptionTaskExecutor99) -> jsonrpc_core::IoHandler<sc_rpc::Metadata> where100 BE: Backend<Block> + 'static,101 BE::State: StateBackend<BlakeTwo256>,102 C: ProvideRuntimeApi<Block> + StorageProvider<Block, BE> + AuxStore,103 C: BlockchainEvents<Block>,104 C: HeaderBackend<Block> + HeaderMetadata<Block, Error=BlockChainError>,105 C: Send + Sync + 'static,106 C::Api: substrate_frame_rpc_system::AccountNonceApi<Block, AccountId, Index>,107 C::Api: BlockBuilder<Block>,108 C::Api: pallet_contracts_rpc::ContractsRuntimeApi<Block, AccountId, Balance, BlockNumber>,109 C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,110 C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,111 C::Api: pallet_nft::NftApi<Block>,112 P: TransactionPool<Block=Block> + 'static,113{114 use substrate_frame_rpc_system::{FullSystem, SystemApi};115 use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApi};116 use fc_rpc::{117 EthApi, EthApiServer, EthFilterApi, EthFilterApiServer, NetApi, NetApiServer,118 EthPubSubApi, EthPubSubApiServer, Web3Api, Web3ApiServer, EthDevSigner, EthSigner,119 HexEncodedIdProvider,120 };121122 let mut io = jsonrpc_core::IoHandler::default();123 let FullDeps {124 client,125 pool,126 deny_unsafe,127 is_authority,128 network,129 pending_transactions,130 filter_pool,131 backend,132 enable_dev_signer,133 max_past_logs,134 } = deps;135136 io.extend_with(137 SystemApi::to_delegate(FullSystem::new(client.clone(), pool.clone(), deny_unsafe))138 );139140 io.extend_with(141 TransactionPaymentApi::to_delegate(TransactionPayment::new(client.clone()))142 );143144 io.extend_with(145 pallet_contracts_rpc::ContractsApi::to_delegate(pallet_contracts_rpc::Contracts::new(client.clone()))146 );147148 let mut signers = Vec::new();149 if enable_dev_signer {150 signers.push(Box::new(EthDevSigner::new()) as Box<dyn EthSigner>);151 }152 let mut overrides_map = BTreeMap::new();153 overrides_map.insert(154 EthereumStorageSchema::V1,155 Box::new(SchemaV1Override::new_with_code_provider(156 client.clone(),157 Arc::new(AccountCodes::<C, Block>::new(client.clone()))158 )) as Box<dyn StorageOverride<_> + Send + Sync>159 );160161 let overrides = Arc::new(OverrideHandle {162 schemas: overrides_map,163 fallback: Box::new(RuntimeApiStorageOverride::new(client.clone())),164 });165166 io.extend_with(167 EthApiServer::to_delegate(EthApi::new(168 client.clone(),169 pool.clone(),170 nft_runtime::TransactionConverter,171 network.clone(),172 pending_transactions.clone(),173 signers,174 overrides.clone(),175 backend,176 is_authority,177 max_past_logs,178 ))179 );180181 if let Some(filter_pool) = filter_pool {182 io.extend_with(183 EthFilterApiServer::to_delegate(EthFilterApi::new(184 client.clone(),185 filter_pool.clone(),186 500 as usize, // max stored filters187 overrides.clone(),188 max_past_logs,189 ))190 );191 }192193 io.extend_with(194 NetApiServer::to_delegate(NetApi::new(195 client.clone(),196 network.clone(),197 ))198 );199200 io.extend_with(201 Web3ApiServer::to_delegate(Web3Api::new(202 client.clone(),203 ))204 );205206 io.extend_with(207 EthPubSubApiServer::to_delegate(EthPubSubApi::new(208 pool.clone(),209 client.clone(),210 network.clone(),211 SubscriptionManager::<HexEncodedIdProvider>::with_id_provider(212 HexEncodedIdProvider::default(),213 Arc::new(subscription_task_executor)214 ),215 overrides,216 ))217 );218219 io220}221222/// Instantiate all Light RPC extensions.223pub fn create_light<C, P, M, F>(224 deps: LightDeps<C, F, P>,225) -> jsonrpc_core::IoHandler<M> where226 C: sp_blockchain::HeaderBackend<Block>,227 C: Send + Sync + 'static,228 F: sc_client_api::light::Fetcher<Block> + 'static,229 P: TransactionPool + 'static,230 M: jsonrpc_core::Metadata + Default,231{232 use substrate_frame_rpc_system::{LightSystem, SystemApi};233234 let LightDeps {235 client,236 pool,237 remote_blockchain,238 fetcher239 } = deps;240 let mut io = jsonrpc_core::IoHandler::default();241 io.extend_with(242 SystemApi::<Hash, AccountId, Index>::to_delegate(243 LightSystem::new(client, remote_blockchain, fetcher, pool)244 )245 );246247 io248}1//! A collection of node-specific RPC methods.2//! Substrate provides the `sc-rpc` crate, which defines the core RPC layer3//! used by Substrate nodes. This file extends those RPC definitions with4//! capabilities that are specific to this project's runtime configuration.56use std::sync::Arc;7use core::marker::PhantomData;89use std::collections::BTreeMap;10use fc_rpc::RuntimeApiStorageOverride;11use fc_rpc::OverrideHandle;12use fc_rpc_core::types::{PendingTransactions, FilterPool};13use nft_runtime::{Hash, AccountId, Index, opaque::Block, BlockNumber, Balance, NftApi};14use sp_api::ProvideRuntimeApi;15use sp_blockchain::{Error as BlockChainError, HeaderMetadata, HeaderBackend};16use sc_client_api::{17 backend::{StorageProvider, Backend, StateBackend, AuxStore},18 client::BlockchainEvents19};20use sc_rpc::SubscriptionTaskExecutor;21use sp_runtime::traits::BlakeTwo256;22use sp_block_builder::BlockBuilder;23use sc_rpc_api::DenyUnsafe;24use sp_transaction_pool::TransactionPool;25use sc_network::NetworkService;26use jsonrpc_pubsub::manager::SubscriptionManager;27use pallet_ethereum::EthereumStorageSchema;28use fc_rpc::{StorageOverride, SchemaV1Override};2930/// Light client extra dependencies.31pub struct LightDeps<C, F, P> {32 /// The client instance to use.33 pub client: Arc<C>,34 /// Transaction pool instance.35 pub pool: Arc<P>,36 /// Remote access to the blockchain (async).37 pub remote_blockchain: Arc<dyn sc_client_api::light::RemoteBlockchain<Block>>,38 /// Fetcher instance.39 pub fetcher: Arc<F>,40}4142/// Full client dependencies.43pub struct FullDeps<C, P> {44 /// The client instance to use.45 pub client: Arc<C>,46 /// Transaction pool instance.47 pub pool: Arc<P>,48 /// Whether to deny unsafe calls49 pub deny_unsafe: DenyUnsafe,50 /// The Node authority flag51 pub is_authority: bool,52 /// Whether to enable dev signer53 pub enable_dev_signer: bool,54 /// Network service55 pub network: Arc<NetworkService<Block, Hash>>,56 /// Ethereum pending transactions.57 pub pending_transactions: PendingTransactions,58 /// EthFilterApi pool.59 pub filter_pool: Option<FilterPool>,60 /// Backend.61 pub backend: Arc<fc_db::Backend<Block>>,62 /// Maximum number of logs in a query.63 pub max_past_logs: u32,64}6566struct AccountCodes<C, B> {67 client: Arc<C>,68 _marker: PhantomData<B>,69}7071impl<C, Block> AccountCodes<C, Block>72where73 Block: sp_api::BlockT,74 C: ProvideRuntimeApi<Block>,75{76 fn new(client: Arc<C>) -> Self {77 Self {78 client,79 _marker: PhantomData,80 }81 }82}8384impl<C, Block> fc_rpc::AccountCodeProvider<Block> for AccountCodes<C, Block>85where86 Block: sp_api::BlockT,87 C: ProvideRuntimeApi<Block>,88 C::Api: pallet_nft::NftApi<Block>,89{90 fn code(&self, block: &sp_api::BlockId<Block>, account: sp_core::H160) -> Option<Vec<u8>> {91 self.client.runtime_api().eth_contract_code(block, account).ok().flatten()92 }93}9495/// Instantiate all full RPC extensions.96pub fn create_full<C, P, BE>(97 deps: FullDeps<C, P>,98 subscription_task_executor: SubscriptionTaskExecutor99) -> jsonrpc_core::IoHandler<sc_rpc::Metadata> where100 BE: Backend<Block> + 'static,101 BE::State: StateBackend<BlakeTwo256>,102 C: ProvideRuntimeApi<Block> + StorageProvider<Block, BE> + AuxStore,103 C: BlockchainEvents<Block>,104 C: HeaderBackend<Block> + HeaderMetadata<Block, Error=BlockChainError>,105 C: Send + Sync + 'static,106 C::Api: substrate_frame_rpc_system::AccountNonceApi<Block, AccountId, Index>,107 C::Api: BlockBuilder<Block>,108 C::Api: pallet_contracts_rpc::ContractsRuntimeApi<Block, AccountId, Balance, BlockNumber>,109 C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,110 C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,111 C::Api: pallet_nft::NftApi<Block>,112 P: TransactionPool<Block=Block> + 'static,113{114 use substrate_frame_rpc_system::{FullSystem, SystemApi};115 use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApi};116 use fc_rpc::{117 EthApi, EthApiServer, EthFilterApi, EthFilterApiServer, NetApi, NetApiServer,118 EthPubSubApi, EthPubSubApiServer, Web3Api, Web3ApiServer, EthDevSigner, EthSigner,119 HexEncodedIdProvider,120 };121122 let mut io = jsonrpc_core::IoHandler::default();123 let FullDeps {124 client,125 pool,126 deny_unsafe,127 is_authority,128 network,129 pending_transactions,130 filter_pool,131 backend,132 enable_dev_signer,133 max_past_logs,134 } = deps;135136 io.extend_with(137 SystemApi::to_delegate(FullSystem::new(client.clone(), pool.clone(), deny_unsafe))138 );139140 io.extend_with(141 TransactionPaymentApi::to_delegate(TransactionPayment::new(client.clone()))142 );143144 io.extend_with(145 pallet_contracts_rpc::ContractsApi::to_delegate(pallet_contracts_rpc::Contracts::new(client.clone()))146 );147148 let mut signers = Vec::new();149 if enable_dev_signer {150 signers.push(Box::new(EthDevSigner::new()) as Box<dyn EthSigner>);151 }152 let mut overrides_map = BTreeMap::new();153 overrides_map.insert(154 EthereumStorageSchema::V1,155 Box::new(SchemaV1Override::new_with_code_provider(156 client.clone(),157 Arc::new(AccountCodes::<C, Block>::new(client.clone()))158 )) as Box<dyn StorageOverride<_> + Send + Sync>159 );160161 let overrides = Arc::new(OverrideHandle {162 schemas: overrides_map,163 fallback: Box::new(RuntimeApiStorageOverride::new(client.clone())),164 });165166 io.extend_with(167 EthApiServer::to_delegate(EthApi::new(168 client.clone(),169 pool.clone(),170 nft_runtime::TransactionConverter,171 network.clone(),172 pending_transactions.clone(),173 signers,174 overrides.clone(),175 backend,176 is_authority,177 max_past_logs,178 ))179 );180181 if let Some(filter_pool) = filter_pool {182 io.extend_with(183 EthFilterApiServer::to_delegate(EthFilterApi::new(184 client.clone(),185 filter_pool.clone(),186 500 as usize, // max stored filters187 overrides.clone(),188 max_past_logs,189 ))190 );191 }192193 io.extend_with(194 NetApiServer::to_delegate(NetApi::new(195 client.clone(),196 network.clone(),197 true,198 ))199 );200201 io.extend_with(202 Web3ApiServer::to_delegate(Web3Api::new(203 client.clone(),204 ))205 );206207 io.extend_with(208 EthPubSubApiServer::to_delegate(EthPubSubApi::new(209 pool.clone(),210 client.clone(),211 network.clone(),212 SubscriptionManager::<HexEncodedIdProvider>::with_id_provider(213 HexEncodedIdProvider::default(),214 Arc::new(subscription_task_executor)215 ),216 overrides,217 ))218 );219220 io221}222223/// Instantiate all Light RPC extensions.224pub fn create_light<C, P, M, F>(225 deps: LightDeps<C, F, P>,226) -> jsonrpc_core::IoHandler<M> where227 C: sp_blockchain::HeaderBackend<Block>,228 C: Send + Sync + 'static,229 F: sc_client_api::light::Fetcher<Block> + 'static,230 P: TransactionPool + 'static,231 M: jsonrpc_core::Metadata + Default,232{233 use substrate_frame_rpc_system::{LightSystem, SystemApi};234235 let LightDeps {236 client,237 pool,238 remote_blockchain,239 fetcher240 } = deps;241 let mut io = jsonrpc_core::IoHandler::default();242 io.extend_with(243 SystemApi::<Hash, AccountId, Index>::to_delegate(244 LightSystem::new(client, remote_blockchain, fetcher, pool)245 )246 );247248 io249}pallets/nft/Cargo.tomldiffbeforeafterboth--- a/pallets/nft/Cargo.toml
+++ b/pallets/nft/Cargo.toml
@@ -23,13 +23,13 @@
frame-support = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
frame-system = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
pallet-balances = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-pallet-evm = { default-features = false, version = "3.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+pallet-evm = { default-features = false, version = "3.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
pallet-timestamp = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
sp-std = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
frame-benchmarking = { default-features = false, version = '3.0.0', optional = true, git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-fp-evm = { default-features = false, version = '1.0.0', git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fp-evm = { default-features = false, version = '1.0.1-dev', git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
sp-core = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
sp-io = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
runtime/Cargo.tomldiffbeforeafterboth--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -40,7 +40,7 @@
pallet-contracts = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
pallet-contracts-primitives = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
pallet-contracts-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-pallet-evm = { default-features = false, version = "3.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+pallet-evm = { default-features = false, version = "3.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
pallet-grandpa = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
@@ -50,7 +50,7 @@
pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
pallet-treasury = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
pallet-vesting = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-fp-rpc = { default-features = false, version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fp-rpc = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
sp-arithmetic = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
sp-block-builder = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }