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
c58fd0ea
Unverified
Commit
c58fd0ea
authored
Nov 30, 2020
by
Pierre Krieger
Committed by
GitHub
Nov 30, 2020
Browse files
cargo update -p sp-io (#2038)
parent
d00c05ba
Pipeline
#115482
passed with stages
in 18 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
c58fd0ea
...
...
@@ -31,7 +31,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
dependencies = [
"generic-array 0.14.
2
",
"generic-array 0.14.
4
",
]
[[package]]
...
...
@@ -100,17 +100,6 @@ dependencies = [
"memchr",
]
[[package]]
name = "alga"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
dependencies = [
"approx",
"num-complex",
"num-traits 0.2.12",
]
[[package]]
name = "ansi_term"
version = "0.11.0"
...
...
@@ -321,7 +310,7 @@ dependencies = [
"futures-io",
"rustls",
"webpki",
"webpki-roots",
"webpki-roots
0.20.0
",
]
[[package]]
...
...
@@ -495,17 +484,6 @@ dependencies = [
"constant_time_eq",
]
[[package]]
name = "blake2s_simd"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab9e07352b829279624ceb7c64adb4f585dacdb81d35cafae81139ccd617cf44"
dependencies = [
"arrayref",
"arrayvec 0.5.2",
"constant_time_eq",
]
[[package]]
name = "block-buffer"
version = "0.7.3"
...
...
@@ -525,7 +503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"block-padding 0.2.1",
"generic-array 0.14.
2
",
"generic-array 0.14.
4
",
]
[[package]]
...
...
@@ -534,7 +512,7 @@ version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10"
dependencies = [
"generic-array 0.14.
2
",
"generic-array 0.14.
4
",
]
[[package]]
...
...
@@ -543,7 +521,7 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80"
dependencies = [
"generic-array 0.14.
2
",
"generic-array 0.14.
4
",
]
[[package]]
...
...
@@ -575,12 +553,6 @@ dependencies = [
"once_cell",
]
[[package]]
name = "bs58"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
[[package]]
name = "bs58"
version = "0.4.0"
...
...
@@ -821,9 +793,9 @@ dependencies = [
[[package]]
name = "console_log"
version = "0.
1.2
"
version = "0.
2.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1e7871d2947441b0fdd8e2bd1ce2a2f75304f896582c0d572162d48290683c48
"
checksum = "
501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494
"
dependencies = [
"log",
"web-sys",
...
...
@@ -1028,7 +1000,7 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
"generic-array 0.14.
2
",
"generic-array 0.14.
4
",
"subtle 2.2.3",
]
...
...
@@ -1126,7 +1098,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.
2
",
"generic-array 0.14.
4
",
]
[[package]]
...
...
@@ -1139,6 +1111,15 @@ dependencies = [
"dirs-sys",
]
[[package]]
name = "directories"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.5"
...
...
@@ -1480,7 +1461,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1488,7 +1469,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1506,7 +1487,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"chrono",
"frame-benchmarking",
...
...
@@ -1528,7 +1509,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1544,7 +1525,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "12.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1555,7 +1536,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -1580,7 +1561,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"frame-support-procedural-tools",
"proc-macro2 1.0.24",
...
...
@@ -1591,7 +1572,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
...
...
@@ -1603,7 +1584,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
...
...
@@ -1613,7 +1594,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"frame-support",
"impl-trait-for-tuples 0.1.3",
...
...
@@ -1629,7 +1610,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -1643,7 +1624,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -1878,9 +1859,18 @@ dependencies = [
[[package]]
name = "generic-array"
version = "0.1
4
.2"
version = "0.1
3
.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac746a5f3bbfdadd6106868134545e684693d54d9d44f6e9588a7d54af0bf980"
checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
dependencies = [
"typenum",
]
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
...
...
@@ -2771,9 +2761,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "libp2p"
version = "0.3
0
.1"
version = "0.3
1
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e3c2b4c99f8798be90746fc226acf95d3e6cff0655883634cc30dab1f64f438b
"
checksum = "
24966e73cc5624a6cf14b025365f67cb6da436b4d6337ed84d198063ba74451d
"
dependencies = [
"atomic",
"bytes 0.5.6",
...
...
@@ -2800,7 +2790,6 @@ dependencies = [
"libp2p-wasm-ext",
"libp2p-websocket",
"libp2p-yamux",
"multihash",
"parity-multiaddr",
"parking_lot 0.11.1",
"pin-project 1.0.2",
...
...
@@ -2810,12 +2799,13 @@ dependencies = [
[[package]]
name = "libp2p-core"
version = "0.2
4.0
"
version = "0.2
5.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1b8186060d6bd415e4e928e6cb44c4fe7e7a7dd53437bd936ce7e5f421e45a51
"
checksum = "
28d92fab5df60c9705e05750d9ecee6a5af15aed1e3fa86e09fd3dd07ec5dc8e
"
dependencies = [
"asn1_der",
"bs58 0.4.0",
"bs58",
"bytes 0.5.6",
"ed25519-dalek",
"either",
"fnv",
...
...
@@ -2837,16 +2827,16 @@ dependencies = [
"sha2 0.9.1",
"smallvec 1.5.0",
"thiserror",
"unsigned-varint
0.5.1
",
"unsigned-varint",
"void",
"zeroize",
]
[[package]]
name = "libp2p-core-derive"
version = "0.2
0.2
"
version = "0.2
1.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f
753d9324cd3ec14bf04b8a8cd0d269c87f294153d6bf2a84497a63a5ad22213
"
checksum = "f
4bc40943156e42138d22ed3c57ff0e1a147237742715937622a99b10fbe0156
"
dependencies = [
"quote 1.0.7",
"syn 1.0.48",
...
...
@@ -2854,9 +2844,9 @@ dependencies = [
[[package]]
name = "libp2p-deflate"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
34aea69349e70a58ef9ecd21ac12c5eaa36255ac6986828079d26393f9e618cb
"
checksum = "
5a579d7dd506d0620ba88ccc1754436b7de35ed6c884234f9a226bbfce382640
"
dependencies = [
"flate2",
"futures 0.3.8",
...
...
@@ -2865,9 +2855,9 @@ dependencies = [
[[package]]
name = "libp2p-dns"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0baeff71fb5cb1fe1604f74a712a44b66a8c5900f4022411a1d550f09d6bb776
"
checksum = "
15dea5933f570844d7b5222b12b58f7bd52e9ca38cd65a1bd4f35341f053f012
"
dependencies = [
"futures 0.3.8",
"libp2p-core",
...
...
@@ -2876,9 +2866,9 @@ dependencies = [
[[package]]
name = "libp2p-floodsub"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
db0f925a45f310b678e70faf71a10023b829d02eb9cc2628a63de928936f3ade
"
checksum = "
23070a0838bd9a8adb27e6eba477eeb650c498f9d139383dd0135d20a8170253
"
dependencies = [
"cuckoofilter",
"fnv",
...
...
@@ -2894,9 +2884,9 @@ dependencies = [
[[package]]
name = "libp2p-gossipsub"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
efeb65567174974f551a91f9f5719445b6695cad56f6a7a47a27111f37efb6b8
"
checksum = "
65e8f3aa0906fbad435dac23c177eef3cdfaaf62609791bd7f54f8553edcfdf9
"
dependencies = [
"base64 0.13.0",
"byteorder",
...
...
@@ -2914,15 +2904,15 @@ dependencies = [
"rand 0.7.3",
"sha2 0.9.1",
"smallvec 1.5.0",
"unsigned-varint
0.5.1
",
"unsigned-varint",
"wasm-timer",
]
[[package]]
name = "libp2p-identify"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e074124669840484de564901d47f2d0892e73f6d8ee7c37e9c2644af1b217bf4
"
checksum = "
802fb973a7e0dde3fb9a2113a62bad90338ebe01983b706e1d576d0c2af93cda
"
dependencies = [
"futures 0.3.8",
"libp2p-core",
...
...
@@ -2936,9 +2926,9 @@ dependencies = [
[[package]]
name = "libp2p-kad"
version = "0.2
5
.0"
version = "0.2
6
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
78a2653b2e3254a3bbeb66bfc3f0dca7d6cba6aa2a
96
7
91
db114003dec1b5394
"
checksum = "
6506b7b7982f7626fc
96
a
91
bc61be4b1fe7ae9ac23824f0ecefcce21cb39238c
"
dependencies = [
"arrayvec 0.5.2",
"bytes 0.5.6",
...
...
@@ -2949,23 +2939,22 @@ dependencies = [
"libp2p-core",
"libp2p-swarm",
"log",
"multihash",
"prost",
"prost-build",
"rand 0.7.3",
"sha2 0.9.1",
"smallvec 1.5.0",
"uint",
"unsigned-varint
0.5.1
",
"unsigned-varint",
"void",
"wasm-timer",
]
[[package]]
name = "libp2p-mdns"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
786b068098794322239f8f04df88a52daeb7863b2e77501c4d85d32e0a8f2d26
"
checksum = "
4458ec36b5ab2662fb4d5c8bb9b6e1591da0ab6efe8881c7a7670ef033bc8937
"
dependencies = [
"async-std",
"data-encoding",
...
...
@@ -2985,9 +2974,9 @@ dependencies = [
[[package]]
name = "libp2p-mplex"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ed764eab613a8fb6b7dcf6c796f55a06fef2270e528329903e25cd3311b99663
"
checksum = "
ae2132b14045009b0f8e577a06e1459592ef0a89dedc58f3d4baf4eac956837b
"
dependencies = [
"bytes 0.5.6",
"futures 0.3.8",
...
...
@@ -2998,14 +2987,14 @@ dependencies = [
"parking_lot 0.11.1",
"rand 0.7.3",
"smallvec 1.5.0",
"unsigned-varint
0.5.1
",
"unsigned-varint",
]
[[package]]
name = "libp2p-noise"
version = "0.2
6
.0"
version = "0.2
7
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
fb441fb015ec16690099c5d910fcba271d357763b3dcb784db7b27bbb0b68372
"
checksum = "
b9610a524bef4db383cd96b4ec3ec4722eafa72c7242fa89990b74166760583d
"
dependencies = [
"bytes 0.5.6",
"curve25519-dalek 3.0.0",
...
...
@@ -3025,9 +3014,9 @@ dependencies = [
[[package]]
name = "libp2p-ping"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
82e5c50936cfdbe96a514e8992f304fa44cd3a681b6f779505f1ae62b3474705
"
checksum = "
659adf89356e04f65398bb74ee791b269e63da9e41b37f8dc19eaacd12487bfe
"
dependencies = [
"futures 0.3.8",
"libp2p-core",
...
...
@@ -3040,9 +3029,9 @@ dependencies = [
[[package]]
name = "libp2p-plaintext"
version = "0.2
4.1
"
version = "0.2
5.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
21026557c335d3639591f247b19b7536195772034ec7e9c463137227f95eaaa1
"
checksum = "
96dfe26270c91d4ff095030d1fcadd602f3fd84968ebd592829916d0715798a6
"
dependencies = [
"bytes 0.5.6",
"futures 0.3.8",
...
...
@@ -3051,7 +3040,7 @@ dependencies = [
"log",
"prost",
"prost-build",
"unsigned-varint
0.5.1
",
"unsigned-varint",
"void",
]
...
...
@@ -3071,9 +3060,9 @@ dependencies = [
[[package]]
name = "libp2p-request-response"
version = "0.
5
.0"
version = "0.
6
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
2dd9a1e0e6563dec1c9e702f7e68bdaa43da62a84536aa06372d3fed3e25d4ca
"
checksum = "
1e952dcc9d2d7e7e45ae8bfcff255723091bd43e3e9a7741a0af8a17fe55b3ed
"
dependencies = [
"async-trait",
"bytes 0.5.6",
...
...
@@ -3085,15 +3074,15 @@ dependencies = [
"minicbor",
"rand 0.7.3",
"smallvec 1.5.0",
"unsigned-varint
0.5.1
",
"unsigned-varint",
"wasm-timer",
]
[[package]]
name = "libp2p-swarm"
version = "0.2
4.0
"
version = "0.2
5.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
565f0e06674b4033c978471e4083d5aaa8e03cef0719a0ec0905aaeaad39a919
"
checksum = "
a6ecee54e85513a7301eb4681b3a6aac5b6d11f60d43097cf7624fd4450d7dfe
"
dependencies = [
"either",
"futures 0.3.8",
...
...
@@ -3107,9 +3096,9 @@ dependencies = [
[[package]]
name = "libp2p-tcp"
version = "0.2
4.0
"
version = "0.2
5.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
33f3dce259c0d3127af5167f45c275b6c047320efdd0e40fde947482487af0a3
"
checksum = "
bc28c9ad6dc43f4c3950411cf808639d90307a076330e7996e5e94e70279bde0
"
dependencies = [
"async-std",
"futures 0.3.8",
...
...
@@ -3123,9 +3112,9 @@ dependencies = [
[[package]]
name = "libp2p-uds"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
5e0aba04370a00d8d0236e350bc862926c1b42542a169aa6a481e660e5b990fe
"
checksum = "
9d821208d4b9af4b293a56dde470edd9f9fac8bb94a51f4f5327cc29a471b3f3
"
dependencies = [
"async-std",
"futures 0.3.8",
...
...
@@ -3135,9 +3124,9 @@ dependencies = [
[[package]]
name = "libp2p-wasm-ext"
version = "0.2
4
.0"
version = "0.2
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6c703816f4170477a375b49c56d349e535ce68388f81ba1d9a3c8e2517effa82
"
checksum = "
1e6ef400b231ba78e866b860445480ca21ee447e03034138c6d57cf2969d6bf4
"
dependencies = [
"futures 0.3.8",
"js-sys",
...
...
@@ -3149,9 +3138,9 @@ dependencies = [
[[package]]
name = "libp2p-websocket"
version = "0.2
5
.0"
version = "0.2
6
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8d5e7268a959748040a0cf7456ad655be55b87f0ceda03bdb5b53674726b28f7
"
checksum = "
a5736e2fccdcea6e728bbaf903bddc113be223313ce2c756ad9fe43b5a2b0f06
"
dependencies = [
"async-tls",
"either",
...
...
@@ -3164,14 +3153,14 @@ dependencies = [
"soketto",
"url 2.1.1",
"webpki",
"webpki-roots",
"webpki-roots
0.21.0
",
]
[[package]]
name = "libp2p-yamux"
version = "0.2
7
.0"
version = "0.2
8
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1a0798cbb58535162c40858493d09af06eac42a26e4966e58de0df701f559348
"
checksum = "
3be7ac000fa3e42ac09a6e658e48de34ac8ef9fff64a4e6e6b08dcc8f4b0e5f6
"
dependencies = [
"futures 0.3.8",
"libp2p-core",
...
...
@@ -3237,11 +3226,10 @@ dependencies = [
[[package]]
name = "linregress"
version = "0.
1.7
"
version = "0.
4.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9290cf6f928576eeb9c096c6fad9d8d452a0a1a70a2bbffa6e36064eedc0aac9
"
checksum = "
0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724
"
dependencies = [
"failure",
"nalgebra",
"statrs",
]
...
...
@@ -3509,17 +3497,29 @@ checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multihash"
version = "0.1
1.4
"
version = "0.1
3.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
567122ab6492f49b59def14ecc36e13e64dca4188196dd0cd41f9f3f979f3df6
"
checksum = "
fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe
"
dependencies = [
"blake2b_simd",
"blake2s_simd",
"digest 0.9.0",
"sha-1 0.9.2",
"generic-array 0.14.4",
"multihash-derive",
"sha2 0.9.1",
"sha3",
"unsigned-varint 0.5.1",
"unsigned-varint",
]
[[package]]
name = "multihash-derive"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a"
dependencies = [
"proc-macro-crate",
"proc-macro-error",
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn 1.0.48",
"synstructure",
]
[[package]]
...
...
@@ -3530,32 +3530,33 @@ checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
[[package]]
name = "multistream-select"
version = "0.
8.5
"
version = "0.
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
93faf2e41f9ee62fb01680ed48f3cc26652352327aa2e59869070358f6b7dd75
"
checksum = "
46e19fd46149acdd3600780ebaa09f6ae4e7f2ddbafec64aab54cf75aafd1746
"
dependencies = [
"bytes 0.5.6",
"futures 0.3.8",
"log",
"pin-project 1.0.2",
"smallvec 1.5.0",
"unsigned-varint
0.5.1
",
"unsigned-varint",
]
[[package]]
name = "nalgebra"
version = "0.1
8
.1"
version = "0.
2
1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2
"
checksum = "
d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486
"
dependencies = [
"alga",
"approx",
"generic-array 0.1
2.3
",
"generic-array 0.1
3.2
",
"matrixmultiply",
"num-complex",
"num-rational",
"num-traits 0.2.12",
"rand 0.6.5",
"rand 0.7.3",
"rand_distr",
"simba",
"typenum",
]
...
...
@@ -3770,7 +3771,7 @@ checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3"
[[package]]
name = "pallet-authority-discovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3786,7 +3787,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
779c801d31ff31a9dba9d11326c01c4780b4d589
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3801,7 +3802,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"