about summary refs log tree commit diff
path: root/compiler/rustc_parse
diff options
context:
space:
mode:
authorMarijn Schouten <mhkbst@gmail.com>2025-07-08 10:16:44 +0000
committerMarijn Schouten <mhkbst@gmail.com>2025-07-08 10:16:44 +0000
commitd44dcd451326d32516c22ee5f998304afaf19c4d (patch)
treeab8c0f69edd9fd114acc285a34a3a6a8af430e97 /compiler/rustc_parse
parent2783fc43fd13a669f314742890acd64200ad0bbf (diff)
downloadrust-d44dcd451326d32516c22ee5f998304afaf19c4d.tar.gz
rust-d44dcd451326d32516c22ee5f998304afaf19c4d.zip
update to literal-escaper-0.0.5
Diffstat (limited to 'compiler/rustc_parse')
-rw-r--r--compiler/rustc_parse/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/Cargo.toml b/compiler/rustc_parse/Cargo.toml
index c4a0ae2ce9d..a92012f8329 100644
--- a/compiler/rustc_parse/Cargo.toml
+++ b/compiler/rustc_parse/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
 [dependencies]
 # tidy-alphabetical-start
 bitflags = "2.4.1"
-rustc-literal-escaper = "0.0.4"
+rustc-literal-escaper = "0.0.5"
 rustc_ast = { path = "../rustc_ast" }
 rustc_ast_pretty = { path = "../rustc_ast_pretty" }
 rustc_data_structures = { path = "../rustc_data_structures" }