Skip to content

Commit

Permalink
Update redis requirement from 0.25.1 to 0.27.3
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.25.1...redis-0.27.3)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent c3910ec commit 945a9fb
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 @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
async-trait = "0.1.73"
redis = { version = "0.25.1", features = ["tokio-comp", "cluster-async"] }
redis = { version = "0.27.3", features = ["tokio-comp", "cluster-async"] }
pyo3 = { version = "0.20.0", features = ["extension-module"] }
pyo3-asyncio = { version = "0.20.0", features = ["tokio-runtime"] }
tokio = "1.32.0"
Expand Down

0 comments on commit 945a9fb

Please sign in to comment.