diff --git a/Cargo.toml b/Cargo.toml index 879ce002..eb5b5301 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ maintenance = { status = "actively-developed" } [dependencies] anstyle = "1.0.4" memchr = { version = "2.7.4", optional = true } -unicode-width = "0.1.11" +unicode-width = "0.2.0" [dev-dependencies] annotate-snippets = { path = ".", features = ["testing-colors"] }