Skip to content

Commit

Permalink
Bump redis from 0.25.3 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.3 to 0.26.0.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.25.3...redis-0.26.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent a0e635f commit 31ed64a
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 12 deletions.
76 changes: 66 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
keywords = ["redis", "macro", "derive", "json"]

[dependencies]
redis = { version = "0.25", optional = true }
redis = { version = "0.26", optional = true }
redis-macros-derive = { version = "0.3.0", optional = true, path = "./redis-macros-derive" }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
Expand All @@ -23,6 +23,6 @@ macros = ["dep:redis-macros-derive"]

[dev-dependencies]
deadpool-redis = "0.15"
redis = { version = "0.25", features = ["tokio-comp", "json"] }
redis = { version = "0.26", features = ["tokio-comp", "json"] }
serde_yaml = "0.9"
tokio = { version = "1.38", features = ["full"] }

0 comments on commit 31ed64a

Please sign in to comment.