From dcdc0446693f461057251ed08c245c3e67df5986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:26:52 -0700 Subject: [PATCH] Bump typify from `43bd5bc` to `d662f87` (#494) Bumps [typify](https://github.com/oxidecomputer/typify) from `43bd5bc` to `d662f87`. - [Commits](https://github.com/oxidecomputer/typify/compare/43bd5bce4ada2a87152895d2abfc4888154242f3...d662f87e2ef205255d8017f5b47c5811fc165825) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 488f6b4..3853eee 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#43bd5bce4ada2a87152895d2abfc4888154242f3" +source = "git+https://github.com/oxidecomputer/typify#d662f87e2ef205255d8017f5b47c5811fc165825" 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#43bd5bce4ada2a87152895d2abfc4888154242f3" +source = "git+https://github.com/oxidecomputer/typify#d662f87e2ef205255d8017f5b47c5811fc165825" dependencies = [ "heck", "log", @@ -2220,7 +2220,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.13" -source = "git+https://github.com/oxidecomputer/typify#43bd5bce4ada2a87152895d2abfc4888154242f3" +source = "git+https://github.com/oxidecomputer/typify#d662f87e2ef205255d8017f5b47c5811fc165825" dependencies = [ "proc-macro2", "quote",