update typify dependency

This commit is contained in:
Adam H. Leventhal 2023-05-03 13:17:39 -07:00
parent 3d96016ae8
commit d8f1b216b2
2 changed files with 4 additions and 9 deletions

9
Cargo.lock generated
View File

@ -2188,8 +2188,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "typify"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6658d09e71bfe59e7987dc95ee7f71809fdb5793ab0cdc1503cc0073990484d"
source = "git+https://github.com/oxidecomputer/typify#c868ddcbaa07716d4cbd01312f723921bf94bce8"
dependencies = [
"typify-impl",
"typify-macro",
@ -2198,8 +2197,7 @@ dependencies = [
[[package]]
name = "typify-impl"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34d3bb47587b13edf526d6ed02bf360ecefe083ab47a4ef29fc43112828b2bef"
source = "git+https://github.com/oxidecomputer/typify#c868ddcbaa07716d4cbd01312f723921bf94bce8"
dependencies = [
"heck",
"log",
@ -2216,8 +2214,7 @@ dependencies = [
[[package]]
name = "typify-macro"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3f7e627c18be12d53bc1f261830b9c2763437b6a86ac57293b9085af2d32ffe"
source = "git+https://github.com/oxidecomputer/typify#c868ddcbaa07716d4cbd01312f723921bf94bce8"
dependencies = [
"proc-macro2",
"quote",

View File

@ -21,9 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = { version = "2.0", features = ["parsing"] }
thiserror = "1.0"
# To publish, use a numbered version
typify = "0.0.12"
#typify = { git = "https://github.com/oxidecomputer/typify" }
typify = { git = "https://github.com/oxidecomputer/typify", version = "0.0.12" }
unicode-ident = "1.0.8"
[dev-dependencies]