From 1d8851e4aa69c9d56b7143390867b3809aaa525f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:43:33 +0000 Subject: [PATCH] Bump unicode-ident from 1.0.23 to 1.0.24 Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.23 to 1.0.24. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.23...1.0.24) --- updated-dependencies: - dependency-name: unicode-ident dependency-version: 1.0.24 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 3a2c5ce7..ec301de4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1341,9 +1341,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-segmentation" diff --git a/Cargo.toml b/Cargo.toml index efbc4b74..6fb30ae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,5 +42,5 @@ syn = { version = "2.0.116", features = ["full"] } tempdir = "0.3.7" thiserror = "2.0.18" trybuild = "1.0.116" -unicode-ident = "1.0.23" +unicode-ident = "1.0.24" uuid = "1.16.0"