Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/vfs/Cargo.toml')
| -rw-r--r-- | crates/vfs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml index 3ae3dc83ca..c35785cf98 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -14,7 +14,7 @@ doctest = false [dependencies] rustc-hash = "1.1.0" fst = "0.4.7" -indexmap = "1.9.1" +indexmap = "2.0.0" nohash-hasher.workspace = true paths.workspace = true |