orhun / rustypaste

A minimal file upload/pastebin service.
https://blog.orhun.dev/blazingly-fast-file-sharing
MIT License
771 stars 48 forks source link

chore(deps): bump shuttle-actix-web from 0.42.0 to 0.45.0 #284

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps shuttle-actix-web from 0.42.0 to 0.45.0.

Release notes

Sourced from shuttle-actix-web's releases.

v0.45.0

Shuttle: v0.45.0 update

This release comes with a few bugfixes and lots of behind the scenes work on upcoming updates.

Breaking changes

  • The project list command on cargo-shuttle v0.44.0 will produce an additional 404 error. Upgrade to v0.45.0 to resolve this.

Bug fixes

  • Improved the error when Docker is not running on local runs.
  • Shuttle will no longer try to run library workspace members that have the shuttle-runtime dependency.
  • Made the project delete action more reliable.

Upgrading

Refer to the upgrading docs for how to upgrade your projects.

What's Changed

Full Changelog: https://github.com/shuttle-hq/shuttle/compare/v0.44.0...v0.45.0

... (truncated)

Changelog

Sourced from shuttle-actix-web's changelog.

0.45.0 - 2024-05-09

Features

  • (runtime) Version endpoint for runner version check - (3757bfe)

Bug Fixes

  • (backends) Switch to http otel collector for compatibility with beta - (85a8d54)
  • (cargo-shuttle) Better error when docker is not running (#1759) - (873f11b)
  • (cargo-shuttle) Skip org project listing on beta - (b52786b)
  • (runtime) Make compatible with alpha & beta - (3fc73ea)
  • (service) Improve workspace member discovery and error (#1758) - (28f4011)
  • Otel-otlp http client, deployment request (#1765) - (f947dee)
  • Review comments on ecs-common - (cd2c7a8)
  • Make services compatible with beta runtime - (a45addb)

Refactor

  • (cargo-shuttle) Adapt project response for beta (#1756) - (7fd5723)
  • (cargo-shuttle) Cleanup of beta branching & behaviour (#1760) - (43d7f28)
  • Return team details when creating a new team (#1761) - (399b525)
  • Rename organizations to teams (#1754) - (61ec530)

Testing

Miscellaneous Tasks

Miscellaneous

  • (cargo-shuttle) Nits - (f1f4b4e)
  • Bump examples - (00a1bc4)
  • Arg for provisioner-uri (#1763) - (8671518)
  • Project delete (#1762) - (cf701a7)
  • Merge pull request #1753 from shuttle-hq/feat/shuttle-ecs-common - (3322112)
  • Update timeout comment - (95c155b)
  • Merge remote-tracking branch 'upstream/main' into feat/shuttle-ecs-common - (a0e1bf1)
  • Merge remote-tracking branch 'upstream/main' into feat/shuttle-ecs-common - (ceed492)

0.44.0 - 2024-04-23

Features

  • (admin) Change project owner (#1725) - (d26e6c8)
  • (gateway) Compare permission checks to permit (#1706) - (9130d5b)
  • (shuttle-turso) Change turso resource output type to database (#1747) - (86ca0c0)

... (truncated)

Commits


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-commenter commented 3 months ago

Codecov Report

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

Project coverage is 83.20%. Comparing base (5b363a1) to head (933cff8).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #284 +/- ## ======================================= Coverage 83.20% 83.20% ======================================= Files 11 11 Lines 1209 1209 ======================================= Hits 1006 1006 Misses 203 203 ```

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