Skip to content

Commit

Permalink
Update dep redis
Browse files Browse the repository at this point in the history
  • Loading branch information
rmqtt committed Dec 26, 2023
1 parent 1c499b0 commit bf21617
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ map_len = []

[dependencies]
sled = "0.34"
#redis = { version = "0.24", features = [ "tokio-comp" ] }
redis = { git = "https://github.com/tryor/redis-rs.git", features = [ "tokio-comp", "connection-manager" ]}
redis = { version = "0.24", features = [ "tokio-comp", "connection-manager" ] }

futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit bf21617

Please sign in to comment.