From c8edc4dec916d6d13284394b8f0278c09f86c39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 04:10:33 +0000 Subject: [PATCH] Update floodgate requirement from 0.4.0 to 0.5.0 Updates the requirements on floodgate to permit the latest version. --- updated-dependencies: - dependency-name: floodgate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40d0a59b..32540a19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ humantime = "2.1.0" reqwest = "0.11.12" thiserror = "1.0.37" sentry = "0.29.0" -floodgate = "0.4.0" +floodgate = "0.5.0"