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