From 3e051267c9612b9477d0e2da273a5b54e13c414d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:23:04 +0000 Subject: [PATCH] deps: update governor requirement from 0.6.3 to 0.10.4 in /crablet Updates the requirements on [governor](https://github.com/boinkor-net/governor) to permit the latest version. - [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.10.4) --- updated-dependencies: - dependency-name: governor dependency-version: 0.10.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crablet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crablet/Cargo.toml b/crablet/Cargo.toml index 1fe354f..06c7045 100644 --- a/crablet/Cargo.toml +++ b/crablet/Cargo.toml @@ -105,7 +105,7 @@ prometheus = "0.14.0" sqlite-vec = "0.1.6" parking_lot = "0.12.5" jsonwebtoken = "10.3.0" -governor = { version = "0.6.3", features = ["std", "dashmap", "jitter", "quanta"] } +governor = { version = "0.10.4", features = ["std", "dashmap", "jitter", "quanta"] } tower = { version = "0.5.3", features = ["util", "limit"] } tower_governor = "0.8.0" redis = { version = "0.27", features = ["tokio-comp", "connection-manager"] }