Bump typify from `d579a52` to `68872f0` (#355)

Bumps [typify](https://github.com/oxidecomputer/typify) from `d579a52` to `68872f0`.
- [Release notes](https://github.com/oxidecomputer/typify/releases)
- [Commits](d579a526b3...68872f0062)

---
updated-dependencies:
- dependency-name: typify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-06 12:01:05 -08:00 committed by GitHub
parent a816ff4e9e
commit e9b6970d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -2025,7 +2025,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "typify"
version = "0.0.11-dev"
source = "git+https://github.com/oxidecomputer/typify#d579a526b3cc2e0c36d17fae8df549a03187f177"
source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297"
dependencies = [
"typify-impl",
"typify-macro",
@ -2034,7 +2034,7 @@ dependencies = [
[[package]]
name = "typify-impl"
version = "0.0.11-dev"
source = "git+https://github.com/oxidecomputer/typify#d579a526b3cc2e0c36d17fae8df549a03187f177"
source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297"
dependencies = [
"heck",
"log",
@ -2052,7 +2052,7 @@ dependencies = [
[[package]]
name = "typify-macro"
version = "0.0.11-dev"
source = "git+https://github.com/oxidecomputer/typify#d579a526b3cc2e0c36d17fae8df549a03187f177"
source = "git+https://github.com/oxidecomputer/typify#68872f00627f2f594978e9343915b0503c2a3297"
dependencies = [
"proc-macro2",
"quote",