From def7d82d5056722b57c6140e6049e2ab2288c412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:20:20 -0700 Subject: [PATCH] Bump unicode-ident from 1.0.9 to 1.0.11 (#529) --- Cargo.lock | 4 ++-- progenitor-impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c0dce5..4d33a39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2341,9 +2341,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-ident" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" +checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" [[package]] name = "unicode-normalization" diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index 86d011f..f67d24e 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "1.0" # change when publishing #typify = { version = "0.0.12" } typify = { git = "https://github.com/oxidecomputer/typify" } -unicode-ident = "1.0.8" +unicode-ident = "1.0.11" [dev-dependencies] dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }