From 7a994f8d9c930bbc8b9a57faef92e196b3cd3e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 21:54:11 -0800 Subject: [PATCH] Bump typify from `55d9fa1` to `d877c1d` (#271) Bumps [typify](https://github.com/oxidecomputer/typify) from `55d9fa1` to `d877c1d`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/55d9fa1ac5c2094668077bcba38b31f422add76b...d877c1db69ac076b5ebf96229c9ff4c2f3fa3049) --- 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 504f697..e2b0b91 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#55d9fa1ac5c2094668077bcba38b31f422add76b" +source = "git+https://github.com/oxidecomputer/typify#d877c1db69ac076b5ebf96229c9ff4c2f3fa3049" 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#55d9fa1ac5c2094668077bcba38b31f422add76b" +source = "git+https://github.com/oxidecomputer/typify#d877c1db69ac076b5ebf96229c9ff4c2f3fa3049" dependencies = [ "heck", "log", @@ -1949,7 +1949,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.11-dev" -source = "git+https://github.com/oxidecomputer/typify#55d9fa1ac5c2094668077bcba38b31f422add76b" +source = "git+https://github.com/oxidecomputer/typify#d877c1db69ac076b5ebf96229c9ff4c2f3fa3049" dependencies = [ "proc-macro2", "quote",