Commit
+24 -14 +/-1 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index 5872c48..1ac4243 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -393,7 +393,7 @@ dependencies = [ |
6 | |
7 | [[package]] |
8 | name = "h2" |
9 | - version = "0.1.16" |
10 | + version = "0.1.17" |
11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | dependencies = [ |
13 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
14 | @@ -466,7 +466,7 @@ dependencies = [ |
15 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
16 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
17 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
18 | - "h2 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
19 | + "h2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
20 | "http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
21 | "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
22 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
23 | @@ -475,7 +475,7 @@ dependencies = [ |
24 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
25 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
26 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
27 | - "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
28 | + "tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
29 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
30 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
31 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
32 | @@ -934,7 +934,7 @@ dependencies = [ |
33 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
36 | - "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
37 | + "tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
38 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
39 | "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
40 | ] |
41 | @@ -958,7 +958,7 @@ dependencies = [ |
42 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", |
43 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
44 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
45 | - "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
46 | + "tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
47 | "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | @@ -1233,7 +1233,7 @@ dependencies = [ |
51 | |
52 | [[package]] |
53 | name = "tokio" |
54 | - version = "0.1.16" |
55 | + version = "0.1.17" |
56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
57 | dependencies = [ |
58 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
59 | @@ -1246,10 +1246,11 @@ dependencies = [ |
60 | "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
61 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
62 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
63 | - "tokio-sync 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
64 | + "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
65 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
66 | "tokio-threadpool 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
67 | "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
68 | + "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
69 | "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
70 | "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
71 | ] |
72 | @@ -1275,7 +1276,7 @@ dependencies = [ |
73 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
74 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
75 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
76 | - "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
77 | + "tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
78 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
79 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
80 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
81 | @@ -1335,7 +1336,7 @@ dependencies = [ |
82 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
83 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
84 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
85 | - "tokio-sync 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
86 | + "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
87 | ] |
88 | |
89 | [[package]] |
90 | @@ -1344,13 +1345,13 @@ version = "0.7.2" |
91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
92 | dependencies = [ |
93 | "rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
94 | - "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
95 | + "tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
96 | "webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", |
97 | ] |
98 | |
99 | [[package]] |
100 | name = "tokio-sync" |
101 | - version = "0.1.3" |
102 | + version = "0.1.4" |
103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
104 | dependencies = [ |
105 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
106 | @@ -1398,6 +1399,14 @@ dependencies = [ |
107 | ] |
108 | |
109 | [[package]] |
110 | + name = "tokio-trace-core" |
111 | + version = "0.1.0" |
112 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
113 | + dependencies = [ |
114 | + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
115 | + ] |
116 | + |
117 | + [[package]] |
118 | name = "tokio-udp" |
119 | version = "0.1.3" |
120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
121 | @@ -1647,7 +1656,7 @@ dependencies = [ |
122 | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
123 | "checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592" |
124 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
125 | - "checksum h2 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ddb2b25a33e231484694267af28fec74ac63b5ccf51ee2065a5e313b834d836e" |
126 | + "checksum h2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "910a5e7be6283a9c91b3982fa5188368c8719cce2a3cf3b86048673bf9d9c36b" |
127 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
128 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
129 | "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e" |
130 | @@ -1741,7 +1750,7 @@ dependencies = [ |
131 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |
132 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
133 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
134 | - "checksum tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fcaabb3cec70485d0df6e9454fe514393ad1c4070dee8915f11041e95630b230" |
135 | + "checksum tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "1021bb1f4150435ab8f222eb7ed37c60b2d57037def63ba43085a79f387512d7" |
136 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
137 | "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" |
138 | "checksum tokio-current-thread 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c756b04680eea21902a46fca4e9f410a2332c04995af590e07ff262e2193a9a3" |
139 | @@ -1750,10 +1759,11 @@ dependencies = [ |
140 | "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
141 | "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
142 | "checksum tokio-rustls 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "208d62fa3e015426e3c64039d9d20adf054a3c9b4d9445560f1c41c75bef3eab" |
143 | - "checksum tokio-sync 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1bf2b9dac2a0509b5cfd1df5aa25eafacb616a42a491a13604d6bbeab4486363" |
144 | + "checksum tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fda385df506bf7546e70872767f71e81640f1f251bdf2fd8eb81a0eaec5fe022" |
145 | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
146 | "checksum tokio-threadpool 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "742e511f6ce2298aeb86fc9ea0d8df81c2388c6ebae3dc8a7316e8c9df0df801" |
147 | "checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6" |
148 | + "checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3" |
149 | "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |
150 | "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" |
151 | "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |