From 0111ef016ad26b5be26bc7ca81f5afab03e797fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:36:43 +0000 Subject: [PATCH] Update shuttle-serenity requirement from 0.47.0 to 0.49.0 Updates the requirements on [shuttle-serenity](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-serenity 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..8808d56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ shuttle-axum = "0.47.0" shuttle-poise = "0.37.0" anyhow = "1.0.79" tracing = "0.1.40" -shuttle-serenity = "0.47.0" +shuttle-serenity = "0.49.0" time = "0.3.36"