diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index b0a0e841c..2557b5e59 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -10,7 +10,7 @@ dependencies = [ | |||
10 | 10 | ||
11 | [[package]] | 11 | [[package]] |
12 | name = "anyhow" | 12 | name = "anyhow" |
13 | version = "1.0.23" | 13 | version = "1.0.24" |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
15 | 15 | ||
16 | [[package]] | 16 | [[package]] |
@@ -656,9 +656,10 @@ dependencies = [ | |||
656 | 656 | ||
657 | [[package]] | 657 | [[package]] |
658 | name = "mio" | 658 | name = "mio" |
659 | version = "0.6.19" | 659 | version = "0.6.21" |
660 | source = "registry+https://github.com/rust-lang/crates.io-index" | 660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
661 | dependencies = [ | 661 | dependencies = [ |
662 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
662 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 663 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
663 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 664 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
664 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 665 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -678,7 +679,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
678 | dependencies = [ | 679 | dependencies = [ |
679 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 680 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
680 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 681 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
681 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 682 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
682 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 683 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
683 | ] | 684 | ] |
684 | 685 | ||
@@ -715,7 +716,7 @@ dependencies = [ | |||
715 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 717 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 718 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 719 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 720 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
720 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 721 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 722 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1780,7 +1781,7 @@ dependencies = [ | |||
1780 | name = "xtask" | 1781 | name = "xtask" |
1781 | version = "0.1.0" | 1782 | version = "0.1.0" |
1782 | dependencies = [ | 1783 | dependencies = [ |
1783 | "anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1784 | "anyhow 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1784 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1785 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1785 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1786 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1786 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1787 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1804,7 +1805,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1804 | 1805 | ||
1805 | [metadata] | 1806 | [metadata] |
1806 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 1807 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1807 | "checksum anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1072d8f55592084072d2d3cb23a4b680a8543c00f10d446118e85ad3718142" | 1808 | "checksum anyhow 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b412394828b7ca486b362f300b762d8e43dafd6f0d727b63f1cd2ade207c6cef" |
1808 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1809 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1809 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1810 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1810 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | 1811 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
@@ -1885,7 +1886,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1885 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1886 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1886 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1887 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1887 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 1888 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
1888 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" | 1889 | "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
1889 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | 1890 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |
1890 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1891 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1891 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1892 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |