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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-diagnostics/Cargo.toml b/crates/ide-diagnostics/Cargo.toml index f37e754fea..73093a23a9 100644 --- a/crates/ide-diagnostics/Cargo.toml +++ b/crates/ide-diagnostics/Cargo.toml @@ -14,7 +14,7 @@ cov-mark = "2.0.0-pre.1" itertools = "0.10.3" -either = "1.6.1" +either = "1.7.0" profile = { path = "../profile", version = "0.0.0" } stdx = { path = "../stdx", version = "0.0.0" } |