diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-20 03:44:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-20 03:44:30 +0000 |
| commit | f51df3dfb4e4b6d1786a89e43b46f60570ec0569 (patch) | |
| tree | 24ed5c6cc55b03a7853c1014f1b1b10f00ba3f67 | |
| parent | bcf614f85871f69f1b2b245d6b5beba0ef7e0eaa (diff) | |
crates: bump redis from 0.25.2 to 0.25.3 (#170)
deps(crates): bump redis from 0.25.2 to 0.25.3
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.2...redis-0.25.3)
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | Cargo.lock | 6 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1435,9 +1435,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71d64e978fd98a0e6b105d066ba4889a7301fca65aeac850a877d8797343feeb" +checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd" dependencies = [ "async-trait", "bytes", @@ -2063,7 +2063,7 @@ dependencies = [ "log", "poise", "rand 0.8.5", - "redis 0.25.2", + "redis 0.25.3", "redis-macros", "reqwest 0.12.2", "serde", @@ -21,7 +21,7 @@ include_dir = "0.7.3" log = "0.4.21" poise = "0.6.1" rand = "0.8.5" -redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] } +redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls", |
