diff options
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 65120c362..86e0f45a1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -450,7 +450,7 @@ name = "humantime" | |||
450 | version = "1.3.0" | 450 | version = "1.3.0" |
451 | source = "registry+https://github.com/rust-lang/crates.io-index" | 451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
452 | dependencies = [ | 452 | dependencies = [ |
453 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 453 | "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
454 | ] | 454 | ] |
455 | 455 | ||
456 | [[package]] | 456 | [[package]] |
@@ -844,7 +844,7 @@ dependencies = [ | |||
844 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 844 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
845 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 845 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
846 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 846 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
847 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 847 | "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 848 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
849 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 849 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
850 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 850 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -853,7 +853,7 @@ dependencies = [ | |||
853 | 853 | ||
854 | [[package]] | 854 | [[package]] |
855 | name = "quick-error" | 855 | name = "quick-error" |
856 | version = "1.2.2" | 856 | version = "1.2.3" |
857 | source = "registry+https://github.com/rust-lang/crates.io-index" | 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
858 | 858 | ||
859 | [[package]] | 859 | [[package]] |
@@ -1889,7 +1889,7 @@ dependencies = [ | |||
1889 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" | 1889 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" |
1890 | "checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc" | 1890 | "checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc" |
1891 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 1891 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
1892 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1892 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
1893 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1893 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1894 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" | 1894 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" |
1895 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 1895 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |