Skip to content

Commit

Permalink
fix: update shuttle-axum requirement from 0.31.0 to 0.37.0
Browse files Browse the repository at this point in the history
Updates the requirements on shuttle-axum to permit the latest version.

---
updated-dependencies:
- dependency-name: shuttle-axum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 435ae28 commit c2b40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tower-http = { version = "0.4.4", features = ["tracing", "compression-br", "comp
# Shuttle
miette = { version = "5.10.0" }
shuttle-runtime = { version = "0.31.0", features = ["next", "tracing-subscriber"] }
shuttle-axum = { version = "0.31.0" }
shuttle-axum = { version = "0.37.0" }
shuttle-secrets = { version = "0.34.0" }
tokio = { version = "1.33.0", features = ["full"] }
axum = { version = "0.6.20" }
Expand Down

0 comments on commit c2b40ba

Please sign in to comment.