Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_db/Cargo.toml')
| -rw-r--r-- | crates/ide_db/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/ide_db/Cargo.toml b/crates/ide_db/Cargo.toml index 26b51739cf..8c4fe95de1 100644 --- a/crates/ide_db/Cargo.toml +++ b/crates/ide_db/Cargo.toml @@ -11,15 +11,15 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -tracing = "0.1" -rayon = "1.5.0" -fst = { version = "0.4", default-features = false } +tracing = "0.1.32" +rayon = "1.5.1" +fst = { version = "0.4.7", default-features = false } rustc-hash = "1.1.0" -once_cell = "1.3.1" +once_cell = "1.10.0" either = "1.6.1" -itertools = "0.10.0" -arrayvec = "0.7" -indexmap = "1.7" +itertools = "0.10.3" +arrayvec = "0.7.2" +indexmap = "1.8.0" stdx = { path = "../stdx", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" } @@ -36,4 +36,4 @@ limit = { path = "../limit", version = "0.0.0" } test_utils = { path = "../test_utils" } sourcegen = { path = "../sourcegen" } xshell = "0.2.1" -expect-test = "1.2.0-pre.1" +expect-test = "1.2.2" |