Skip to content

Commit

Permalink
chore(deps): bump redis-test from 0.4.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [redis-test](https://github.com/redis-rs/redis-rs) from 0.4.0 to 0.6.0.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-test-0.4.0...redis-test-0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 51c377b commit 3dd7127
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 5 deletions.
56 changes: 52 additions & 4 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 @@ -57,4 +57,4 @@ redis = { version = "0.25", optional = true, features = ["tokio-comp"] }

[dev-dependencies]
pretty_env_logger = "0.5"
redis-test = { version = "0.4", features = ["aio"] }
redis-test = { version = "0.6", features = ["aio"] }

0 comments on commit 3dd7127

Please sign in to comment.