diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index c5645b2d2..494011068 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -139,9 +139,9 @@ dependencies = [ | |||
139 | 139 | ||
140 | [[package]] | 140 | [[package]] |
141 | name = "cc" | 141 | name = "cc" |
142 | version = "1.0.61" | 142 | version = "1.0.62" |
143 | source = "registry+https://github.com/rust-lang/crates.io-index" | 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
144 | checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d" | 144 | checksum = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40" |
145 | 145 | ||
146 | [[package]] | 146 | [[package]] |
147 | name = "cfg" | 147 | name = "cfg" |
@@ -398,11 +398,11 @@ dependencies = [ | |||
398 | 398 | ||
399 | [[package]] | 399 | [[package]] |
400 | name = "filetime" | 400 | name = "filetime" |
401 | version = "0.2.12" | 401 | version = "0.2.13" |
402 | source = "registry+https://github.com/rust-lang/crates.io-index" | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
403 | checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e" | 403 | checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe" |
404 | dependencies = [ | 404 | dependencies = [ |
405 | "cfg-if 0.1.10", | 405 | "cfg-if 1.0.0", |
406 | "libc", | 406 | "libc", |
407 | "redox_syscall", | 407 | "redox_syscall", |
408 | "winapi 0.3.9", | 408 | "winapi 0.3.9", |
@@ -439,6 +439,16 @@ dependencies = [ | |||
439 | ] | 439 | ] |
440 | 440 | ||
441 | [[package]] | 441 | [[package]] |
442 | name = "form_urlencoded" | ||
443 | version = "1.0.0" | ||
444 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
445 | checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" | ||
446 | dependencies = [ | ||
447 | "matches", | ||
448 | "percent-encoding", | ||
449 | ] | ||
450 | |||
451 | [[package]] | ||
442 | name = "fsevent" | 452 | name = "fsevent" |
443 | version = "2.0.2" | 453 | version = "2.0.2" |
444 | source = "registry+https://github.com/rust-lang/crates.io-index" | 454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -715,9 +725,9 @@ dependencies = [ | |||
715 | 725 | ||
716 | [[package]] | 726 | [[package]] |
717 | name = "inotify-sys" | 727 | name = "inotify-sys" |
718 | version = "0.1.3" | 728 | version = "0.1.4" |
719 | source = "registry+https://github.com/rust-lang/crates.io-index" | 729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
720 | checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 730 | checksum = "c4563555856585ab3180a5bf0b2f9f8d301a728462afffc8195b3f5394229c55" |
721 | dependencies = [ | 731 | dependencies = [ |
722 | "libc", | 732 | "libc", |
723 | ] | 733 | ] |
@@ -1384,9 +1394,9 @@ dependencies = [ | |||
1384 | 1394 | ||
1385 | [[package]] | 1395 | [[package]] |
1386 | name = "rustc-ap-rustc_lexer" | 1396 | name = "rustc-ap-rustc_lexer" |
1387 | version = "686.0.0" | 1397 | version = "688.0.0" |
1388 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1389 | checksum = "a5b04cd2159495584d976d501c5394498470c2e94e4f0cebb8186562d407a678" | 1399 | checksum = "ebbdcc99bd015349093fcbae4780fda21416fec5d8843acfb3d1733e130cd4db" |
1390 | dependencies = [ | 1400 | dependencies = [ |
1391 | "unicode-xid", | 1401 | "unicode-xid", |
1392 | ] | 1402 | ] |
@@ -1889,10 +1899,11 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" | |||
1889 | 1899 | ||
1890 | [[package]] | 1900 | [[package]] |
1891 | name = "url" | 1901 | name = "url" |
1892 | version = "2.1.1" | 1902 | version = "2.2.0" |
1893 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1894 | checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" | 1904 | checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" |
1895 | dependencies = [ | 1905 | dependencies = [ |
1906 | "form_urlencoded", | ||
1896 | "idna", | 1907 | "idna", |
1897 | "matches", | 1908 | "matches", |
1898 | "percent-encoding", | 1909 | "percent-encoding", |