Bump typify from `1f97f16` to `87d82b2` (#711)

Bumps [typify](https://github.com/oxidecomputer/typify) from `1f97f16` to `87d82b2`.
- [Commits](1f97f16792...87d82b2b6b)

---
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] 2024-02-05 08:39:36 -08:00 committed by GitHub
parent dc942604e3
commit 845dc9c6e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

14
Cargo.lock generated
View File

@ -1803,18 +1803,18 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.195"
version = "1.0.196"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.195"
version = "1.0.196"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
dependencies = [
"proc-macro2",
"quote",
@ -2364,7 +2364,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "typify"
version = "0.0.15"
source = "git+https://github.com/oxidecomputer/typify#1f97f167923f001818d461b1286f8a5242abf8b1"
source = "git+https://github.com/oxidecomputer/typify#87d82b2b6ba0cccf91d2605203c5f13cc4ca1c8c"
dependencies = [
"typify-impl",
"typify-macro",
@ -2373,7 +2373,7 @@ dependencies = [
[[package]]
name = "typify-impl"
version = "0.0.15"
source = "git+https://github.com/oxidecomputer/typify#1f97f167923f001818d461b1286f8a5242abf8b1"
source = "git+https://github.com/oxidecomputer/typify#87d82b2b6ba0cccf91d2605203c5f13cc4ca1c8c"
dependencies = [
"heck",
"log",
@ -2390,7 +2390,7 @@ dependencies = [
[[package]]
name = "typify-macro"
version = "0.0.15"
source = "git+https://github.com/oxidecomputer/typify#1f97f167923f001818d461b1286f8a5242abf8b1"
source = "git+https://github.com/oxidecomputer/typify#87d82b2b6ba0cccf91d2605203c5f13cc4ca1c8c"
dependencies = [
"proc-macro2",
"quote",