about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-04-04 22:06:10 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-04-04 22:26:10 +0200
commit2e3a16187189ae8e7bdb2ac98a237e11540f993a (patch)
treec0f8082b33e711ee74620e183c890351711fd93c /src/tools/rust-analyzer/crates/parser
parent2b533e6b49e6c918389f7a38e6b6e7e030f30fed (diff)
downloadrust-2e3a16187189ae8e7bdb2ac98a237e11540f993a.tar.gz
rust-2e3a16187189ae8e7bdb2ac98a237e11540f993a.zip
Update `rustc-literal-escaper` version to `0.0.2`
Diffstat (limited to 'src/tools/rust-analyzer/crates/parser')
-rw-r--r--src/tools/rust-analyzer/crates/parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/parser/Cargo.toml b/src/tools/rust-analyzer/crates/parser/Cargo.toml
index 292b7de255a..40c1e9fa7bd 100644
--- a/src/tools/rust-analyzer/crates/parser/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/parser/Cargo.toml
@@ -14,7 +14,7 @@ rust-version.workspace = true
 [dependencies]
 drop_bomb = "0.1.5"
 ra-ap-rustc_lexer.workspace = true
-rustc-literal-escaper = "0.0.1"
+rustc-literal-escaper = "0.0.2"
 tracing = { workspace = true, optional = true }
 
 edition.workspace = true