Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_assists/Cargo.toml')
| -rw-r--r-- | crates/ide_assists/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide_assists/Cargo.toml b/crates/ide_assists/Cargo.toml index 09242e0aaf..4caa9285b4 100644 --- a/crates/ide_assists/Cargo.toml +++ b/crates/ide_assists/Cargo.toml @@ -12,7 +12,7 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" rustc-hash = "1.1.0" -itertools = "0.10.0" +itertools = "0.10.3" either = "1.6.1" stdx = { path = "../stdx", version = "0.0.0" } @@ -25,4 +25,4 @@ hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } sourcegen = { path = "../sourcegen" } -expect-test = "1.2.0-pre.1" +expect-test = "1.2.2" |