Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/Cargo.toml')
| -rw-r--r-- | crates/hir-def/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml index cc276d402b..7b4a361dfc 100644 --- a/crates/hir-def/Cargo.toml +++ b/crates/hir-def/Cargo.toml @@ -17,7 +17,7 @@ cov-mark = "2.0.0-pre.1" # We need to freeze the version of the crate, as the raw-api feature is considered unstable dashmap = { version = "=5.3.4", features = ["raw-api"] } drop_bomb = "0.1.5" -either = "1.6.1" +either = "1.7.0" fst = { version = "0.4.7", default-features = false } hashbrown = { version = "0.12.1", default-features = false } indexmap = "1.8.2" |