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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml index c5f0cb3c01..d22f87994f 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.32" -rayon = "1.5.1" +tracing = "0.1.35" +rayon = "1.5.3" fst = { version = "0.4.7", default-features = false } rustc-hash = "1.1.0" -once_cell = "1.10.0" +once_cell = "1.12.0" either = "1.6.1" itertools = "0.10.3" arrayvec = "0.7.2" -indexmap = "1.8.0" +indexmap = "1.8.2" stdx = { path = "../stdx", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" } @@ -35,5 +35,5 @@ limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] test-utils = { path = "../test-utils" } sourcegen = { path = "../sourcegen" } -xshell = "0.2.1" -expect-test = "1.2.2" +xshell = "0.2.2" +expect-test = "1.3.0" |