From 9c20714a3f1ec4b0e4cafbcf3431f9d765fd6f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:49:27 +0000 Subject: [PATCH] Update shuttle-service requirement from 0.39.0 to 0.43.0 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](https://github.com/shuttle-hq/shuttle/compare/v0.39.0...v0.43.0) --- updated-dependencies: - dependency-name: shuttle-service dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03382a8..7f37b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.43.0", default-features = false } [features] bb8 = ["diesel-async/bb8"]