From 7a99106c3df8c49db4b70665519388a2006f13eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 21:12:24 -0700 Subject: [PATCH] Bump unicode-ident from 1.0.11 to 1.0.12 (#578) Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.11...1.0.12) --- updated-dependencies: - dependency-name: unicode-ident dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- progenitor-impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c18ffa6..4a3ad6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2369,9 +2369,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-ident" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-normalization" diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index 20ea661..75f1ca6 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.11" +unicode-ident = "1.0.12" [dev-dependencies] dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }