Skip to content

Commit

Permalink
fix: update shuttle-runtime 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-runtime to permit the latest version.

---
updated-dependencies:
- dependency-name: shuttle-runtime
  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 1f4ae81
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 @@ -31,7 +31,7 @@ dioxus-autofmt = "0.4.0"
tower-http = { version = "0.4.4", features = ["tracing", "compression-br", "compression-deflate", "compression-gzip", "compression-zstd"] }
# Shuttle
miette = { version = "5.10.0" }
shuttle-runtime = { version = "0.31.0", features = ["next", "tracing-subscriber"] }
shuttle-runtime = { version = "0.37.0", features = ["next", "tracing-subscriber"] }
shuttle-axum = { version = "0.31.0" }
shuttle-secrets = { version = "0.34.0" }
tokio = { version = "1.33.0", features = ["full"] }
Expand Down

0 comments on commit 1f4ae81

Please sign in to comment.