Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/Cargo.toml')
| -rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index c3d08acb27..8705fb2115 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -17,7 +17,7 @@ rowan = "0.14.0" rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" once_cell = "1.3.1" -indexmap = "1.4.0" +indexmap = "1.7.0" smol_str = "0.1.21" stdx = { path = "../stdx", version = "0.0.0" } |