davidmhewitt / appcenter-website

MIT License
2 stars 0 forks source link

build(deps): bump utoipa-gen from 4.1.0 to 4.2.0 in /backend #626

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

Bumps utoipa-gen from 4.1.0 to 4.2.0.

Release notes

Sourced from utoipa-gen's releases.

utoipa-gen-4.2.0

What's New :gem: :new: :tada:

Thanks again the awesome community of making this release possible. Changes by glance includes improvements in path macro, support for rocket 0.5 and axum 0.7.0, support for multiple security keys and serde deny unknown fields plus other tweaks.

  • (f7cae03) Update next versions
  • (fe229e2) Allowing utoipa/utoipa-swagger-ui successfully build on Windows and made path proc macro attribute more permissive (#830) @​JohnScience
  • (d437919) Update Rocket v0.5 (#825) @​yuk1ty
  • (1ea9cf8) Update docs
  • (1b9c39b) Path impl_for override. PathBuilder::path_from (#759) @​wyatt-herkamp
  • (7493c33) Add support for specifying multiple security requirement keys (#813) @​abs0luty
  • (f965165) Support serde deny_unknown_fields (#816) @​jayvdb
  • (7e49344) Misc document improvements (#814) @​jayvdb
  • (beb68fa) Hide Debug behind debug feature (#815) @​jayvdb
  • (93dfaf1) Axum 0.7 bindings (#807) @​Libbum

Full change log

Commits
  • f7cae03 Update next versions
  • fe229e2 Allowing utoipa/utoipa-swagger-ui successfully build on Windows and made path...
  • d437919 Update Rocket v0.5 (#825)
  • 3e5a635 Generate embed code instead of using interpolation (#828)
  • c5fca6d fix: community example link to salvo (#824)
  • 1ea9cf8 Update docs
  • 1b9c39b Path impl_for override. PathBuilder::path_from (#759)
  • a968ced fix: fix typo (#822)
  • 7493c33 Add support for specifying multiple security requirement keys (#813)
  • f965165 Support serde deny_unknown_fields (#816)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c85ee2f) 38.92% compared to head (c186db1) 38.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #626 +/- ## ======================================= Coverage 38.92% 38.92% ======================================= Files 57 57 Lines 3430 3430 ======================================= Hits 1335 1335 Misses 2095 2095 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.