From 244972129b434bc2a2abcd015700d58d380f6b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Jul 2022 21:29:06 -0700 Subject: [PATCH] Bump unicode-ident from 1.0.1 to 1.0.2 (#131) Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.1...1.0.2) --- 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 014b978..1841e56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1780,9 +1780,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-ident" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" +checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7" [[package]] name = "unicode-normalization" diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index 9181ce5..1a592b8 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "1.0" # To publish, use a numbered version #typify = "0.0.9" typify = { git = "https://github.com/oxidecomputer/typify" } -unicode-ident = "1.0.0" +unicode-ident = "1.0.2" [dev-dependencies] dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }