From cb493407866f72f1c4303b3ea8bc86ad3a118239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:26:03 +0000 Subject: [PATCH] Bump the shuttle group in /examples with 2 updates (#348) Updates the requirements on shuttle-actix-web and shuttle-runtime to permit the latest version. Updates `shuttle-actix-web` to 0.34.0 Updates `shuttle-runtime` to 0.34.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 12dc69a..ff56bd4 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.33" -shuttle-runtime = "0.33" +shuttle-actix-web = "0.34" +shuttle-runtime = "0.34" tokio = "1" #