about summary refs log tree commit diff
path: root/src/tools
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 /src/tools
parent2783fc43fd13a669f314742890acd64200ad0bbf (diff)
downloadrust-d44dcd451326d32516c22ee5f998304afaf19c4d.tar.gz
rust-d44dcd451326d32516c22ee5f998304afaf19c4d.zip
update to literal-escaper-0.0.5
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/lint-docs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/lint-docs/Cargo.toml b/src/tools/lint-docs/Cargo.toml
index e914a2df2ba..6e1ab84ed18 100644
--- a/src/tools/lint-docs/Cargo.toml
+++ b/src/tools/lint-docs/Cargo.toml
@@ -7,7 +7,7 @@ description = "A script to extract the lint documentation for the rustc book."
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-rustc-literal-escaper = "0.0.4"
+rustc-literal-escaper = "0.0.5"
 serde_json = "1.0.57"
 tempfile = "3.1.0"
 walkdir = "2.3.1"