diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-11 15:43:38 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-11 15:47:21 +0000 |
| commit | a440f563ea18035f6e8019f2862152416510f1cb (patch) | |
| tree | 17c2b4f35e77532bd9b0565d2da158f080d351b4 /Cargo.toml | |
| parent | 0ddb670850bc0c5db55f231de6632f6b3a08937e (diff) | |
deps(crates): bump redis from 0.24.0 to 0.25.0
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.24.0...redis-0.25.0)
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ poise = "0.6.1" once_cell = "1.19.0" owo-colors = "4.0.0" rand = "0.8.5" -redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] } +redis = { version = "0.25.0", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" reqwest = { version = "0.11.24", default-features = false, features = [ "rustls-tls", |
