Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/vfs/Cargo.toml')
| -rw-r--r-- | crates/vfs/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml index 24f380e25f..a690535bea 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -10,8 +10,8 @@ rust-version = "1.57" doctest = false [dependencies] -rustc-hash = "1.0" -fst = "0.4" +rustc-hash = "1.1.0" +fst = "0.4.7" paths = { path = "../paths", version = "0.0.0" } -indexmap = "1.7" +indexmap = "1.8.0" |