From a65d96ede572d8a23f126b068a90e99741e6e7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:58:10 +0000 Subject: [PATCH] Bump unicode-ident from 1.0.16 to 1.0.17 Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.16 to 1.0.17. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.16...1.0.17) --- updated-dependencies: - dependency-name: unicode-ident 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 4b2d6e80..2a135ddd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2607,9 +2607,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" +checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" [[package]] name = "unicode-segmentation" diff --git a/Cargo.toml b/Cargo.toml index fb422165..6816b7c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ tokio = { version = "1.43.0", features = ["rt", "net"] } # typify = { version = "0.3.0" } typify = { git = "https://github.com/oxidecomputer/typify" } url = "2.5.4" -unicode-ident = "1.0.14" +unicode-ident = "1.0.17" uuid = { version = "1.13.1", features = ["serde", "v4"] } #[patch."https://github.com/oxidecomputer/typify"]