From 149743ae7e8b2ab05e1804a1816c653e045ee69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Jul 2022 21:28:47 -0700 Subject: [PATCH] Bump typify from `77656de` to `46c474e` (#129) Bumps [typify](https://github.com/oxidecomputer/typify) from `77656de` to `46c474e`. - [Release notes](https://github.com/oxidecomputer/typify/releases) - [Commits](https://github.com/oxidecomputer/typify/compare/77656de7b77f32ee7578ad4638dd928ee96138ad...46c474efa1d3d99e1e0820b4dd2ac42e3a9b5d6e) --- 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 acc6948..8fe5e2c 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#77656de7b77f32ee7578ad4638dd928ee96138ad" +source = "git+https://github.com/oxidecomputer/typify#46c474efa1d3d99e1e0820b4dd2ac42e3a9b5d6e" 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#77656de7b77f32ee7578ad4638dd928ee96138ad" +source = "git+https://github.com/oxidecomputer/typify#46c474efa1d3d99e1e0820b4dd2ac42e3a9b5d6e" dependencies = [ "heck", "log", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.10-dev" -source = "git+https://github.com/oxidecomputer/typify#77656de7b77f32ee7578ad4638dd928ee96138ad" +source = "git+https://github.com/oxidecomputer/typify#46c474efa1d3d99e1e0820b4dd2ac42e3a9b5d6e" dependencies = [ "proc-macro2", "quote",