From 7d6dab707c9cf99cb1e946bfdb3e6c46065de5a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:29:15 +0000 Subject: [PATCH] build(deps): update actix-governor requirement Updates the requirements on [actix-governor](https://github.com/AaronErhardt/actix-governor) to permit the latest version. - [Release notes](https://github.com/AaronErhardt/actix-governor/releases) - [Commits](https://github.com/AaronErhardt/actix-governor/commits) --- updated-dependencies: - dependency-name: actix-governor 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 70310f8f..d540846c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.22.0", features = ["full"] } pcre2 = "0.2.3" ctrlc = "3.2.3" rand = "0.8.5" -actix-governor = "0.4.0-beta.3" +actix-governor = "0.5.0" base64 = "0.21.0" urlencoding = "2.1.2" lazy_static = "1.4.0"