Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_diagnostics/Cargo.toml')
| -rw-r--r-- | crates/ide_diagnostics/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/ide_diagnostics/Cargo.toml b/crates/ide_diagnostics/Cargo.toml index ba926c3719..3d3eba3ba4 100644 --- a/crates/ide_diagnostics/Cargo.toml +++ b/crates/ide_diagnostics/Cargo.toml @@ -11,9 +11,9 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -itertools = "0.10.0" +itertools = "0.10.3" rustc-hash = "1.1.0" -either = "1.5.3" +either = "1.6.1" profile = { path = "../profile", version = "0.0.0" } stdx = { path = "../stdx", version = "0.0.0" } @@ -24,7 +24,7 @@ hir = { path = "../hir", version = "0.0.0" } ide_db = { path = "../ide_db", version = "0.0.0" } [dev-dependencies] -expect-test = "1.2.0-pre.1" +expect-test = "1.2.2" test_utils = { path = "../test_utils" } sourcegen = { path = "../sourcegen" } |