diff --git a/Cargo.toml b/Cargo.toml index ad552c7..7acb456 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }