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"] }