Skip to content

Commit

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


Updates `utoipa-swagger-ui` from 8.0.3 to 9.0.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-9.0.0)

Updates `utoipa` from 5.2.0 to 5.3.1
- [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.1)

---
updated-dependencies:
- dependency-name: utoipa-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Feb 3, 2025
1 parent 35d0ed4 commit 6601805
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 = "9.0", features = ["actix-web"] }
utoipa = { version = "5.3", features = ["actix_extras", "chrono", "indexmap", "preserve_order", "yaml"] }
tempfile = "3.16.0"
lru = "0.13.0"

Expand Down

0 comments on commit 6601805

Please sign in to comment.