Skip to content

Commit

Permalink
chore(cargo): update redis requirement from 0.24.0 to 0.25.4 (#93)
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.24.0...redis-0.25.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Cabo Ciudad <alvarocaboac2@gmail.com>
  • Loading branch information
dependabot[bot] and 0xCAB0 authored Jul 28, 2024
1 parent 3d9f012 commit 70bc4e4
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 @@ -34,14 +34,14 @@ reqwest_cookie_store = "0.6"
typed-builder = "0.18"
fang = { version = "0.10.3", features = ["asynk"], default-features = false }
redis-macros = { version = "0.3.0", optional = true }
redis = { version = "0.24.0", optional = true }
redis = { version = "0.25.4", 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 = { version = "0.24.0" }
redis = { version = "0.25.4" }


[dependencies.bb8-postgres]
Expand Down

0 comments on commit 70bc4e4

Please sign in to comment.