Skip to content

Commit

Permalink
fix(deps): Upgrade utoipa
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Oct 21, 2024
1 parent ccf4f8a commit 8bcf609
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 116 deletions.
149 changes: 36 additions & 113 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ tower = { version = "0.5.1", features = ["util"] }
tower-http = { version = "0.6.1", features = ["timeout", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
utoipa = { version = "4.2.3", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] }
utoipa = { version = "5.1.1", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "8.0.1", features = ["axum"] }
serde = { version = "1.0.210", features = ["derive"] }
mf1 = "0.1.5"
sentry = { version = "0.34.0", features = ["tracing", "tower", "tower-http"] }
Expand Down
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ allow = [
"OpenSSL",
"Unicode-3.0",
"CC0-1.0",
"MPL-2.0" # webpki-roots
"MPL-2.0", # webpki-roots
"BSL-1.0" # Boost Software License 1.0 (lockfree-object-pool)
]
# The confidence threshold for detecting a license from license text.
# The higher the value, the more closely the license text must be to the
Expand Down

0 comments on commit 8bcf609

Please sign in to comment.