aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 97452951c..c9ab3ef10 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -9,6 +9,11 @@ dependencies = [
9] 9]
10 10
11[[package]] 11[[package]]
12name = "anyhow"
13version = "1.0.19"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15
16[[package]]
12name = "arrayvec" 17name = "arrayvec"
13version = "0.5.1" 18version = "0.5.1"
14source = "registry+https://github.com/rust-lang/crates.io-index" 19source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1823,6 +1828,7 @@ dependencies = [
1823name = "xtask" 1828name = "xtask"
1824version = "0.1.0" 1829version = "0.1.0"
1825dependencies = [ 1830dependencies = [
1831 "anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
1826 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 1832 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1827 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1833 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1828 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1834 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1847,6 +1853,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1847 1853
1848[metadata] 1854[metadata]
1849"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" 1855"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
1856"checksum anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "57114fc2a6cc374bce195d3482057c846e706d252ff3604363449695684d7a0d"
1850"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" 1857"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
1851"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" 1858"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
1852"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" 1859"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"