From 6a51e1f3c437ff35a65355c6894d20f5b220638a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 09:20:14 -0800 Subject: [PATCH] Bump typify from `29c43ec` to `0f17387` (#308) Bumps [typify](https://github.com/oxidecomputer/typify) from `29c43ec` to `0f17387`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/29c43ec957972416b88eefd2d5b81b8fe1bf6200...0f173877fa12c7e53c351fd1084e7cab0c6a7be1) --- 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 7d63643..5f04ecd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1936,7 +1936,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#29c43ec957972416b88eefd2d5b81b8fe1bf6200" +source = "git+https://github.com/oxidecomputer/typify#0f173877fa12c7e53c351fd1084e7cab0c6a7be1" dependencies = [ "typify-impl", "typify-macro", @@ -1945,7 +1945,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#29c43ec957972416b88eefd2d5b81b8fe1bf6200" +source = "git+https://github.com/oxidecomputer/typify#0f173877fa12c7e53c351fd1084e7cab0c6a7be1" dependencies = [ "heck", "log", @@ -1963,7 +1963,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#29c43ec957972416b88eefd2d5b81b8fe1bf6200" +source = "git+https://github.com/oxidecomputer/typify#0f173877fa12c7e53c351fd1084e7cab0c6a7be1" dependencies = [ "proc-macro2", "quote",