From e9b6970d4485ad5813f93e95570480195528b0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:01:05 -0800 Subject: [PATCH] Bump typify from `d579a52` to `68872f0` (#355) Bumps [typify](https://github.com/oxidecomputer/typify) from `d579a52` to `68872f0`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/d579a526b3cc2e0c36d17fae8df549a03187f177...68872f00627f2f594978e9343915b0503c2a3297) --- 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 a66c7c0..58b78e7 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#d579a526b3cc2e0c36d17fae8df549a03187f177" +source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297" 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#d579a526b3cc2e0c36d17fae8df549a03187f177" +source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297" dependencies = [ "heck", "log", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#d579a526b3cc2e0c36d17fae8df549a03187f177" +source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297" dependencies = [ "proc-macro2", "quote",