about summary refs log tree commit diff stats
path: root/crates/fmt
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-13 21:28:55 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-13 21:28:55 +0200
commit0791777665fe99d02b5e4aaaa43ca3483712dac9 (patch)
tree639910bd9975ef3b8ffb87f45d8562b898dbcb19 /crates/fmt
parentbuild(flake): Document for what the `CLANG_*` env vars are needed (diff)
downloadyt-0791777665fe99d02b5e4aaaa43ca3483712dac9.zip
build(treewide): Update prime
Diffstat (limited to 'crates/fmt')
-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 7f82a09..f3cf4ad 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.0"
+unicode-width = "0.2.1"
 
 [lints]
 workspace = true