1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-04-19 01:02:08 +02:00

build(deps): bump redis from 0.29.2 to 0.29.5

Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.29.2 to 0.29.5.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.29.2...redis-0.29.5)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 0.29.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-07 16:21:07 +00:00 committed by GitHub
parent d994912ac2
commit 8aa3e7830a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Cargo.lock generated
View File

@ -576,9 +576,9 @@ dependencies = [
[[package]]
name = "backon"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49fef586913a57ff189f25c9b3d034356a5bf6b3fa9a7f067588fe1698ba1f5d"
checksum = "970d91570c01a8a5959b36ad7dd1c30642df24b6b3068710066f6809f7033bb7"
dependencies = [
"fastrand",
]
@ -1988,9 +1988,9 @@ dependencies = [
[[package]]
name = "redis"
version = "0.29.2"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b110459d6e323b7cda23980c46c77157601199c9da6241552b284cd565a7a133"
checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
dependencies = [
"arc-swap",
"backon",