From b51e0cb32ccd11f2aafa00dae96f3297f9cfcc4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:41:24 -0800 Subject: [PATCH] Bump typify from `d877c1d` to `1aefa41` (#275) Bumps [typify](https://github.com/oxidecomputer/typify) from `d877c1d` to `1aefa41`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/d877c1db69ac076b5ebf96229c9ff4c2f3fa3049...1aefa41396d0aefa1a9dbb32320445ab02a5cbc3) --- updated-dependencies: - dependency-name: typify dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e90d794..92747a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1928,7 +1928,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#d877c1db69ac076b5ebf96229c9ff4c2f3fa3049" +source = "git+https://github.com/oxidecomputer/typify#1aefa41396d0aefa1a9dbb32320445ab02a5cbc3" dependencies = [ "typify-impl", "typify-macro", @@ -1937,7 +1937,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#d877c1db69ac076b5ebf96229c9ff4c2f3fa3049" +source = "git+https://github.com/oxidecomputer/typify#1aefa41396d0aefa1a9dbb32320445ab02a5cbc3" dependencies = [ "heck", "log", @@ -1955,7 +1955,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#d877c1db69ac076b5ebf96229c9ff4c2f3fa3049" +source = "git+https://github.com/oxidecomputer/typify#1aefa41396d0aefa1a9dbb32320445ab02a5cbc3" dependencies = [ "proc-macro2", "quote",