Skip to content

Commit 6ac8e1d

Browse files
Update Rust crate openapiv3 to 2.2.0 (#8420)
1 parent 3bb2805 commit 6ac8e1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ oxnet = "0.1.2"
570570
once_cell = "1.21.3"
571571
openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = "main" }
572572
openapi-manager-types = { path = "dev-tools/openapi-manager/types" }
573-
openapiv3 = "2.0.0"
573+
openapiv3 = "2.2.0"
574574
# must match samael's crate!
575575
openssl = "0.10"
576576
openssl-sys = "0.9"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ num-integer = { version = "0.1.46", features = ["i128"] }
8585
num-iter = { version = "0.1.45", default-features = false, features = ["i128"] }
8686
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
8787
once_cell = { version = "1.21.3" }
88-
openapiv3 = { version = "2.0.0", default-features = false, features = ["skip_serializing_defaults"] }
88+
openapiv3 = { version = "2.2.0", default-features = false, features = ["skip_serializing_defaults"] }
8989
peg-runtime = { version = "0.8.5", default-features = false, features = ["std"] }
9090
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
9191
percent-encoding = { version = "2.3.1" }
@@ -214,7 +214,7 @@ num-integer = { version = "0.1.46", features = ["i128"] }
214214
num-iter = { version = "0.1.45", default-features = false, features = ["i128"] }
215215
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
216216
once_cell = { version = "1.21.3" }
217-
openapiv3 = { version = "2.0.0", default-features = false, features = ["skip_serializing_defaults"] }
217+
openapiv3 = { version = "2.2.0", default-features = false, features = ["skip_serializing_defaults"] }
218218
peg-runtime = { version = "0.8.5", default-features = false, features = ["std"] }
219219
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
220220
percent-encoding = { version = "2.3.1" }

0 commit comments

Comments
 (0)