From 2ba7504206a5927facb3402e26b4e724be0f2479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:23:47 -0700 Subject: [PATCH] Bump typify from `dc8bb88` to `43bd5bc` (#488) Bumps [typify](https://github.com/oxidecomputer/typify) from `dc8bb88` to `43bd5bc`. - [Commits](https://github.com/oxidecomputer/typify/compare/dc8bb8861d669f3454ca504e5ec165ae40e8e7d6...43bd5bce4ada2a87152895d2abfc4888154242f3) --- updated-dependencies: - dependency-name: typify dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7c585b..dbd4de5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2194,7 +2194,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.13" -source = "git+https://github.com/oxidecomputer/typify#dc8bb8861d669f3454ca504e5ec165ae40e8e7d6" +source = "git+https://github.com/oxidecomputer/typify#43bd5bce4ada2a87152895d2abfc4888154242f3" dependencies = [ "typify-impl", "typify-macro", @@ -2203,7 +2203,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.13" -source = "git+https://github.com/oxidecomputer/typify#dc8bb8861d669f3454ca504e5ec165ae40e8e7d6" +source = "git+https://github.com/oxidecomputer/typify#43bd5bce4ada2a87152895d2abfc4888154242f3" dependencies = [ "heck", "log", @@ -2220,7 +2220,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.13" -source = "git+https://github.com/oxidecomputer/typify#dc8bb8861d669f3454ca504e5ec165ae40e8e7d6" +source = "git+https://github.com/oxidecomputer/typify#43bd5bce4ada2a87152895d2abfc4888154242f3" dependencies = [ "proc-macro2", "quote", @@ -2246,9 +2246,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-ident" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" +checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" [[package]] name = "unicode-normalization"