Skip to content

Commit

Permalink
build(deps): bump the utoipa group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the utoipa group with 2 updates: [utoipa-swagger-ui](https://github.com/juhaku/utoipa) and [utoipa](https://github.com/juhaku/utoipa).


Updates `utoipa-swagger-ui` from 8.0.3 to 8.1.0
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-swagger-ui-8.0.3...utoipa-swagger-ui-8.1.0)

Updates `utoipa` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-5.2.0...utoipa-5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent b130a7b commit 1a4901f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 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 @@ -53,8 +53,8 @@ strum = { version = "0.26", features = ["strum_macros", "derive"] }
thiserror = "2.0"
tracing = "0.1"
tracing-subscriber = "0.3"
utoipa-swagger-ui = { version = "8.0", features = ["actix-web"] }
utoipa = { version = "5.2", features = ["actix_extras", "chrono", "indexmap", "preserve_order", "yaml"] }
utoipa-swagger-ui = { version = "8.1", features = ["actix-web"] }
utoipa = { version = "5.3", features = ["actix_extras", "chrono", "indexmap", "preserve_order", "yaml"] }

[dependencies.noodles]
version = "0.77.0"
Expand Down

0 comments on commit 1a4901f

Please sign in to comment.