1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

Bump the shuttle group in /examples with 2 updates (#376)

Updates the requirements on [shuttle-actix-web](https://github.com/shuttle-hq/shuttle) and [shuttle-runtime](https://github.com/shuttle-hq/shuttle) to permit the latest version.

Updates `shuttle-actix-web` to 0.45.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shuttle-hq/shuttle/compare/v0.44.0...v0.45.0)

Updates `shuttle-runtime` to 0.45.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shuttle-hq/shuttle/compare/v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: shuttle-actix-web
  dependency-type: direct:production
  dependency-group: shuttle
- dependency-name: shuttle-runtime
  dependency-type: direct:production
  dependency-group: shuttle
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 10:27:10 +01:00 committed by GitHub
parent 410ad6fc61
commit 046e738c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ edition.workspace = true
# <shuttle-deps>
[dependencies]
actix-web = "4"
shuttle-actix-web = "0.44"
shuttle-runtime = "0.44"
shuttle-actix-web = "0.45"
shuttle-runtime = "0.45"
tokio = "1"
# </shuttle-deps>