Skip to content

Commit

Permalink
Upgrade utoipa.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Oct 25, 2023
1 parent 300b628 commit 5f658a2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions rtz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ axum = { version = "0.6.20", features = ["macros"], optional = true }
hyper = { version = "0.14.27", features = ["full"], optional = true }
tower = { version = "0.4.13", features = ["full"], optional = true }
tower-http = { version = "0.4.3", features = ["full"], optional = true }
utoipa = { version = "3.5.0", features = ["axum_extras"], optional = true }
utoipa-swagger-ui = { version = "3.1.5", features = ["axum"], optional = true }
utoipa-redoc = { version = "0.1.0", features = ["axum"], optional = true }
utoipa-rapidoc = { version = "0.1.0", features = ["axum"], optional = true }
utoipa = { version = "4.0.0", features = ["axum_extras"], optional = true }
utoipa-swagger-ui = { version = "4.0.0", features = ["axum"], optional = true }
utoipa-redoc = { version = "1.0.0", features = ["axum"], optional = true }
utoipa-rapidoc = { version = "1.0.0", features = ["axum"], optional = true }

# telemetry
axum-insights = { version = "0.3.1", optional = true }
axum-insights = { version = "0.3.2", optional = true }
tracing = { version = "0.1.40", optional = true }

# wasm
Expand Down

0 comments on commit 5f658a2

Please sign in to comment.