summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-20 06:43:23 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-20 06:47:34 +0000
commit7784808b405c03ddbb346a3e46614f3fddaa436f (patch)
treee207e1524dbc6465b07ed2f006f4173055ebe258 /Cargo.toml
parent196213dd026d18a94a5f729ca469c425e91e0186 (diff)
deps(crates): bump redis from 0.25.0 to 0.25.2
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.0 to 0.25.2. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.0...redis-0.25.2) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18b2b96..5abf446 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.25.0", features = ["tokio-comp", "tokio-rustls-comp"] }
+redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.2.1"
reqwest = { version = "0.11.27", default-features = false, features = [
"rustls-tls",