From cabb5c63c28a4ae9438fd36bf3d67eccccfb902c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 03:54:37 +0000 Subject: [PATCH] Bump unicase from 2.8.0 to 2.8.1 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: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 961c32f..b5c2987 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,9 +588,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-ident" diff --git a/Cargo.toml b/Cargo.toml index 865e7ea..318f4d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ esplugin = "6.1.1" nom = "7.0.0" pelite = "0.10.0" regex = "1.11.1" -unicase = "2.8.0" +unicase = "2.8.1" [dev-dependencies] criterion = "0.5.0"