From f9a0187be8d28b8ec29d8d6302d9715f691fb3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:40:39 +0000 Subject: [PATCH] chore(deps): Bump governor from 0.7.0 to 0.8.0 Bumps [governor](https://github.com/boinkor-net/governor) from 0.7.0 to 0.8.0. - [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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: governor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fca98926a83ad..f527e81db8f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3913,9 +3913,9 @@ dependencies = [ [[package]] name = "governor" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0746aa765db78b521451ef74221663b57ba595bf83f75d0ce23cc09447c8139f" +checksum = "842dc78579ce01e6a1576ad896edc92fca002dd60c9c3746b7fc2bec6fb429d0" dependencies = [ "cfg-if", "dashmap 6.1.0", @@ -4524,7 +4524,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.8", "tokio", "tower-service", "tracing 0.1.41", @@ -7525,7 +7525,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.92", "quote 1.0.37", "syn 2.0.90", diff --git a/Cargo.toml b/Cargo.toml index 93adae89d8432..da985434bab52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -314,7 +314,7 @@ exitcode = { version = "1.1.2", default-features = false } flate2.workspace = true futures-util = { version = "0.3.29", default-features = false } glob.workspace = true -governor = { version = "0.7.0", default-features = false, features = ["dashmap", "jitter", "std"], optional = true } +governor = { version = "0.8.0", default-features = false, features = ["dashmap", "jitter", "std"], optional = true } h2 = { version = "0.4.7", default-features = false, optional = true } hash_hasher = { version = "2.0.0", default-features = false } hashbrown = { version = "0.14.5", default-features = false, optional = true, features = ["ahash"] }