Skip to content

Commit

Permalink
chore: update utoipa swagger ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Feb 13, 2024
1 parent e1424c2 commit 873ea49
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 22 deletions.
14 changes: 2 additions & 12 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 auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ actix-web-extras = { version = "0.1", optional = true }

# feature: swagger
utoipa = { version = "4", features = ["actix_extras"], optional = true }
utoipa-swagger-ui = { version = "4", features = ["actix-web"], optional = true }
utoipa-swagger-ui = { version = "6", features = ["actix-web"], optional = true }

[features]
actix = ["actix-web", "actix-http", "actix-web-httpauth", "actix-web-extras"]
Expand Down
4 changes: 2 additions & 2 deletions bombastic/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ derive_more = "0.99"
prometheus = "0.13.3"

utoipa = { version = "4", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "4", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }

[dev-dependencies]
env_logger = "0.11"
env_logger = "0.11"
2 changes: 1 addition & 1 deletion collector/osv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1"
derive_more = "0.99"
log = "0.4"
utoipa = { version = "4", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "4", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
guac = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion collector/snyk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4", features = ["derive"] }
anyhow = "1"
log = "0.4"
utoipa = { version = "4", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "4", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0.44"
serde_json = "1.0.68"
Expand Down
2 changes: 1 addition & 1 deletion collectorist/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ derive_more = "0.99"
futures = "0.3"
log = "0.4"
utoipa = { version = "4", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "4", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.25"
tokio = { version = "1.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion exhort/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = "1"
log = "0.4"
thiserror = "1.0.44"
utoipa = { version = "4", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "4", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.68", features = [ "raw_value" ] }
packageurl = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion spog/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tracing = "0.1"
url = "2"
urlencoding = "2.1.2"
utoipa = { version = "4", features = ["actix_extras", "yaml", "time"] }
utoipa-swagger-ui = { version = "4", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
uuid = { version = "1", features = ["v4"] }
v11y-model = { path = "../../v11y/model" }

Expand Down
2 changes: 1 addition & 1 deletion v11y/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1"
derive_more = "0.99"
log = "0.4"
utoipa = { version = "4", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "4", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
tokio = { version = "1.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion vexination/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ prometheus = "0.13.3"
actix-web-httpauth = "0.8.0"

utoipa = { version = "4", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "4", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }

0 comments on commit 873ea49

Please sign in to comment.