Skip to content

Commit

Permalink
chore: update openapiv3 crate (#487)
Browse files Browse the repository at this point in the history
Resolves #485

Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro authored Dec 22, 2022
1 parent 9d87629 commit db3b920
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ url_dep = { version = ">=1.7,<3", package = "url" }
thiserror = "1.0"
anyhow = "1.0"
once_cell = "1.4"
openapiv3 = { version = "1.0.0-beta.5", optional = true }
openapiv3 = { version = "1.0.2", optional = true }
indexmap = { version = "1.0", features = ["serde-1", "std"], optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ actix-web-validator2 = { version = "2.2", optional = true, package = "actix-web-
actix-web-validator3 = { version = "3.0", optional = true, package = "actix-web-validator" }
validator12 = { version = "0.12", features = ["derive"], optional = true, package = "validator" }
validator14 = { version = "0.14", features = ["derive"], optional = true, package = "validator" }
openapiv3 = { version = "1.0.0-beta.5", optional = true }
openapiv3 = { version = "1.0.2", optional = true }
indexmap = { version = "1.0", features = ["serde-1", "std"], optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion plugins/actix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ actix-web4 = { version = "4", default-features = false, optional = true, package
mime_guess = { version = "2.0.4", default-features = false }
serde_json = "1.0"
once_cell = "1.4"
openapiv3 = { version = "1.0.0-beta.5", optional = true }
openapiv3 = { version = "1.0.2", optional = true }
include_dir = { version = "0.7.2", optional = true }
tinytemplate = { version = "1.1", optional = true }

Expand Down

0 comments on commit db3b920

Please sign in to comment.