Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
b12325b9
Unverified
Commit
b12325b9
authored
Dec 09, 2020
by
Max Inden
Committed by
GitHub
Dec 09, 2020
Browse files
Cargo.lock: Update to async-tls 0.10.2 (#2096)
* Cargo.lock: Update to async-tls 0.10.2 * "Update Substrate" Co-authored-by: parity-processbot <>
parent
7a0fcb07
Pipeline
#116691
passed with stages
in 29 minutes and 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
b12325b9
...
...
@@ -238,23 +238,21 @@ dependencies = [
[[package]]
name = "async-io"
version = "1.
1.0
"
version = "1.
3.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
38628c78a34f111c5a6b98fc87dfc056cd1590b61afe748b145be4623c56d194
"
checksum = "
9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd
"
dependencies = [
"cfg-if 0.1.10",
"concurrent-queue",
"fastrand",
"futures-lite",
"libc",
"log",
"nb-connect",
"once_cell",
"parking",
"polling",
"socket2",
"vec-arena",
"waker-fn",
"wepoll-sys-stjepang",
"winapi 0.3.9",
]
...
...
@@ -302,15 +300,15 @@ checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
[[package]]
name = "async-tls"
version = "0.10.
0
"
version = "0.10.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d
85a97c4a0ecce878efd3f945f119c78a646d8975340bca0398f9bb05c30cc52
"
checksum = "d
d0d8b6fc362bebff7502479fb5e9aed00c8cc3abc5af755536e73a128f0cb88
"
dependencies = [
"futures-core",
"futures-io",
"rustls",
"rustls
0.19.0
",
"webpki",
"webpki-roots
0.20.0
",
"webpki-roots",
]
[[package]]
...
...
@@ -1063,9 +1061,9 @@ dependencies = [
[[package]]
name = "data-encoding"
version = "2.
2
.1"
version = "2.
3
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
72aa14c04dfae8dd7d8a2b1cb7ca2152618cd01336dbfe704b8dcbf8d41dbd69
"
checksum = "
993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908
"
[[package]]
name = "derive_more"
...
...
@@ -1462,7 +1460,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1470,7 +1468,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1488,7 +1486,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"chrono",
"frame-benchmarking",
...
...
@@ -1510,7 +1508,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1526,7 +1524,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "12.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1537,7 +1535,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -1562,7 +1560,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support-procedural-tools",
"proc-macro2 1.0.24",
...
...
@@ -1573,7 +1571,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
...
...
@@ -1585,7 +1583,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
...
...
@@ -1595,7 +1593,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"impl-trait-for-tuples 0.1.3",
...
...
@@ -1611,7 +1609,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -1625,7 +1623,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -2242,7 +2240,7 @@ dependencies = [
"futures-util",
"hyper 0.13.6",
"log",
"rustls",
"rustls
0.18.0
",
"rustls-native-certs",
"tokio 0.2.21",
"tokio-rustls",
...
...
@@ -2292,6 +2290,22 @@ dependencies = [
"libc",
]
[[package]]
name = "if-watch"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d7c5e361e6b05c882b4847dd98992534cebc6fcde7f4bc98225bcf10fd6d0d"
dependencies = [
"async-io",
"futures 0.3.8",
"futures-lite",
"if-addrs",
"ipnet",
"libc",
"log",
"winapi 0.3.9",
]
[[package]]
name = "impl-codec"
version = "0.4.2"
...
...
@@ -2753,9 +2767,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
[[package]]
name = "libc"
version = "0.2.
79
"
version = "0.2.
81
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743
"
checksum = "
1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb
"
[[package]]
name = "libloading"
...
...
@@ -2775,9 +2789,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "libp2p"
version = "0.3
1.2
"
version = "0.3
2.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
724846a3194368fefcac7ebdab12e01b8ac382e3efe399ddbd28851ab34f396f
"
checksum = "
941af10b45fd27d15e94aea83002c4a21521849fad8aad78d1cdbf00a60b0a17
"
dependencies = [
"atomic",
"bytes 0.5.6",
...
...
@@ -2966,24 +2980,23 @@ dependencies = [
[[package]]
name = "libp2p-mdns"
version = "0.2
5
.0"
version = "0.2
6
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4458ec36b5ab2662fb4d5c8bb9b6e1591da0ab6efe8881c7a7670ef033bc8937
"
checksum = "
7b934ee03a361f317df7d75defa4177b285534c58f49d5e6e240278e13ef3f65
"
dependencies = [
"async-
std
",
"async-
io
",
"data-encoding",
"dns-parser",
"either",
"futures 0.3.8",
"if-watch",
"lazy_static",
"libp2p-core",
"libp2p-swarm",
"log",
"net2",
"rand 0.7.3",
"smallvec 1.5.1",
"socket2",
"void",
"wasm-timer",
]
[[package]]
...
...
@@ -3074,9 +3087,9 @@ dependencies = [
[[package]]
name = "libp2p-request-response"
version = "0.
6
.0"
version = "0.
7
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1e952dcc9d2d7e7e45ae8bfcff255723091bd43e3e9a7741a0af8a17fe55b3ed
"
checksum = "
bd96c3580fe59a9379ac7906c2f61c7f5ad3b7515362af0e72153a7cc9a45550
"
dependencies = [
"async-trait",
"bytes 0.5.6",
...
...
@@ -3152,9 +3165,9 @@ dependencies = [
[[package]]
name = "libp2p-websocket"
version = "0.26.
0
"
version = "0.26.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a5736e2fccdcea6e728bbaf903bddc113be223313ce2c756ad9fe43b5a2b0f06
"
checksum = "
d8a0af4ea43104a01c634ee1b8026ce11f9ee3766a894a44f9e1da5a0eb74fc0
"
dependencies = [
"async-tls",
"either",
...
...
@@ -3162,12 +3175,12 @@ dependencies = [
"libp2p-core",
"log",
"quicksink",
"rustls",
"rustls
0.19.0
",
"rw-stream-sink",
"soketto",
"url 2.1.1",
"webpki",
"webpki-roots
0.21.0
",
"webpki-roots",
]
[[package]]
...
...
@@ -3596,6 +3609,16 @@ 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]]
name = "net2"
version = "0.2.34"
...
...
@@ -3798,7 +3821,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3814,7 +3837,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3829,7 +3852,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3854,7 +3877,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3868,7 +3891,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3884,7 +3907,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3899,7 +3922,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3914,7 +3937,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3935,7 +3958,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -3951,7 +3974,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3971,7 +3994,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3988,7 +4011,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4002,7 +4025,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4018,7 +4041,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4032,7 +4055,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4047,7 +4070,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4068,7 +4091,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4084,7 +4107,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4097,7 +4120,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -4112,7 +4135,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4127,7 +4150,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4147,7 +4170,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4163,7 +4186,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4177,7 +4200,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4199,7 +4222,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -4210,7 +4233,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4224,7 +4247,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4242,7 +4265,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4259,7 +4282,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -4277,7 +4300,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -4290,7 +4313,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4305,7 +4328,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4321,7 +4344,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -5746,14 +5769,14 @@ dependencies = [
[[package]]
name = "polling"
version = "
1.1.0
"
version = "
2.0.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e0720e0b9ea9d52451cf29d3413ba8a9303f8815d9d9653ef70e03ff73e65566
"
checksum = "
a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4
"
dependencies = [
"cfg-if 0.1.10",
"libc",
"log",
"wepoll-sys
-stjepang
",
"wepoll-sys",
"winapi 0.3.9",
]
...
...
@@ -6512,6 +6535,19 @@ dependencies = [
"webpki",
]
[[package]]
name = "rustls"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
dependencies = [
"base64 0.13.0",
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-native-certs"
version = "0.4.0"
...
...
@@ -6519,7 +6555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
dependencies = [
"openssl-probe",
"rustls",
"rustls
0.18.0
",
"schannel",
"security-framework",
]
...
...
@@ -6571,7 +6607,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -6599,7 +6635,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"futures 0.3.8",
"futures-timer 3.0.2",
...
...
@@ -6622,7 +6658,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"parity-scale-codec",
"sc-client-api",
...
...
@@ -6639,7 +6675,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"impl-trait-for-tuples 0.1.3",
"parity-scale-codec",
...
...
@@ -6660,7 +6696,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -6671,7 +6707,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"atty",
"chrono",
...
...
@@ -6714,7 +6750,7 @@ dependencies = [
[[package]]
name = "sc-cli-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
be8fd0588013a3b8eab5d5c761fe1c55bdd60dbb
"
source = "git+https://github.com/paritytech/substrate#
6b600cdeb4043e512bc5f342eb02a5a17d26797a
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -6725,7 +6761,7 @@ dependencies = [
[[package]]