chore: update unicode-width dependency to v0.2.0 (#439)

This commit is contained in:
Louis Maddox 2025-09-26 05:11:50 +01:00 committed by GitHub
parent 51ca022b1f
commit fea8043b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"]
[dependencies]
miette-derive = { path = "miette-derive", version = "=7.6.0", optional = true }
unicode-width = "0.1.11"
unicode-width = "0.2.0"
cfg-if = "1.0.0"
owo-colors = { version = "4.0.0", optional = true }