Skip to content

Commit

Permalink
Fixed redis-macros version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAB0 committed Sep 21, 2024
1 parent 2ab9d78 commit 434acdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ rand = "0.8"
reqwest_cookie_store = "0.8"
typed-builder = "0.20"
fang = { version = "0.10.3", features = ["asynk"], default-features = false }
redis-macros = { version = "0.3.0", optional = true }
redis-macros = { version = "0.4.2", optional = true }
redis = { version = "0.27.2", optional = true }
serde_json = { version = "1.0.91" }
log = "0.4.20"
lazy_static = "1.4.0"
[dev-dependencies]
env_logger = "0.11.5"
redis-macros = { version = "0.3.0" }
redis-macros = { version = "0.4.2" }
redis = { version = "0.27.2" }


Expand Down

0 comments on commit 434acdf

Please sign in to comment.