Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/Cargo.lock b/Cargo.lock index 54cc9d1c68..4310cfc04a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -33,12 +33,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] -name = "always-assert" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1078fa1ce1e34b1872d8611ad921196d76bdd7027e949fbe31231abde201892" - -[[package]] name = "anyhow" version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -85,13 +79,11 @@ dependencies = [ "dashmap 5.5.3", "intern", "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "lz4_flex", "query-group-macro", "rustc-hash 2.1.1", "salsa", "semver", "span", - "stdx", "syntax", "tracing", "triomphe", @@ -638,12 +630,10 @@ dependencies = [ "bitflags 2.9.0", "cfg", "cov-mark", - "dashmap 5.5.3", "drop_bomb", "either", "expect-test", "fst", - "hashbrown 0.14.5", "hir-expand", "indexmap", "intern", @@ -652,7 +642,6 @@ dependencies = [ "mbe", "query-group-macro", "ra-ap-rustc_abi", - "ra-ap-rustc_hashes", "ra-ap-rustc_parse_format", "rustc-hash 2.1.1", "rustc_apfloat", @@ -679,10 +668,8 @@ dependencies = [ "cov-mark", "either", "expect-test", - "hashbrown 0.14.5", "intern", "itertools", - "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "mbe", "parser", "query-group-macro", @@ -710,7 +697,6 @@ dependencies = [ "chalk-recursive", "chalk-solve", "cov-mark", - "dashmap 5.5.3", "either", "ena", "expect-test", @@ -720,7 +706,6 @@ dependencies = [ "intern", "itertools", "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "nohash-hasher", "oorandom", "project-model", "query-group-macro", @@ -951,7 +936,6 @@ dependencies = [ "bitflags 2.9.0", "cov-mark", "crossbeam-channel", - "dashmap 5.5.3", "either", "expect-test", "fst", @@ -1006,9 +990,7 @@ dependencies = [ "hir", "ide-db", "itertools", - "nohash-hasher", "parser", - "stdx", "syntax", "test-fixture", "test-utils", @@ -1206,7 +1188,6 @@ dependencies = [ "ide-db", "intern", "itertools", - "paths", "proc-macro-api", "project-model", "span", @@ -1285,12 +1266,6 @@ dependencies = [ ] [[package]] -name = "lz4_flex" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" - -[[package]] name = "matchers" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1316,7 +1291,6 @@ dependencies = [ "syntax", "syntax-bridge", "test-utils", - "tracing", "tt", ] @@ -1644,7 +1618,6 @@ dependencies = [ "proc-macro-test", "ra-ap-rustc_lexer", "span", - "stdx", "syntax-bridge", "tt", ] @@ -1767,7 +1740,6 @@ name = "query-group-macro" version = "0.0.0" dependencies = [ "expect-test", - "heck", "proc-macro2", "quote", "salsa", @@ -1960,7 +1932,6 @@ dependencies = [ name = "rust-analyzer" version = "0.0.0" dependencies = [ - "always-assert", "anyhow", "base64", "cargo_metadata", @@ -2292,10 +2263,8 @@ dependencies = [ name = "syntax" version = "0.0.0" dependencies = [ - "cov-mark", "either", "expect-test", - "indexmap", "itertools", "parser", "ra-ap-rustc_lexer", @@ -2321,7 +2290,6 @@ dependencies = [ "stdx", "syntax", "test-utils", - "tracing", "tt", ] @@ -2357,7 +2325,6 @@ dependencies = [ "rustc-hash 2.1.1", "stdx", "text-size", - "tracing", ] [[package]] |