From fcd5808e04ddb3dfd14a7c6db3098b2b321a0213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:02:09 +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 e2b94d0d..57d81b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2948,9 +2948,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 690e7977..c9501c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["rt", "net"] } typify = { version = "0.6.1" } url = "2.5.8" -unicode-ident = "1.0.22" +unicode-ident = "1.0.24" uuid = { version = "1.21.0", features = ["serde", "v4"] } #[patch.crates-io]