From 634bf98b053cc494191365e2072b3580f4b03df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 23:11:02 -0800 Subject: [PATCH] Bump typify from `5106273` to `29c43ec` (#297) Bumps [typify](https://github.com/oxidecomputer/typify) from `5106273` to `29c43ec`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/5106273f3d424386250362f27e4774524b06550a...29c43ec957972416b88eefd2d5b81b8fe1bf6200) --- 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 5a75926..cd5cb25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1920,7 +1920,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#5106273f3d424386250362f27e4774524b06550a" +source = "git+https://github.com/oxidecomputer/typify#29c43ec957972416b88eefd2d5b81b8fe1bf6200" dependencies = [ "typify-impl", "typify-macro", @@ -1929,7 +1929,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#5106273f3d424386250362f27e4774524b06550a" +source = "git+https://github.com/oxidecomputer/typify#29c43ec957972416b88eefd2d5b81b8fe1bf6200" dependencies = [ "heck", "log", @@ -1947,7 +1947,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#5106273f3d424386250362f27e4774524b06550a" +source = "git+https://github.com/oxidecomputer/typify#29c43ec957972416b88eefd2d5b81b8fe1bf6200" dependencies = [ "proc-macro2", "quote",