From 12d115780b382ef9d38e709fc36dbd88cb56a68f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:36:32 +0000 Subject: [PATCH] Update shuttle-runtime requirement from 0.47.0 to 0.49.0 Updates the requirements on [shuttle-runtime](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.47.0...v0.49.0) --- updated-dependencies: - dependency-name: shuttle-runtime 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 dc9650a..84c061b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ diesel = { version = "2.1.0", features = ["postgres", "r2d2", "chrono"] } chrono = "0.4.31" rand = "0.8.5" futures = "*" -shuttle-runtime = "0.47.0" +shuttle-runtime = "0.49.0" shuttle-axum = "0.47.0" shuttle-poise = "0.37.0" anyhow = "1.0.79"