From 4c441f63d5c8a2c85387f99fd5ea3e98c1388b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:21:20 -0700 Subject: [PATCH] Bump typify from `85181ed` to `eea570e` (#590) Bumps [typify](https://github.com/oxidecomputer/typify) from `85181ed` to `eea570e`. - [Commits](https://github.com/oxidecomputer/typify/compare/85181edf85ca2c7513a7a39d50479017bc737b58...eea570e2333b3dd9ee5bfbe5d786e52af5b7b595) --- 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 6851d8c..b57718c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2367,7 +2367,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.14" -source = "git+https://github.com/oxidecomputer/typify#85181edf85ca2c7513a7a39d50479017bc737b58" +source = "git+https://github.com/oxidecomputer/typify#eea570e2333b3dd9ee5bfbe5d786e52af5b7b595" dependencies = [ "typify-impl", "typify-macro", @@ -2376,7 +2376,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.14" -source = "git+https://github.com/oxidecomputer/typify#85181edf85ca2c7513a7a39d50479017bc737b58" +source = "git+https://github.com/oxidecomputer/typify#eea570e2333b3dd9ee5bfbe5d786e52af5b7b595" dependencies = [ "heck", "log", @@ -2393,7 +2393,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.14" -source = "git+https://github.com/oxidecomputer/typify#85181edf85ca2c7513a7a39d50479017bc737b58" +source = "git+https://github.com/oxidecomputer/typify#eea570e2333b3dd9ee5bfbe5d786e52af5b7b595" dependencies = [ "proc-macro2", "quote",