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 792e30494..3314ef70f 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.25" | 13 | version = "1.0.26" |
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]] |
@@ -237,7 +237,7 @@ dependencies = [ | |||
237 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 237 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
238 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 238 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
239 | "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 239 | "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
240 | "crossbeam-queue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 240 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
241 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 241 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
242 | ] | 242 | ] |
243 | 243 | ||
@@ -273,9 +273,10 @@ dependencies = [ | |||
273 | 273 | ||
274 | [[package]] | 274 | [[package]] |
275 | name = "crossbeam-queue" | 275 | name = "crossbeam-queue" |
276 | version = "0.2.0" | 276 | version = "0.2.1" |
277 | source = "registry+https://github.com/rust-lang/crates.io-index" | 277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
278 | dependencies = [ | 278 | dependencies = [ |
279 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
279 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 280 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
280 | ] | 281 | ] |
281 | 282 | ||
@@ -1334,7 +1335,7 @@ version = "1.7.0" | |||
1334 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1335 | dependencies = [ | 1336 | dependencies = [ |
1336 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1337 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1337 | "crossbeam-queue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1338 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1338 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1339 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1339 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1340 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1340 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1341 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1752,7 +1753,7 @@ dependencies = [ | |||
1752 | name = "xtask" | 1753 | name = "xtask" |
1753 | version = "0.1.0" | 1754 | version = "0.1.0" |
1754 | dependencies = [ | 1755 | dependencies = [ |
1755 | "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | 1756 | "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1756 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1757 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1757 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1758 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1758 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1759 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1771,7 +1772,7 @@ dependencies = [ | |||
1771 | 1772 | ||
1772 | [metadata] | 1773 | [metadata] |
1773 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 1774 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1774 | "checksum anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9267dff192e68f3399525901e709a48c1d3982c9c072fa32f2127a0cb0babf14" | 1775 | "checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" |
1775 | "checksum anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344" | 1776 | "checksum anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344" |
1776 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1777 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1777 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1778 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
@@ -1802,7 +1803,7 @@ dependencies = [ | |||
1802 | "checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c" | 1803 | "checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c" |
1803 | "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" | 1804 | "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" |
1804 | "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" | 1805 | "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" |
1805 | "checksum crossbeam-queue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dfd6515864a82d2f877b42813d4553292c6659498c9a2aa31bab5a15243c2700" | 1806 | "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
1806 | "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" | 1807 | "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" |
1807 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | 1808 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
1808 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 1809 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" |