From 06986b84f07f8958b3592c8cece5599f1ae13e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:52:25 -0700 Subject: [PATCH] Bump typify from `49cfcb1` to `31ec4c5` (#783) Bumps [typify](https://github.com/oxidecomputer/typify) from `49cfcb1` to `31ec4c5`. - [Commits](https://github.com/oxidecomputer/typify/compare/49cfcb10f2b7667e6f13e4d6e006df8ff382a5cb...31ec4c504cb82582c65b97509b45bbc568247910) --- 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 8c4584b..cd88402 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2393,7 +2393,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.16" -source = "git+https://github.com/oxidecomputer/typify#49cfcb10f2b7667e6f13e4d6e006df8ff382a5cb" +source = "git+https://github.com/oxidecomputer/typify#31ec4c504cb82582c65b97509b45bbc568247910" dependencies = [ "typify-impl", "typify-macro", @@ -2402,7 +2402,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.16" -source = "git+https://github.com/oxidecomputer/typify#49cfcb10f2b7667e6f13e4d6e006df8ff382a5cb" +source = "git+https://github.com/oxidecomputer/typify#31ec4c504cb82582c65b97509b45bbc568247910" dependencies = [ "heck", "log", @@ -2419,7 +2419,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.16" -source = "git+https://github.com/oxidecomputer/typify#49cfcb10f2b7667e6f13e4d6e006df8ff382a5cb" +source = "git+https://github.com/oxidecomputer/typify#31ec4c504cb82582c65b97509b45bbc568247910" dependencies = [ "proc-macro2", "quote",