From 02422ecf6638ae874f2e38b4b9b4de9041774b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:56:16 -0800 Subject: [PATCH] Bump typify from `000c04b` to `7ceddf6` (#672) Bumps [typify](https://github.com/oxidecomputer/typify) from `000c04b` to `7ceddf6`. - [Commits](https://github.com/oxidecomputer/typify/compare/000c04b2886a5999c4f5152ca138a077ac1deaa6...7ceddf6644356819d1c829deb7a160197c4d0493) --- 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 ae2bb55..4427636 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2348,7 +2348,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.15" -source = "git+https://github.com/oxidecomputer/typify#000c04b2886a5999c4f5152ca138a077ac1deaa6" +source = "git+https://github.com/oxidecomputer/typify#7ceddf6644356819d1c829deb7a160197c4d0493" dependencies = [ "typify-impl", "typify-macro", @@ -2357,7 +2357,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.15" -source = "git+https://github.com/oxidecomputer/typify#000c04b2886a5999c4f5152ca138a077ac1deaa6" +source = "git+https://github.com/oxidecomputer/typify#7ceddf6644356819d1c829deb7a160197c4d0493" dependencies = [ "heck", "log", @@ -2374,7 +2374,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.15" -source = "git+https://github.com/oxidecomputer/typify#000c04b2886a5999c4f5152ca138a077ac1deaa6" +source = "git+https://github.com/oxidecomputer/typify#7ceddf6644356819d1c829deb7a160197c4d0493" dependencies = [ "proc-macro2", "quote",