Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2023
1 parent 12af944 commit 116e422
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 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 devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ axum-extra = { version = "0.7.7", features = ["query", "async-read-body"] }
tower-http = { version = "0.4.3", features = ["cors", "fs"] }

# OpenAPI generator
utoipa = { version = "3.4.4", default-features = false, features = ["uuid", "chrono"], optional = true }
utoipa = { version = "3.5.0", default-features = false, features = ["uuid", "chrono"], optional = true }

# Safe pin projection
pin-project-lite = "0.2.11"
Expand Down
2 changes: 1 addition & 1 deletion tools/generate-openapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish = false

[dependencies]
devolutions-gateway = { path = "../../devolutions-gateway", features = ["openapi"] }
utoipa = { version = "3.4.4", default-features = false, features = ["uuid", "chrono", "yaml"] }
utoipa = { version = "3.5.0", default-features = false, features = ["uuid", "chrono", "yaml"] }

0 comments on commit 116e422

Please sign in to comment.