git.delta.rocks / unique-network / refs/commits / 74c2a179b51c

difftreelog

build upgrade deps to fix regex memory leak

Yaroslav Bolyukin2021-02-05parent: #104a9a3.patch.diff
in: master

1 file changed

modifiedCargo.lockdiffbeforeafterboth
543543
544[[package]]544[[package]]
545name = "bumpalo"545name = "bumpalo"
546version = "3.5.0"546version = "3.6.0"
547source = "registry+https://github.com/rust-lang/crates.io-index"547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "f07aa6688c702439a1be0307b6a94dffe1168569e45b9500c1372bc580740d59"548checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
549549
550[[package]]550[[package]]
551name = "byte-slice-cast"551name = "byte-slice-cast"
985985
986[[package]]986[[package]]
987name = "ctor"987name = "ctor"
988version = "0.1.18"988version = "0.1.19"
989source = "registry+https://github.com/rust-lang/crates.io-index"989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "10bcb9d7dcbf7002aaffbb53eac22906b64cdcc127971dcc387d8eb7c95d5560"990checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
991dependencies = [991dependencies = [
992 "quote",992 "quote",
993 "syn",993 "syn",
10321032
1033[[package]]1033[[package]]
1034name = "data-encoding"1034name = "data-encoding"
1035version = "2.3.1"1035version = "2.3.2"
1036source = "registry+https://github.com/rust-lang/crates.io-index"1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908"1037checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
10381038
1039[[package]]1039[[package]]
1040name = "derive_more"1040name = "derive_more"
1151 "ed25519",1151 "ed25519",
1152 "rand 0.7.3",1152 "rand 0.7.3",
1153 "serde",1153 "serde",
1154 "sha2 0.9.2",1154 "sha2 0.9.3",
1155 "zeroize",1155 "zeroize",
1156]1156]
11571157
13421342
1343[[package]]1343[[package]]
1344name = "flate2"1344name = "flate2"
1345version = "1.0.19"1345version = "1.0.20"
1346source = "registry+https://github.com/rust-lang/crates.io-index"1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"1347checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
1348dependencies = [1348dependencies = [
1349 "cfg-if 1.0.0",1349 "cfg-if 1.0.0",
1350 "crc32fast",1350 "crc32fast",
1907 "http 0.2.3",1907 "http 0.2.3",
1908 "indexmap",1908 "indexmap",
1909 "slab",1909 "slab",
1910 "tokio 0.2.24",1910 "tokio 0.2.25",
1911 "tokio-util",1911 "tokio-util",
1912 "tracing",1912 "tracing",
1913 "tracing-futures",1913 "tracing-futures",
20642064
2065[[package]]2065[[package]]
2066name = "httparse"2066name = "httparse"
2067version = "1.3.4"2067version = "1.3.5"
2068source = "registry+https://github.com/rust-lang/crates.io-index"2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"2069checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
20702070
2071[[package]]2071[[package]]
2072name = "httpdate"2072name = "httpdate"
2129 "httparse",2129 "httparse",
2130 "httpdate",2130 "httpdate",
2131 "itoa",2131 "itoa",
2132 "pin-project 1.0.4",2132 "pin-project 1.0.5",
2133 "socket2",2133 "socket2",
2134 "tokio 0.2.24",2134 "tokio 0.2.25",
2135 "tower-service",2135 "tower-service",
2136 "tracing",2136 "tracing",
2137 "want 0.3.0",2137 "want 0.3.0",
2150 "log",2150 "log",
2151 "rustls 0.18.1",2151 "rustls 0.18.1",
2152 "rustls-native-certs",2152 "rustls-native-certs",
2153 "tokio 0.2.24",2153 "tokio 0.2.25",
2154 "tokio-rustls",2154 "tokio-rustls",
2155 "webpki",2155 "webpki",
2156]2156]
25532553
2554[[package]]2554[[package]]
2555name = "libc"2555name = "libc"
2556version = "0.2.82"2556version = "0.2.85"
2557source = "registry+https://github.com/rust-lang/crates.io-index"2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"2558checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
25592559
2560[[package]]2560[[package]]
2561name = "libloading"2561name = "libloading"
2606 "libp2p-yamux",2606 "libp2p-yamux",
2607 "parity-multiaddr",2607 "parity-multiaddr",
2608 "parking_lot 0.11.1",2608 "parking_lot 0.11.1",
2609 "pin-project 1.0.4",2609 "pin-project 1.0.5",
2610 "smallvec 1.6.1",2610 "smallvec 1.6.1",
2611 "wasm-timer",2611 "wasm-timer",
2612]2612]
2631 "multistream-select",2631 "multistream-select",
2632 "parity-multiaddr",2632 "parity-multiaddr",
2633 "parking_lot 0.11.1",2633 "parking_lot 0.11.1",
2634 "pin-project 1.0.4",2634 "pin-project 1.0.5",
2635 "prost",2635 "prost",
2636 "prost-build",2636 "prost-build",
2637 "rand 0.7.3",2637 "rand 0.7.3",
2638 "ring",2638 "ring",
2639 "rw-stream-sink",2639 "rw-stream-sink",
2640 "sha2 0.9.2",2640 "sha2 0.9.3",
2641 "smallvec 1.6.1",2641 "smallvec 1.6.1",
2642 "thiserror",2642 "thiserror",
2643 "unsigned-varint 0.6.0",2643 "unsigned-varint 0.6.0",
2715 "prost-build",2715 "prost-build",
2716 "rand 0.7.3",2716 "rand 0.7.3",
2717 "regex",2717 "regex",
2718 "sha2 0.9.2",2718 "sha2 0.9.3",
2719 "smallvec 1.6.1",2719 "smallvec 1.6.1",
2720 "unsigned-varint 0.6.0",2720 "unsigned-varint 0.6.0",
2721 "wasm-timer",2721 "wasm-timer",
2755 "prost",2755 "prost",
2756 "prost-build",2756 "prost-build",
2757 "rand 0.7.3",2757 "rand 0.7.3",
2758 "sha2 0.9.2",2758 "sha2 0.9.3",
2759 "smallvec 1.6.1",2759 "smallvec 1.6.1",
2760 "uint",2760 "uint",
2761 "unsigned-varint 0.6.0",2761 "unsigned-varint 0.6.0",
2817 "prost",2817 "prost",
2818 "prost-build",2818 "prost-build",
2819 "rand 0.7.3",2819 "rand 0.7.3",
2820 "sha2 0.9.2",2820 "sha2 0.9.3",
2821 "snow",2821 "snow",
2822 "static_assertions",2822 "static_assertions",
2823 "x25519-dalek",2823 "x25519-dalek",
2864dependencies = [2864dependencies = [
2865 "futures 0.3.12",2865 "futures 0.3.12",
2866 "log",2866 "log",
2867 "pin-project 1.0.4",2867 "pin-project 1.0.5",
2868 "rand 0.7.3",2868 "rand 0.7.3",
2869 "salsa20",2869 "salsa20",
2870 "sha3",2870 "sha3",
28922892
2893[[package]]2893[[package]]
2894name = "libp2p-swarm"2894name = "libp2p-swarm"
2895version = "0.27.1"2895version = "0.27.2"
2896source = "registry+https://github.com/rust-lang/crates.io-index"2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "d4f89ebb4d8953bda12623e9871959fe728dea3bf6eae0421dc9c42dc821e488"2897checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98"
2898dependencies = [2898dependencies = [
2899 "either",2899 "either",
2900 "futures 0.3.12",2900 "futures 0.3.12",
30743074
3075[[package]]3075[[package]]
3076name = "lru"3076name = "lru"
3077version = "0.6.3"3077version = "0.6.4"
3078source = "registry+https://github.com/rust-lang/crates.io-index"3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "3aae342b73d57ad0b8b364bd12584819f2c1fe9114285dfcf8b0722607671635"3079checksum = "fe2382d8ed3918ea4ba70d98d5b74e47a168e0331965f3f17cdbc748bdebc5a3"
3080dependencies = [3080dependencies = [
3081 "hashbrown",3081 "hashbrown",
3082]3082]
3310 "digest 0.9.0",3310 "digest 0.9.0",
3311 "generic-array 0.14.4",3311 "generic-array 0.14.4",
3312 "multihash-derive",3312 "multihash-derive",
3313 "sha2 0.9.2",3313 "sha2 0.9.3",
3314 "unsigned-varint 0.5.1",3314 "unsigned-varint 0.5.1",
3315]3315]
33163316
3343 "bytes 1.0.1",3343 "bytes 1.0.1",
3344 "futures 0.3.12",3344 "futures 0.3.12",
3345 "log",3345 "log",
3346 "pin-project 1.0.4",3346 "pin-project 1.0.5",
3347 "smallvec 1.6.1",3347 "smallvec 1.6.1",
3348 "unsigned-varint 0.6.0",3348 "unsigned-varint 0.6.0",
3349]3349]
42694269
4270[[package]]4270[[package]]
4271name = "pin-project"4271name = "pin-project"
4272version = "1.0.4"4272version = "1.0.5"
4273source = "registry+https://github.com/rust-lang/crates.io-index"4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2"4274checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
4275dependencies = [4275dependencies = [
4276 "pin-project-internal 1.0.4",4276 "pin-project-internal 1.0.5",
4277]4277]
42784278
4279[[package]]4279[[package]]
42894289
4290[[package]]4290[[package]]
4291name = "pin-project-internal"4291name = "pin-project-internal"
4292version = "1.0.4"4292version = "1.0.5"
4293source = "registry+https://github.com/rust-lang/crates.io-index"4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71"4294checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
4295dependencies = [4295dependencies = [
4296 "proc-macro2",4296 "proc-macro2",
4297 "quote",4297 "quote",
48624862
4863[[package]]4863[[package]]
4864name = "ring"4864name = "ring"
4865version = "0.16.19"4865version = "0.16.20"
4866source = "registry+https://github.com/rust-lang/crates.io-index"4866source = "registry+https://github.com/rust-lang/crates.io-index"
4867checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"4867checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
4868dependencies = [4868dependencies = [
4869 "cc",4869 "cc",
4870 "libc",4870 "libc",
5114 "structopt",5114 "structopt",
5115 "thiserror",5115 "thiserror",
5116 "tiny-bip39",5116 "tiny-bip39",
5117 "tokio 0.2.24",5117 "tokio 0.2.25",
5118]5118]
51195119
5120[[package]]5120[[package]]
60376037
6038[[package]]6038[[package]]
6039name = "sha-1"6039name = "sha-1"
6040version = "0.9.2"6040version = "0.9.3"
6041source = "registry+https://github.com/rust-lang/crates.io-index"6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c"6042checksum = "f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d"
6043dependencies = [6043dependencies = [
6044 "block-buffer 0.9.0",6044 "block-buffer 0.9.0",
6045 "cfg-if 1.0.0",6045 "cfg-if 1.0.0",
60626062
6063[[package]]6063[[package]]
6064name = "sha2"6064name = "sha2"
6065version = "0.9.2"6065version = "0.9.3"
6066source = "registry+https://github.com/rust-lang/crates.io-index"6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"6067checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"
6068dependencies = [6068dependencies = [
6069 "block-buffer 0.9.0",6069 "block-buffer 0.9.0",
6070 "cfg-if 1.0.0",6070 "cfg-if 1.0.0",
6171 "rand_core 0.5.1",6171 "rand_core 0.5.1",
6172 "ring",6172 "ring",
6173 "rustc_version",6173 "rustc_version",
6174 "sha2 0.9.2",6174 "sha2 0.9.3",
6175 "subtle 2.4.0",6175 "subtle 2.4.0",
6176 "x25519-dalek",6176 "x25519-dalek",
6177]6177]
6200 "httparse",6200 "httparse",
6201 "log",6201 "log",
6202 "rand 0.7.3",6202 "rand 0.7.3",
6203 "sha-1 0.9.2",6203 "sha-1 0.9.3",
6204]6204]
62056205
6206[[package]]6206[[package]]
6428 "schnorrkel",6428 "schnorrkel",
6429 "secrecy",6429 "secrecy",
6430 "serde",6430 "serde",
6431 "sha2 0.9.2",6431 "sha2 0.9.3",
6432 "sp-debug-derive",6432 "sp-debug-derive",
6433 "sp-externalities",6433 "sp-externalities",
6434 "sp-runtime-interface",6434 "sp-runtime-interface",
6973 "hyper 0.13.9",6973 "hyper 0.13.9",
6974 "log",6974 "log",
6975 "prometheus",6975 "prometheus",
6976 "tokio 0.2.24",6976 "tokio 0.2.25",
6977]6977]
69786978
6979[[package]]6979[[package]]
70837083
7084[[package]]7084[[package]]
7085name = "thread_local"7085name = "thread_local"
7086version = "1.1.2"7086version = "1.1.3"
7087source = "registry+https://github.com/rust-lang/crates.io-index"7087source = "registry+https://github.com/rust-lang/crates.io-index"
7088checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"7088checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
7089dependencies = [7089dependencies = [
7090 "once_cell",7090 "once_cell",
7091]7091]
7122 "pbkdf2 0.4.0",7122 "pbkdf2 0.4.0",
7123 "rand 0.7.3",7123 "rand 0.7.3",
7124 "rustc-hash",7124 "rustc-hash",
7125 "sha2 0.9.2",7125 "sha2 0.9.3",
7126 "thiserror",7126 "thiserror",
7127 "unicode-normalization",7127 "unicode-normalization",
7128 "zeroize",7128 "zeroize",
71787178
7179[[package]]7179[[package]]
7180name = "tokio"7180name = "tokio"
7181version = "0.2.24"7181version = "0.2.25"
7182source = "registry+https://github.com/rust-lang/crates.io-index"7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"7183checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
7184dependencies = [7184dependencies = [
7185 "bytes 0.5.6",7185 "bytes 0.5.6",
7186 "fnv",7186 "fnv",
7302dependencies = [7302dependencies = [
7303 "futures-core",7303 "futures-core",
7304 "rustls 0.18.1",7304 "rustls 0.18.1",
7305 "tokio 0.2.24",7305 "tokio 0.2.25",
7306 "webpki",7306 "webpki",
7307]7307]
73087308
7412 "futures-sink",7412 "futures-sink",
7413 "log",7413 "log",
7414 "pin-project-lite 0.1.11",7414 "pin-project-lite 0.1.11",
7415 "tokio 0.2.24",7415 "tokio 0.2.25",
7416]7416]
74177417
7418[[package]]7418[[package]]
74327432
7433[[package]]7433[[package]]
7434name = "tracing"7434name = "tracing"
7435version = "0.1.22"7435version = "0.1.23"
7436source = "registry+https://github.com/rust-lang/crates.io-index"7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"7437checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3"
7438dependencies = [7438dependencies = [
7439 "cfg-if 1.0.0",7439 "cfg-if 1.0.0",
7440 "log",7440 "log",
74457445
7446[[package]]7446[[package]]
7447name = "tracing-attributes"7447name = "tracing-attributes"
7448version = "0.1.11"7448version = "0.1.12"
7449source = "registry+https://github.com/rust-lang/crates.io-index"7449source = "registry+https://github.com/rust-lang/crates.io-index"
7450checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"7450checksum = "43f080ea7e4107844ef4766459426fa2d5c1ada2e47edba05dc7fa99d9629f47"
7451dependencies = [7451dependencies = [
7452 "proc-macro2",7452 "proc-macro2",
7453 "quote",7453 "quote",
75187518
7519[[package]]7519[[package]]
7520name = "trie-db"7520name = "trie-db"
7521version = "0.22.2"7521version = "0.22.3"
7522source = "registry+https://github.com/rust-lang/crates.io-index"7522source = "registry+https://github.com/rust-lang/crates.io-index"
7523checksum = "5cc176c377eb24d652c9c69c832c832019011b6106182bf84276c66b66d5c9a6"7523checksum = "ec051edf7f0fc9499a2cb0947652cab2148b9d7f61cee7605e312e9f970dacaf"
7524dependencies = [7524dependencies = [
7525 "hash-db",7525 "hash-db",
7526 "hashbrown",7526 "hashbrown",
80328032
8033[[package]]8033[[package]]
8034name = "wast"8034name = "wast"
8035version = "32.0.0"8035version = "33.0.0"
8036source = "registry+https://github.com/rust-lang/crates.io-index"8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "c24a3ee360d01d60ed0a0f960ab76a6acce64348cdb0bf8699c2a866fad57c7c"8037checksum = "1d04fe175c7f78214971293e7d8875673804e736092206a3a4544dbc12811c1b"
8038dependencies = [8038dependencies = [
8039 "leb128",8039 "leb128",
8040]8040]
80418041
8042[[package]]8042[[package]]
8043name = "wat"8043name = "wat"
8044version = "1.0.33"8044version = "1.0.34"
8045source = "registry+https://github.com/rust-lang/crates.io-index"8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "5e8f7f34773fa6318e8897283abf7941c1f250faae4e1a52f82df09c3bad7cce"8046checksum = "7ec9c6ee01ae07a26adadcdfed22c7a97e0b8cbee9c06e0e96076ece5aeb5cfe"
8047dependencies = [8047dependencies = [
8048 "wast",8048 "wast",
8049]8049]