From 30ebf0cfbdb11c590a4cf0f4e89f78be9c7a2b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:11:24 -0700 Subject: [PATCH] Bump typify from `b052068` to `655d8d4` (#149) Bumps [typify](https://github.com/oxidecomputer/typify) from `b052068` to `655d8d4`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/b0520682aecfe077d0eb9c6612e4c5f71ab36bf6...655d8d41fc4ff8d44d0051de40c8b6b67786a200) --- 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 9c88146..f0b1b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1727,7 +1727,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "typify" version = "0.0.10-dev" -source = "git+https://github.com/oxidecomputer/typify#b0520682aecfe077d0eb9c6612e4c5f71ab36bf6" +source = "git+https://github.com/oxidecomputer/typify#655d8d41fc4ff8d44d0051de40c8b6b67786a200" dependencies = [ "typify-impl", "typify-macro", @@ -1736,7 +1736,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.10-dev" -source = "git+https://github.com/oxidecomputer/typify#b0520682aecfe077d0eb9c6612e4c5f71ab36bf6" +source = "git+https://github.com/oxidecomputer/typify#655d8d41fc4ff8d44d0051de40c8b6b67786a200" dependencies = [ "heck", "log", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.10-dev" -source = "git+https://github.com/oxidecomputer/typify#b0520682aecfe077d0eb9c6612e4c5f71ab36bf6" +source = "git+https://github.com/oxidecomputer/typify#655d8d41fc4ff8d44d0051de40c8b6b67786a200" dependencies = [ "proc-macro2", "quote",