Skip to content

Commit

Permalink
build(deps): update redis requirement from 0.26 to 0.27 (subquery#503)
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.26.0...redis-0.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent 56a3cf8 commit 066fa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/indexer-proxy/proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ digest = '0.10'
ethers = { git = "https://github.com/gakonst/ethers-rs.git", tag = "ethers-v2.0.7" }
hex = "0.4"
jsonwebtoken = "9.1"
redis = { version = "0.26", features = ["tokio-comp"] }
redis = { version = "0.27", features = ["tokio-comp"] }
reqwest = { version = "0.12", features = ["json", "blocking"] }
reqwest-streams = { version = "0.7", features = ["json"] }
once_cell = "1.12"
Expand Down

0 comments on commit 066fa76

Please sign in to comment.