From b6a46915caa999857de736496aaaa38b12391882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:49:16 +0000 Subject: [PATCH] Update unicode-width requirement from =0.1.12 to =0.1.13 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/compare/v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data-url/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-url/Cargo.toml b/data-url/Cargo.toml index e91fd6b4..d7ace4ce 100644 --- a/data-url/Cargo.toml +++ b/data-url/Cargo.toml @@ -17,7 +17,7 @@ alloc = [] [dev-dependencies] tester = "0.9" -unicode-width = "=0.1.12" +unicode-width = "=0.1.13" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"