Skip to content

Commit

Permalink
update to redis-rs 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Sep 16, 2024
1 parent c42f9e9 commit cb00abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "1.39.3", features = ["sync"] }
async-trait = "0.1.81"
tracing = "0.1.40"
thiserror = "1.0.63"
redis = { version = "0.26.1", features = ["aio", "tokio-comp"]}
redis = { version = "0.27.2", features = ["aio", "tokio-comp"]}
crossbeam-queue = "0.3.11"

[dev-dependencies]
Expand Down

0 comments on commit cb00abe

Please sign in to comment.