Skip to content

Commit b8332bf

Browse files
Update Rust crate openapiv3 to 2.0.0 (#1050)
* Update Rust crate openapiv3 to 2.0.0 * cargo hakari --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alan Hanson <alan@oxidecomputer.com>
1 parent c640e2c commit b8332bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ num_enum = "0.7"
6363
num-derive = "0.4"
6464
num-traits = "0.2"
6565
omicron-zone-package = "0.9.1"
66-
openapiv3 = "2.0.0-rc.1"
66+
openapiv3 = "2.0.0"
6767
opentelemetry = "0.21.0"
6868
opentelemetry-jaeger = { version = "0.17.0" }
6969
percent-encoding = "2.3"

workspace-hack/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ log = { version = "0.4", default-features = false, features = ["std"] }
3636
num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] }
3737
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
3838
num-traits = { version = "0.2", features = ["i128", "libm"] }
39-
openapiv3 = { version = "2.0.0-rc.1", default-features = false, features = ["skip_serializing_defaults"] }
39+
openapiv3 = { version = "2", default-features = false, features = ["skip_serializing_defaults"] }
4040
phf_shared = { version = "0.11" }
4141
rand = { version = "0.8", features = ["min_const_gen", "small_rng"] }
4242
rand_chacha = { version = "0.3" }
@@ -69,7 +69,7 @@ indexmap = { version = "2", features = ["serde"] }
6969
libc = { version = "0.2", features = ["extra_traits"] }
7070
log = { version = "0.4", default-features = false, features = ["std"] }
7171
num-traits = { version = "0.2", features = ["i128", "libm"] }
72-
openapiv3 = { version = "2.0.0-rc.1", default-features = false, features = ["skip_serializing_defaults"] }
72+
openapiv3 = { version = "2", default-features = false, features = ["skip_serializing_defaults"] }
7373
phf_shared = { version = "0.11" }
7474
rand = { version = "0.8", features = ["min_const_gen", "small_rng"] }
7575
rand_chacha = { version = "0.3" }

0 commit comments

Comments
 (0)