about summary refs log tree commit diff
path: root/compiler/rustc_parse
diff options
context:
space:
mode:
authorprintfn <printfn@users.noreply.github.com>2024-10-12 21:57:50 +0000
committerprintfn <printfn@users.noreply.github.com>2024-10-12 21:57:50 +0000
commit46b41b4fc89d10099dcb04a876bd95be8426519a (patch)
tree629b622c11e6d9ed0ea0d550d038fbee2983534a /compiler/rustc_parse
parent6b9676b45431a1e531b9c5f7bd289fc36a312749 (diff)
downloadrust-46b41b4fc89d10099dcb04a876bd95be8426519a.tar.gz
rust-46b41b4fc89d10099dcb04a876bd95be8426519a.zip
Update unicode-width to 0.2.0
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 c59ae48a07d..2360914a0ab 100644
--- a/compiler/rustc_parse/Cargo.toml
+++ b/compiler/rustc_parse/Cargo.toml
@@ -20,7 +20,7 @@ rustc_span = { path = "../rustc_span" }
 thin-vec = "0.2.12"
 tracing = "0.1"
 unicode-normalization = "0.1.11"
-unicode-width = "0.1.4"
+unicode-width = "0.2.0"
 # tidy-alphabetical-end
 
 [dev-dependencies]