about summary refs log tree commit diff stats
path: root/crates/fmt
diff options
context:
space:
mode:
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