Bump typify from `6cd9a71` to `85181ed` (#583)

Bumps [typify](https://github.com/oxidecomputer/typify) from `6cd9a71` to `85181ed`.
- [Commits](6cd9a7164a...85181edf85)

---
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-09-24 22:30:01 -07:00 committed by GitHub
parent 8b640441d9
commit 56243c96ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

12
Cargo.lock generated
View File

@ -2366,8 +2366,8 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "typify"
version = "0.0.13"
source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31"
version = "0.0.14"
source = "git+https://github.com/oxidecomputer/typify#85181edf85ca2c7513a7a39d50479017bc737b58"
dependencies = [
"typify-impl",
"typify-macro",
@ -2375,8 +2375,8 @@ dependencies = [
[[package]]
name = "typify-impl"
version = "0.0.13"
source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31"
version = "0.0.14"
source = "git+https://github.com/oxidecomputer/typify#85181edf85ca2c7513a7a39d50479017bc737b58"
dependencies = [
"heck",
"log",
@ -2392,8 +2392,8 @@ dependencies = [
[[package]]
name = "typify-macro"
version = "0.0.13"
source = "git+https://github.com/oxidecomputer/typify#6cd9a7164a83169945be0bf697a43e6a7488fa31"
version = "0.0.14"
source = "git+https://github.com/oxidecomputer/typify#85181edf85ca2c7513a7a39d50479017bc737b58"
dependencies = [
"proc-macro2",
"quote",