From ecdd7d2ff3f4ae83b9cf497714779a9f65e5a5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:16:41 +0100 Subject: [PATCH] Bump the shuttle group in /examples with 2 updates (#373) Updates the requirements on shuttle-actix-web and shuttle-runtime to permit the latest version. Updates `shuttle-actix-web` to 0.43.0 Updates `shuttle-runtime` to 0.43.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 d35e6e8..915399c 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.42" -shuttle-runtime = "0.42" +shuttle-actix-web = "0.43" +shuttle-runtime = "0.43" tokio = "1" #