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 f77e56f13e..2c62626b75 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -14,4 +14,4 @@ rustc-hash = "1.0" fst = "0.4" paths = { path = "../paths", version = "0.0.0" } -indexmap = "1.6.2" +indexmap = "1.7" |