Skip to content

Commit

Permalink
Update Rust crate openapiv3 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Dec 9, 2023
1 parent 2a3db41 commit 1d4eaf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ oxide-client = { path = "clients/oxide-client" }
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "24ceba1969269e4d81bda83d8968d7d7f713c46b", features = [ "api", "std" ] }
once_cell = "1.19.0"
openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = "main" }
openapiv3 = "2.0.0-rc.1"
openapiv3 = "2.0.0"
# must match samael's crate!
openssl = "0.10"
openssl-sys = "0.9"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ num-bigint = { version = "0.4.4", features = ["rand"] }
num-integer = { version = "0.1.45", features = ["i128"] }
num-iter = { version = "0.1.43", default-features = false, features = ["i128"] }
num-traits = { version = "0.2.16", features = ["i128", "libm"] }
openapiv3 = { version = "2.0.0-rc.1", default-features = false, features = ["skip_serializing_defaults"] }
openapiv3 = { version = "2.0.0", default-features = false, features = ["skip_serializing_defaults"] }
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
petgraph = { version = "0.6.4", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
Expand Down Expand Up @@ -171,7 +171,7 @@ num-bigint = { version = "0.4.4", features = ["rand"] }
num-integer = { version = "0.1.45", features = ["i128"] }
num-iter = { version = "0.1.43", default-features = false, features = ["i128"] }
num-traits = { version = "0.2.16", features = ["i128", "libm"] }
openapiv3 = { version = "2.0.0-rc.1", default-features = false, features = ["skip_serializing_defaults"] }
openapiv3 = { version = "2.0.0", default-features = false, features = ["skip_serializing_defaults"] }
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
petgraph = { version = "0.6.4", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
Expand Down

0 comments on commit 1d4eaf3

Please sign in to comment.