aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock47
1 files changed, 32 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c19b3cde..6cc44e0da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -215,6 +215,15 @@ dependencies = [
215] 215]
216 216
217[[package]] 217[[package]]
218name = "cmake"
219version = "0.1.44"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
222dependencies = [
223 "cc",
224]
225
226[[package]]
218name = "console" 227name = "console"
219version = "0.11.3" 228version = "0.11.3"
220source = "registry+https://github.com/rust-lang/crates.io-index" 229source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -675,6 +684,15 @@ dependencies = [
675] 684]
676 685
677[[package]] 686[[package]]
687name = "libmimalloc-sys"
688version = "0.1.15"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "a27252ec1d0c4e0dd6142cbc572da50b363ab56fc334f7aa8fadf295b2e24e74"
691dependencies = [
692 "cmake",
693]
694
695[[package]]
678name = "linked-hash-map" 696name = "linked-hash-map"
679version = "0.5.3" 697version = "0.5.3"
680source = "registry+https://github.com/rust-lang/crates.io-index" 698source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -712,9 +730,9 @@ dependencies = [
712 730
713[[package]] 731[[package]]
714name = "lsp-types" 732name = "lsp-types"
715version = "0.76.0" 733version = "0.76.1"
716source = "registry+https://github.com/rust-lang/crates.io-index" 734source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "af5586f0631c7f7826c3ea39377c326d7b4623138be7ab1204dab22e47717449" 735checksum = "55cfa1593e04985972e018890b2e1a9ed25c71efc800067fbf0990a9432421c8"
718dependencies = [ 736dependencies = [
719 "base64", 737 "base64",
720 "bitflags", 738 "bitflags",
@@ -771,6 +789,15 @@ dependencies = [
771] 789]
772 790
773[[package]] 791[[package]]
792name = "mimalloc"
793version = "0.1.19"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "6c52de2069999f01bd26436564dbe7de3a87898feeb7a0d0ff9eb20a05bb7ca0"
796dependencies = [
797 "libmimalloc-sys",
798]
799
800[[package]]
774name = "miniz_oxide" 801name = "miniz_oxide"
775version = "0.4.0" 802version = "0.4.0"
776source = "registry+https://github.com/rust-lang/crates.io-index" 803source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -993,16 +1020,6 @@ dependencies = [
993] 1020]
994 1021
995[[package]] 1022[[package]]
996name = "quanta"
997version = "0.3.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "f4f7a1905379198075914bc93d32a5465c40474f90a078bb13439cb00c547bcc"
1000dependencies = [
1001 "libc",
1002 "winapi 0.3.9",
1003]
1004
1005[[package]]
1006name = "quote" 1023name = "quote"
1007version = "1.0.7" 1024version = "1.0.7"
1008source = "registry+https://github.com/rust-lang/crates.io-index" 1025source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1258,6 +1275,7 @@ dependencies = [
1258 "backtrace", 1275 "backtrace",
1259 "jemalloc-ctl", 1276 "jemalloc-ctl",
1260 "jemallocator", 1277 "jemallocator",
1278 "mimalloc",
1261 "once_cell", 1279 "once_cell",
1262 "ra_arena", 1280 "ra_arena",
1263] 1281]
@@ -1918,14 +1936,13 @@ dependencies = [
1918 1936
1919[[package]] 1937[[package]]
1920name = "tracing-tree" 1938name = "tracing-tree"
1921version = "0.1.3" 1939version = "0.1.4"
1922source = "registry+https://github.com/rust-lang/crates.io-index" 1940source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "e0a389731c9e6c56fef11e438e5b6afae861d5bc301c8b4bdca8d19f0e830d82" 1941checksum = "37ee7f0f53ed2093971a698db799ef56a2dfd89b32e3aeb5165f0e637a02be04"
1924dependencies = [ 1942dependencies = [
1925 "ansi_term 0.12.1", 1943 "ansi_term 0.12.1",
1926 "atty", 1944 "atty",
1927 "chrono", 1945 "chrono",
1928 "quanta",
1929 "termcolor", 1946 "termcolor",
1930 "tracing", 1947 "tracing",
1931 "tracing-subscriber", 1948 "tracing-subscriber",