From 4299c893bfa59f29715f2eb41bb346d7dd090429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:58:41 -0700 Subject: [PATCH] Bump typify from `68872f0` to `d1cae0f` (#360) Bumps [typify](https://github.com/oxidecomputer/typify) from `68872f0` to `d1cae0f`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/68872f00627f2f594978e9343915b0503c2a3297...d1cae0f7d5115782c9557a46396dae786ad5f592) --- 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 58b78e7..c45cd2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2025,7 +2025,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297" +source = "git+https://github.com/oxidecomputer/typify#d1cae0f7d5115782c9557a46396dae786ad5f592" dependencies = [ "typify-impl", "typify-macro", @@ -2034,7 +2034,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297" +source = "git+https://github.com/oxidecomputer/typify#d1cae0f7d5115782c9557a46396dae786ad5f592" dependencies = [ "heck", "log", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297" +source = "git+https://github.com/oxidecomputer/typify#d1cae0f7d5115782c9557a46396dae786ad5f592" dependencies = [ "proc-macro2", "quote",