Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Update shuttle-service requirement from 0.39.0 to 0.42.0
Browse files Browse the repository at this point in the history
Updates the requirements on [shuttle-service](https://github.com/shuttle-hq/shuttle) to permit the latest version.
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.39.0...v0.42.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent bf10464 commit d12d09f
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 @@ -7,7 +7,7 @@ edition = "2021"
async-trait = "0.1.77"
diesel-async = { version = "0.4.1", features = ["postgres"] }
serde = { version = "1.0.197", features = ["derive"] }
shuttle-service = { version = "0.39.0", default-features = false }
shuttle-service = { version = "0.42.0", default-features = false }

[features]
bb8 = ["diesel-async/bb8"]
Expand Down

0 comments on commit d12d09f

Please sign in to comment.