Skip to content

Commit

Permalink
Merge pull request #37 from uku3lig/remove-deadpool
Browse files Browse the repository at this point in the history
fix: remove deadpool dependency
  • Loading branch information
daniel7grant authored Sep 18, 2024
2 parents c39f338 + 3515377 commit 606b69c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ license = "MIT"
keywords = ["redis", "macro", "derive", "json"]

[dependencies]
deadpool-redis = "0.17"
redis = { version = "0.27", optional = true }
redis-macros-derive = { version = "0.4.2", optional = true, path = "./redis-macros-derive" }
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit 606b69c

Please sign in to comment.