Skip to content

Commit

Permalink
Bump the shuttle group in /examples with 2 updates (#364)
Browse files Browse the repository at this point in the history
Updates the requirements on shuttle-actix-web and shuttle-runtime to permit the latest version.

Updates `shuttle-actix-web` to 0.39.0

Updates `shuttle-runtime` to 0.39.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent d60ca3c commit b5b6419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/shuttle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
# <shuttle-deps>
[dependencies]
actix-web = "4"
shuttle-actix-web = "0.38"
shuttle-runtime = "0.38"
shuttle-actix-web = "0.39"
shuttle-runtime = "0.39"
tokio = "1"
# </shuttle-deps>

0 comments on commit b5b6419

Please sign in to comment.