From 6117ac0848d3cbe8082be402b34d5470ef365b98 Mon Sep 17 00:00:00 2001 From: extrawurst <776816+extrawurst@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:33:59 +0200 Subject: [PATCH] Update unicode-width --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]