Skip to content

Commit

Permalink
Bump utoipa from 3.5.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [utoipa](https://github.com/juhaku/utoipa) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Commits](juhaku/utoipa@utoipa-3.5.0...utoipa-4.0.0)

---
updated-dependencies:
- dependency-name: utoipa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 9aa3c6c commit 2bc8908
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
34 changes: 30 additions & 4 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 apiserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tower-http = { version = "0.4.4", features = ["full"] }
tower_governor = { git = "https://github.com/benwis/tower-governor", rev="01e1a107" }
tracing = { workspace = true, optional = false }
tracing-subscriber = { workspace = true, optional = false }
utoipa = { version = "3", features = ["axum_extras", "uuid", "chrono"] }
utoipa = { version = "4", features = ["axum_extras", "uuid", "chrono"] }
utoipa-swagger-ui = { version = "3", features = ["axum"] }
uuid = { version = "1.4.1", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }
url = { workspace = true, optional = false }
Expand Down

0 comments on commit 2bc8908

Please sign in to comment.