From 3734e566108a173ce0cdad2d917bacc85d8090fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:29:28 -0700 Subject: [PATCH] Bump typify from `9194d34` to `6cd9a71` (#566) Bumps [typify](https://github.com/oxidecomputer/typify) from `9194d34` to `6cd9a71`. - [Commits](https://github.com/oxidecomputer/typify/compare/9194d34ee0463e25aa3cb72ced043978b46b3f87...6cd9a7164a83169945be0bf697a43e6a7488fa31) --- 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 06197bf..81e1bbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2239,7 +2239,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.13" -source = "git+https://github.com/oxidecomputer/typify#9194d34ee0463e25aa3cb72ced043978b46b3f87" +source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31" dependencies = [ "typify-impl", "typify-macro", @@ -2248,7 +2248,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.13" -source = "git+https://github.com/oxidecomputer/typify#9194d34ee0463e25aa3cb72ced043978b46b3f87" +source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31" dependencies = [ "heck", "log", @@ -2265,7 +2265,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.13" -source = "git+https://github.com/oxidecomputer/typify#9194d34ee0463e25aa3cb72ced043978b46b3f87" +source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31" dependencies = [ "proc-macro2", "quote",