mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
limitation clean up (#232)
* add license links to -limitation * move tests to inline mod * use cow str for limiter parameters * add docs to all limitation items * rename builder methods * fix ignored tests * update changelog * fix ci
This commit is contained in:
@ -15,10 +15,12 @@ actix-utils = "3"
|
||||
actix-web = { version = "4", default-features = false }
|
||||
|
||||
chrono = "0.4"
|
||||
derive_more = "0.99.5"
|
||||
log = "0.4"
|
||||
redis = { version = "0.21", default-features = false, features = ["aio", "tokio-comp"] }
|
||||
redis = { version = "0.21", default-features = false, features = ["tokio-comp"] }
|
||||
time = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-web = "4"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
static_assertions = "1"
|
||||
|
Reference in New Issue
Block a user