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 4fb628685a..23e1917922 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -17,7 +17,7 @@ either.workspace = true itertools.workspace = true rowan = "=0.15.15" rustc-hash.workspace = true -rustc-literal-escaper = "0.0.1" +rustc-literal-escaper = "0.0.2" indexmap.workspace = true smol_str.workspace = true triomphe.workspace = true |