From 231a90740ec9a3693b57a889fb25386ff90ace93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:05:29 -0800 Subject: [PATCH] Bump typify from `6f20ad9` to `c840ea7` (#257) Bumps [typify](https://github.com/oxidecomputer/typify) from `6f20ad9` to `c840ea7`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/6f20ad934a8da5aa3a94d25d2ab3cca1e60f53d9...c840ea7b7799eab9a8df220535c1368f402374de) --- 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 0d2bdec..876b62e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1922,7 +1922,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#6f20ad934a8da5aa3a94d25d2ab3cca1e60f53d9" +source = "git+https://github.com/oxidecomputer/typify#c840ea7b7799eab9a8df220535c1368f402374de" dependencies = [ "typify-impl", "typify-macro", @@ -1931,7 +1931,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#6f20ad934a8da5aa3a94d25d2ab3cca1e60f53d9" +source = "git+https://github.com/oxidecomputer/typify#c840ea7b7799eab9a8df220535c1368f402374de" dependencies = [ "heck", "log", @@ -1949,7 +1949,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#6f20ad934a8da5aa3a94d25d2ab3cca1e60f53d9" +source = "git+https://github.com/oxidecomputer/typify#c840ea7b7799eab9a8df220535c1368f402374de" dependencies = [ "proc-macro2", "quote",