From 6bf43b8939e3d5fd99ad3c52fd055eceffa8fab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:59:24 +0000 Subject: [PATCH] Update unicode-width requirement from =0.1.12 to =0.2.0 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] --- 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 a831f1e3..f2d7279a 100644 --- a/data-url/Cargo.toml +++ b/data-url/Cargo.toml @@ -18,7 +18,7 @@ alloc = [] [dev-dependencies] tester = "0.9" # We pin this transitive dev dep so that MSRV CI can continue to run. -unicode-width = "=0.1.12" +unicode-width = "=0.2.0" serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } serde_json = "1.0"