about summary refs log tree commit diff stats
path: root/crates/fmt/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:16:19 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-30 15:16:19 +0100
commit668bcef7684093859f0d8931f89cd015260d99ee (patch)
tree8f6754380afe23f43f97b3317789ab143ed38674 /crates/fmt/Cargo.toml
parentbuild(update.sh): Also work, when the cwd directory changed (diff)
downloadyt-668bcef7684093859f0d8931f89cd015260d99ee.zip
build(treewide): Update
Diffstat (limited to 'crates/fmt/Cargo.toml')
-rw-r--r--crates/fmt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/fmt/Cargo.toml b/crates/fmt/Cargo.toml
index f3cf4ad..dd314ab 100644
--- a/crates/fmt/Cargo.toml
+++ b/crates/fmt/Cargo.toml
@@ -24,7 +24,7 @@ publish = false
 path = "src/fmt.rs"
 
 [dependencies]
-unicode-width = "0.2.1"
+unicode-width = "0.2.2"
 
 [lints]
 workspace = true