From a8b8b24fe26669fc89f86606dff6fca3c51ec424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 06:35:16 +0000 Subject: [PATCH] Bump the shuttle group in /examples with 2 updates (#352) Updates the requirements on shuttle-actix-web and shuttle-runtime to permit the latest version. Updates `shuttle-actix-web` to 0.35.0 Updates `shuttle-runtime` to 0.35.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 ff56bd4..f6ec7e2 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.34" -shuttle-runtime = "0.34" +shuttle-actix-web = "0.35" +shuttle-runtime = "0.35" tokio = "1" #