From 172e897faae01ced64ddbf55dfeb5cd36cb3db89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 04:27:06 +0000 Subject: [PATCH] build(deps): bump actix-governor from 0.7.0 to 0.8.0 Bumps [actix-governor](https://github.com/AaronErhardt/actix-governor) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/AaronErhardt/actix-governor/releases) - [Commits](https://github.com/AaronErhardt/actix-governor/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: actix-governor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 ++++------------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51e367053..9eccbcaa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,14 +21,14 @@ dependencies = [ [[package]] name = "actix-governor" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "072a3d7907b945b0956f9721e01c117ad5765ce5be2fd9bb1e44a117c669de22" +checksum = "4a0cb8586d3fa368d00ef643e8ef77f5d3d5dfe5c7b333415a556bc12eb1c41a" dependencies = [ "actix-http", "actix-web", "futures", - "governor 0.7.0", + "governor", ] [[package]] @@ -2654,27 +2654,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" -[[package]] -name = "governor" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0746aa765db78b521451ef74221663b57ba595bf83f75d0ce23cc09447c8139f" -dependencies = [ - "cfg-if", - "dashmap", - "futures-sink", - "futures-timer", - "futures-util", - "no-std-compat", - "nonzero_ext", - "parking_lot", - "portable-atomic", - "quanta", - "rand", - "smallvec", - "spinning_top", -] - [[package]] name = "governor" version = "0.8.0" @@ -5351,7 +5330,7 @@ dependencies = [ "gender_guesser", "geosuggest-core", "geosuggest-utils", - "governor 0.8.0", + "governor", "grex", "gzp", "hashbrown 0.15.2", diff --git a/Cargo.toml b/Cargo.toml index d400f1862..a36b7431c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -268,7 +268,7 @@ simdutf8 = "0.1" simdutf8 = { version = "0.1", features = ["aarch64_neon"] } [dev-dependencies] -actix-governor = "0.7" +actix-governor = "0.8" actix-web = { version = "4.9", default-features = false, features = [ "compress-brotli", "compress-gzip",