Skip to content

Commit

Permalink
Bump deadpool-redis from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [deadpool-redis](https://github.com/bikeshedder/deadpool) from 0.16.0 to 0.17.0.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](bikeshedder/deadpool@deadpool-redis-v0.16.0...deadpool-redis-v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent caa51db commit 5015e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ json = ["dep:redis", "dep:serde", "dep:serde_json"]
macros = ["dep:redis-macros-derive"]

[dev-dependencies]
deadpool-redis = { version = "0.16.0" }
deadpool-redis = { version = "0.17.0" }
redis = { version = "0.26.0", features = ["tokio-comp", "json"] }
serde_yaml = "0.9"
tokio = { version = "1.38", features = ["full"] }

0 comments on commit 5015e30

Please sign in to comment.