From 8e1de1dc5508d9d53e81c137a5ea60e1906b7707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:16:23 +0000 Subject: [PATCH] chore(deps): update unicode-width requirement from 0.1 to 0.2 Updates the requirements on [unicode-width](https://github.com/unicode-rs/unicode-width) to permit the latest version. - [Commits](https://github.com/unicode-rs/unicode-width/commits) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- formatting/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"