Skip to content

Commit

Permalink
Bump the shuttle group in /examples with 2 updates (#362)
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.38.0

Updates `shuttle-runtime` to 0.38.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 5, 2024
1 parent 94b9988 commit 9f7734a
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.37"
shuttle-runtime = "0.37"
shuttle-actix-web = "0.38"
shuttle-runtime = "0.38"
tokio = "1"
# </shuttle-deps>

0 comments on commit 9f7734a

Please sign in to comment.