aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock46
1 files changed, 24 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b36bca0ab..bcb1cbd9f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -37,9 +37,9 @@ dependencies = [
37 37
38[[package]] 38[[package]]
39name = "anyhow" 39name = "anyhow"
40version = "1.0.39" 40version = "1.0.40"
41source = "registry+https://github.com/rust-lang/crates.io-index" 41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" 42checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
43 43
44[[package]] 44[[package]]
45name = "anymap" 45name = "anymap"
@@ -49,9 +49,9 @@ checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
49 49
50[[package]] 50[[package]]
51name = "arrayvec" 51name = "arrayvec"
52version = "0.6.0" 52version = "0.7.0"
53source = "registry+https://github.com/rust-lang/crates.io-index" 53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "682f88bd1270f264991da8922b89ee1fb520b0da73f97c9f73cda54980123017" 54checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
55 55
56[[package]] 56[[package]]
57name = "atty" 57name = "atty"
@@ -500,6 +500,7 @@ dependencies = [
500 "base_db", 500 "base_db",
501 "cfg", 501 "cfg",
502 "cov-mark", 502 "cov-mark",
503 "dashmap",
503 "drop_bomb", 504 "drop_bomb",
504 "either", 505 "either",
505 "expect-test", 506 "expect-test",
@@ -796,9 +797,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
796 797
797[[package]] 798[[package]]
798name = "libc" 799name = "libc"
799version = "0.2.91" 800version = "0.2.93"
800source = "registry+https://github.com/rust-lang/crates.io-index" 801source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" 802checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
802 803
803[[package]] 804[[package]]
804name = "libloading" 805name = "libloading"
@@ -821,9 +822,9 @@ dependencies = [
821 822
822[[package]] 823[[package]]
823name = "lock_api" 824name = "lock_api"
824version = "0.4.2" 825version = "0.4.3"
825source = "registry+https://github.com/rust-lang/crates.io-index" 826source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" 827checksum = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176"
827dependencies = [ 828dependencies = [
828 "scopeguard", 829 "scopeguard",
829] 830]
@@ -911,18 +912,18 @@ dependencies = [
911 912
912[[package]] 913[[package]]
913name = "memmap2" 914name = "memmap2"
914version = "0.2.1" 915version = "0.2.2"
915source = "registry+https://github.com/rust-lang/crates.io-index" 916source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" 917checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
917dependencies = [ 918dependencies = [
918 "libc", 919 "libc",
919] 920]
920 921
921[[package]] 922[[package]]
922name = "memoffset" 923name = "memoffset"
923version = "0.6.1" 924version = "0.6.3"
924source = "registry+https://github.com/rust-lang/crates.io-index" 925source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" 926checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
926dependencies = [ 927dependencies = [
927 "autocfg", 928 "autocfg",
928] 929]
@@ -1156,9 +1157,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1156 1157
1157[[package]] 1158[[package]]
1158name = "proc-macro2" 1159name = "proc-macro2"
1159version = "1.0.24" 1160version = "1.0.26"
1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 1162checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
1162dependencies = [ 1163dependencies = [
1163 "unicode-xid", 1164 "unicode-xid",
1164] 1165]
@@ -1390,9 +1391,9 @@ dependencies = [
1390 1391
1391[[package]] 1392[[package]]
1392name = "rustc-ap-rustc_lexer" 1393name = "rustc-ap-rustc_lexer"
1393version = "710.0.0" 1394version = "714.0.0"
1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "b0bba1ca6787b6d4af505b7a940eae9ecb084dd03e07f03bf3ddbf78e738b617" 1396checksum = "a35856f140bed0dc7c7d6ba2134099d337377a3a4e11bfc79bccabf1fd4c9d42"
1396dependencies = [ 1397dependencies = [
1397 "unicode-xid", 1398 "unicode-xid",
1398] 1399]
@@ -1576,9 +1577,9 @@ dependencies = [
1576 1577
1577[[package]] 1578[[package]]
1578name = "syn" 1579name = "syn"
1579version = "1.0.64" 1580version = "1.0.68"
1580source = "registry+https://github.com/rust-lang/crates.io-index" 1581source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "3fd9d1e9976102a03c542daa2eff1b43f9d72306342f3f8b3ed5fb8908195d6f" 1582checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87"
1582dependencies = [ 1583dependencies = [
1583 "proc-macro2", 1584 "proc-macro2",
1584 "quote", 1585 "quote",
@@ -1674,9 +1675,9 @@ dependencies = [
1674 1675
1675[[package]] 1676[[package]]
1676name = "tinyvec" 1677name = "tinyvec"
1677version = "1.1.1" 1678version = "1.2.0"
1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" 1680checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
1680dependencies = [ 1681dependencies = [
1681 "tinyvec_macros", 1682 "tinyvec_macros",
1682] 1683]
@@ -1814,9 +1815,9 @@ dependencies = [
1814 1815
1815[[package]] 1816[[package]]
1816name = "unicode-bidi" 1817name = "unicode-bidi"
1817version = "0.3.4" 1818version = "0.3.5"
1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1820checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
1820dependencies = [ 1821dependencies = [
1821 "matches", 1822 "matches",
1822] 1823]
@@ -1866,6 +1867,7 @@ name = "vfs"
1866version = "0.0.0" 1867version = "0.0.0"
1867dependencies = [ 1868dependencies = [
1868 "fst", 1869 "fst",
1870 "indexmap",
1869 "paths", 1871 "paths",
1870 "rustc-hash", 1872 "rustc-hash",
1871] 1873]