From 743f1d6becc4ea068d91cce63fa6b848aad343bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:03:57 +0000 Subject: [PATCH] build(deps): bump actix-governor from 0.5.0 to 0.6.0 Bumps [actix-governor](https://github.com/AaronErhardt/actix-governor) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/AaronErhardt/actix-governor/releases) - [Commits](https://github.com/AaronErhardt/actix-governor/commits/v0.6.0) --- updated-dependencies: - dependency-name: actix-governor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22e5d7014..3599889e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-governor" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2e7b88f3804e01bd4191fdb08650430bbfcb43d3d9b2890064df3551ec7d25b" +checksum = "0954b0f27aabd8f56bb03f2a77b412ddf3f8c034a3c27b2086c1fc75415760df" dependencies = [ "actix-http", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index de52e1389..a53d1f6a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -250,7 +250,7 @@ simdutf8 = "0.1" simdutf8 = { version = "0.1", features = ["aarch64_neon"] } [dev-dependencies] -actix-governor = "0.5" +actix-governor = "0.6" actix-web = { version = "4.9", default-features = false, features = [ "compress-brotli", "compress-gzip",