From 389681aa0776530d9b177a37a4dcf50a194576db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:52:12 +0000 Subject: [PATCH] Bump the shuttle group in /examples with 2 updates (#342) Updates the requirements on shuttle-actix-web and shuttle-runtime to permit the latest version. Updates `shuttle-actix-web` to 0.31.0 Updates `shuttle-runtime` to 0.31.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 42fa705..a1373c6 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.30" -shuttle-runtime = "0.30" +shuttle-actix-web = "0.31" +shuttle-runtime = "0.31" tokio = "1" #