about summary refs log tree commit diff
path: root/compiler/rustc_parse_format
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_format
parent2783fc43fd13a669f314742890acd64200ad0bbf (diff)
downloadrust-d44dcd451326d32516c22ee5f998304afaf19c4d.tar.gz
rust-d44dcd451326d32516c22ee5f998304afaf19c4d.zip
update to literal-escaper-0.0.5
Diffstat (limited to 'compiler/rustc_parse_format')
-rw-r--r--compiler/rustc_parse_format/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse_format/Cargo.toml b/compiler/rustc_parse_format/Cargo.toml
index 0666ae29409..d178fcda1fb 100644
--- a/compiler/rustc_parse_format/Cargo.toml
+++ b/compiler/rustc_parse_format/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-rustc-literal-escaper = "0.0.4"
+rustc-literal-escaper = "0.0.5"
 rustc_lexer = { path = "../rustc_lexer" }
 # tidy-alphabetical-end