Skip to content

Commit e4ceaac

Browse files
authored
Merge pull request #53 from jonasmalacofilho/bump-governor
Bump governor to 0.8.0
2 parents 6b471fd + bf49fd3 commit e4ceaac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-governor"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Aaron Erhardt <[email protected]>"]
55
edition = "2021"
66
description = "A rate-limiting middleware for actix-web backed by the governor crate"
@@ -15,7 +15,7 @@ categories = ["web-programming::http-server"]
1515
actix-web = { version = "4", default-features = false }
1616
actix-http = "3"
1717
futures = "0.3"
18-
governor = "0.7.0"
18+
governor = "0.8.0"
1919
log = { version = "0.4", optional = true }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)