Skip to content

Commit

Permalink
Update redis requirement from 0.26 to 0.27 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 488a633 commit fe9cb8e
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 @@ -35,7 +35,7 @@ futures = "0.3"
futures-util = "0.3"
jsonwebtoken = {version = "9.0", optional = true}
rand = {version = "0.8", optional = true}
redis = {version = "0.26", features = ["tokio-comp"], optional = true}
redis = {version = "0.27", features = ["tokio-comp"], optional = true}
reqwest = {version = "0.12", features = ["json", "multipart", "stream"]}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
Expand Down

0 comments on commit fe9cb8e

Please sign in to comment.