Skip to content

Commit

Permalink
update dashmap, redis deps (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev authored Aug 6, 2024
1 parent 0a0ce19 commit d0777e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ homepage = "https://github.com/jacob-pro/actix-extensible-rate-limit"

[dependencies]
actix-web = { version = "4", default-features = false, features = ["macros"] }
dashmap = { version = "5.4.0", optional = true }
dashmap = { version = "6.0", optional = true }
futures = "0.3.28"
log = "0.4.19"
redis = { version = "0.24.0", default-features = false, features = ["tokio-comp", "aio", "connection-manager"], optional = true }
redis = { version = "0.26", default-features = false, features = [
"tokio-comp",
"aio",
"connection-manager",
], optional = true }
thiserror = "1.0.40"

[features]
Expand Down

0 comments on commit d0777e6

Please sign in to comment.