diff --git a/formatting/Cargo.toml b/formatting/Cargo.toml index c8dc525..0e7c194 100644 --- a/formatting/Cargo.toml +++ b/formatting/Cargo.toml @@ -18,7 +18,7 @@ default = ["std"] std = [] [dependencies] -unicode-width = "0.1" +unicode-width = "0.2" [dev-dependencies] pretty_assertions = "1.0"