1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
actix-website/examples/shuttle/Cargo.toml
dependabot[bot] a8b8b24fe2
Bump the shuttle group in /examples with 2 updates (#352)
Updates the requirements on shuttle-actix-web and shuttle-runtime to permit the latest version.

Updates `shuttle-actix-web` to 0.35.0

Updates `shuttle-runtime` to 0.35.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>
2023-12-11 06:35:16 +00:00

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.35"
shuttle-runtime = "0.35"
tokio = "1"
# </shuttle-deps>