From 410ad6fc6153b935ec1e40875638c76f51fe4980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:49:47 +0100 Subject: [PATCH] Bump the shuttle group in /examples with 2 updates (#375) Updates the requirements on [shuttle-actix-web](https://github.com/shuttle-hq/shuttle) and [shuttle-runtime](https://github.com/shuttle-hq/shuttle) to permit the latest version. Updates `shuttle-actix-web` to 0.44.0 - [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.43.0...v0.44.0) Updates `shuttle-runtime` to 0.44.0 - [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.43.0...v0.44.0) --- updated-dependencies: - dependency-name: shuttle-actix-web dependency-type: direct:production dependency-group: shuttle - dependency-name: shuttle-runtime dependency-type: direct:production dependency-group: shuttle ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/shuttle/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/shuttle/Cargo.toml b/examples/shuttle/Cargo.toml index 915399c..0584326 100644 --- a/examples/shuttle/Cargo.toml +++ b/examples/shuttle/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true # [dependencies] actix-web = "4" -shuttle-actix-web = "0.43" -shuttle-runtime = "0.43" +shuttle-actix-web = "0.44" +shuttle-runtime = "0.44" tokio = "1" #