mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
69e785d5a6
Bumps the shuttle group in /examples with 2 updates: [shuttle-actix-web](https://github.com/shuttle-hq/shuttle) and [shuttle-runtime](https://github.com/shuttle-hq/shuttle). Updates `shuttle-actix-web` from 0.48.0 to 0.49.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.48.0...v0.49.0) Updates `shuttle-runtime` from 0.48.0 to 0.49.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.48.0...v0.49.0) --- updated-dependencies: - dependency-name: shuttle-actix-web dependency-type: direct:production update-type: version-update:semver-minor dependency-group: shuttle - dependency-name: shuttle-runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: shuttle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
217 B
TOML
14 lines
217 B
TOML
[package]
|
|
name = "shuttle"
|
|
version = "1.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
# <shuttle-deps>
|
|
[dependencies]
|
|
actix-web = "4"
|
|
shuttle-actix-web = "0.49"
|
|
shuttle-runtime = "0.49"
|
|
tokio = "1"
|
|
# </shuttle-deps>
|