From 85552ac6a0ca993e625a6880ddf17cdbc22d56c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:57:40 +0000 Subject: [PATCH] Bump unicode-ident from 1.0.22 to 1.0.23 Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.22 to 1.0.23. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.22...1.0.23) --- updated-dependencies: - dependency-name: unicode-ident dependency-version: 1.0.23 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 9a6252a7..7a9c2ef8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1347,9 +1347,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" +checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" [[package]] name = "unicode-segmentation" diff --git a/Cargo.toml b/Cargo.toml index e859f1fb..4f8e9370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,5 +42,5 @@ syn = { version = "2.0.114", features = ["full"] } tempdir = "0.3.7" thiserror = "2.0.18" trybuild = "1.0.115" -unicode-ident = "1.0.22" +unicode-ident = "1.0.23" uuid = "1.16.0"