Bump typify from `0894f06` to `000c04b` (#658)
* Bump typify from `0894f06` to `000c04b`
Bumps [typify](https://github.com/oxidecomputer/typify) from `0894f06` to `000c04b`.
- [Commits](0894f06e67...000c04b288
)
---
updated-dependencies:
- dependency-name: typify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* fixture data
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <ahl@oxide.computer>
This commit is contained in:
parent
156b17e578
commit
3685587202
|
@ -2348,7 +2348,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|||
[[package]]
|
||||
name = "typify"
|
||||
version = "0.0.15"
|
||||
source = "git+https://github.com/oxidecomputer/typify#0894f06e6798f24efcbd7134746962aa0e6eb371"
|
||||
source = "git+https://github.com/oxidecomputer/typify#000c04b2886a5999c4f5152ca138a077ac1deaa6"
|
||||
dependencies = [
|
||||
"typify-impl",
|
||||
"typify-macro",
|
||||
|
@ -2357,7 +2357,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typify-impl"
|
||||
version = "0.0.15"
|
||||
source = "git+https://github.com/oxidecomputer/typify#0894f06e6798f24efcbd7134746962aa0e6eb371"
|
||||
source = "git+https://github.com/oxidecomputer/typify#000c04b2886a5999c4f5152ca138a077ac1deaa6"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"log",
|
||||
|
@ -2374,7 +2374,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typify-macro"
|
||||
version = "0.0.15"
|
||||
source = "git+https://github.com/oxidecomputer/typify#0894f06e6798f24efcbd7134746962aa0e6eb371"
|
||||
source = "git+https://github.com/oxidecomputer/typify#000c04b2886a5999c4f5152ca138a077ac1deaa6"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -690,7 +690,8 @@ pub mod types {
|
|||
/// "properties": {
|
||||
/// "bootrom_id": {
|
||||
/// "description": "ID of the bootrom used to initialize this
|
||||
/// Instance.", "type": "string",
|
||||
/// Instance.",
|
||||
/// "type": "string",
|
||||
/// "format": "uuid"
|
||||
/// },
|
||||
/// "description": {
|
||||
|
@ -1247,7 +1248,8 @@ pub mod types {
|
|||
/// ```json
|
||||
///{
|
||||
/// "description": "A stable index which is translated by Propolis into a
|
||||
/// PCI BDF, visible to the guest.", "type": "integer",
|
||||
/// PCI BDF, visible to the guest.",
|
||||
/// "type": "integer",
|
||||
/// "format": "uint8",
|
||||
/// "minimum": 0.0
|
||||
///}
|
||||
|
|
|
@ -690,7 +690,8 @@ pub mod types {
|
|||
/// "properties": {
|
||||
/// "bootrom_id": {
|
||||
/// "description": "ID of the bootrom used to initialize this
|
||||
/// Instance.", "type": "string",
|
||||
/// Instance.",
|
||||
/// "type": "string",
|
||||
/// "format": "uuid"
|
||||
/// },
|
||||
/// "description": {
|
||||
|
@ -1283,7 +1284,8 @@ pub mod types {
|
|||
/// ```json
|
||||
///{
|
||||
/// "description": "A stable index which is translated by Propolis into a
|
||||
/// PCI BDF, visible to the guest.", "type": "integer",
|
||||
/// PCI BDF, visible to the guest.",
|
||||
/// "type": "integer",
|
||||
/// "format": "uint8",
|
||||
/// "minimum": 0.0
|
||||
///}
|
||||
|
|
|
@ -618,7 +618,8 @@ pub mod types {
|
|||
/// "properties": {
|
||||
/// "bootrom_id": {
|
||||
/// "description": "ID of the bootrom used to initialize this
|
||||
/// Instance.", "type": "string",
|
||||
/// Instance.",
|
||||
/// "type": "string",
|
||||
/// "format": "uuid"
|
||||
/// },
|
||||
/// "description": {
|
||||
|
@ -1145,7 +1146,8 @@ pub mod types {
|
|||
/// ```json
|
||||
///{
|
||||
/// "description": "A stable index which is translated by Propolis into a
|
||||
/// PCI BDF, visible to the guest.", "type": "integer",
|
||||
/// PCI BDF, visible to the guest.",
|
||||
/// "type": "integer",
|
||||
/// "format": "uint8",
|
||||
/// "minimum": 0.0
|
||||
///}
|
||||
|
|
Loading…
Reference in New Issue