From 11ff2d232f5c252b2121988a1ff46abcbe7b9a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:08:45 +0000 Subject: [PATCH] chore(deps): Bump governor from 0.6.3 to 0.6.4 Bumps [governor](https://github.com/boinkor-net/governor) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/boinkor-net/governor/releases) - [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml) - [Commits](https://github.com/boinkor-net/governor/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: governor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++++++++------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9935a44e9bdf8..f92b31975b314 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3830,14 +3830,15 @@ dependencies = [ [[package]] name = "governor" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" +checksum = "7a7ecdc5898f6a43e08a7e2c9e2266beb98fd4dfbf2634182540fbb715245093" dependencies = [ "cfg-if", "dashmap 5.5.3", - "futures 0.3.31", + "futures-sink", "futures-timer", + "futures-util", "no-std-compat", "nonzero_ext", "parking_lot", @@ -4436,7 +4437,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", "tower-service", "tracing 0.1.40", @@ -7242,7 +7243,7 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes 1.7.2", "heck 0.5.0", - "itertools 0.11.0", + "itertools 0.12.1", "log", "multimap", "once_cell", @@ -7275,7 +7276,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2 1.0.88", "quote 1.0.37", "syn 2.0.79", @@ -7288,7 +7289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.13.0", "proc-macro2 1.0.88", "quote 1.0.37", "syn 2.0.79", diff --git a/Cargo.toml b/Cargo.toml index aa95242dd7929..36faef6253b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -299,7 +299,7 @@ exitcode = { version = "1.1.2", default-features = false } flate2 = { version = "1.0.34", default-features = false, features = ["default"] } futures-util = { version = "0.3.29", default-features = false } glob.workspace = true -governor = { version = "0.6.3", default-features = false, features = ["dashmap", "jitter", "std"], optional = true } +governor = { version = "0.6.4", default-features = false, features = ["dashmap", "jitter", "std"], optional = true } grok = { version = "2.0.0", default-features = false, optional = true } h2 = { version = "0.4.6", default-features = false, optional = true } hash_hasher = { version = "2.0.0", default-features = false }