diff --git a/Cargo.lock b/Cargo.lock index b12adcb..a4a2b51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,9 +715,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "url" diff --git a/Cargo.toml b/Cargo.toml index 3ce5bf6..7c34cf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ git2 = { version = "0.19.0", default-features = false } libc = "0.2.159" log = { version = "0.4.22", features = ["std"] } unicode-segmentation = "1.12.0" -unicode-width = "0.1.13" +unicode-width = "0.2.0" [dev-dependencies] pretty_assertions = "1.4.1"