mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-02 04:56:38 +02:00
build(deps): bump redis from 0.29.5 to 0.32.3
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.29.5 to 0.32.3. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.29.5...redis-0.32.3) --- updated-dependencies: - dependency-name: redis dependency-version: 0.32.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
29
Cargo.lock
generated
29
Cargo.lock
generated
@@ -127,7 +127,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"derive_more",
|
||||
"log",
|
||||
"redis",
|
||||
"redis 0.32.3",
|
||||
"static_assertions",
|
||||
"time",
|
||||
"uuid",
|
||||
@@ -219,7 +219,7 @@ dependencies = [
|
||||
"deadpool-redis",
|
||||
"derive_more",
|
||||
"rand 0.9.1",
|
||||
"redis",
|
||||
"redis 0.32.3",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tracing",
|
||||
@@ -857,7 +857,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c136f185b3ca9d1f4e4e19c11570e1002f4bfdd592d589053e225716d613851f"
|
||||
dependencies = [
|
||||
"deadpool",
|
||||
"redis",
|
||||
"redis 0.29.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2013,10 +2013,32 @@ name = "redis"
|
||||
version = "0.29.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"bytes",
|
||||
"combine",
|
||||
"futures-util",
|
||||
"itoa",
|
||||
"num-bigint",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"ryu",
|
||||
"socket2",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "0.32.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f0f6a8c53351d89a3869a703459995a0bcadcfa846002707fbc7e5cca235c4a"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"backon",
|
||||
"bytes",
|
||||
"cfg-if",
|
||||
"combine",
|
||||
"futures-channel",
|
||||
"futures-util",
|
||||
@@ -2169,7 +2191,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"ring",
|
||||
"rustls-pki-types",
|
||||
"rustls-webpki",
|
||||
"subtle",
|
||||
|
Reference in New Issue
Block a user