diff --git a/Cargo.toml b/Cargo.toml index f7a3ea5..2ed823e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ doctest = false # doctests need use_std use_std = [] [dependencies] -unicode-width = "0.1.0" +unicode-width = "0.2" [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "doc_cfg"] \ No newline at end of file +rustdoc-args = ["--cfg", "doc_cfg"]