From 2f9944fb268a0ac84f55fb71cd0155ef43a2ed7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:59:20 +0000 Subject: [PATCH] build(deps): bump governor from 0.10.0 to 0.10.1 Bumps [governor](https://github.com/boinkor-net/governor) from 0.10.0 to 0.10.1. - [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.10.0...v0.10.1) --- updated-dependencies: - dependency-name: governor dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7355fd7a1..be173c363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,9 +2084,9 @@ dependencies = [ [[package]] name = "governor" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cbe789d04bf14543f03c4b60cd494148aa79438c8440ae7d81a7778147745c3" +checksum = "444405bbb1a762387aa22dd569429533b54a1d8759d35d3b64cb39b0293eaa19" dependencies = [ "cfg-if", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index 904dea39a..6371148f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -239,7 +239,7 @@ version = "0.14.7" # Rate-limiting [workspace.dependencies.governor] -version = "0.10.0" +version = "0.10.1" default-features = false features = ["std", "dashmap", "quanta"]