diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-11 15:23:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-12-11 15:25:09 +0000 |
| commit | 5cb1b751ea5253e3b93647c26fd0389dc0dadd1c (patch) | |
| tree | 2290fc701630030cce94c0c59bf0ee83ec82728e | |
| parent | f8905bfc7fe65741d5f501d4ae210b3c26ef62de (diff) | |
deps(crates): bump redis from 0.23.3 to 0.24.0
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.24.0.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.24.0)
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | Cargo.lock | 21 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 20 insertions, 3 deletions
@@ -1162,6 +1162,21 @@ version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" dependencies = [ + "combine", + "itoa", + "percent-encoding", + "ryu", + "sha1_smol", + "socket2 0.4.10", + "url", +] + +[[package]] +name = "redis" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c580d9cbbe1d1b479e8d67cf9daf6a62c957e6846048408b80b43ac3f6af84cd" +dependencies = [ "async-trait", "bytes", "combine", @@ -1171,6 +1186,8 @@ dependencies = [ "pin-project-lite", "rustls 0.21.8", "rustls-native-certs", + "rustls-pemfile", + "rustls-webpki", "ryu", "sha1_smol", "socket2 0.4.10", @@ -1186,7 +1203,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60eb39e2b44d4c0f9c84e7c5fc4fc3adc8dd26ec48f1ac3a160033f7c03b18fd" dependencies = [ - "redis", + "redis 0.23.3", "redis-macros-derive", "serde", "serde_json", @@ -1688,7 +1705,7 @@ dependencies = [ "once_cell", "poise", "rand 0.8.5", - "redis", + "redis 0.24.0", "redis-macros", "reqwest", "serde", @@ -18,7 +18,7 @@ log = "0.4.20" poise = "0.5.7" once_cell = "1.19.0" rand = "0.8.5" -redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] } +redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" reqwest = { version = "0.11.22", default-features = false, features = [ "rustls-tls", |
