From 1e95712772284e434ab8f4c028d6cf78d2f63e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:49:27 +0000 Subject: [PATCH] build(deps): bump unicase from 2.8.0 to 2.8.1 (#34775) Bumps [unicase](https://github.com/seanmonstar/unicase) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/seanmonstar/unicase/releases) - [Commits](https://github.com/seanmonstar/unicase/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: unicase dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 246e76bedac..a3d4d0947a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7679,9 +7679,9 @@ dependencies = [ [[package]] name = "unicase" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" [[package]] name = "unicode-bidi"