We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b471fd + bf49fd3 commit e4ceaacCopy full SHA for e4ceaac
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "actix-governor"
3
-version = "0.7.0"
+version = "0.8.0"
4
authors = ["Aaron Erhardt <[email protected]>"]
5
edition = "2021"
6
description = "A rate-limiting middleware for actix-web backed by the governor crate"
@@ -15,7 +15,7 @@ categories = ["web-programming::http-server"]
15
actix-web = { version = "4", default-features = false }
16
actix-http = "3"
17
futures = "0.3"
18
-governor = "0.7.0"
+governor = "0.8.0"
19
log = { version = "0.4", optional = true }
20
21
[dev-dependencies]
0 commit comments