0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-23 22:48:21 -05:00

build(deps): bump redis from 0.27.2 to 0.27.5 (#627)

This commit is contained in:
dependabot[bot] 2024-11-02 13:08:35 +00:00 committed by GitHub
parent ee4bc00576
commit e08c0754f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -3135,9 +3135,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "0.27.2" version = "0.27.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7e86f5670bd8b028edfb240f0616cad620705b31ec389d55e4f3da2c38dcd48" checksum = "81cccf17a692ce51b86564334614d72dcae1def0fd5ecebc9f02956da74352b5"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-trait", "async-trait",
@ -3151,7 +3151,7 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"ryu", "ryu",
"tokio 1.41.0", "tokio 1.41.0",
"tokio-retry", "tokio-retry2",
"tokio-util", "tokio-util",
"url 2.5.2", "url 2.5.2",
] ]
@ -4085,10 +4085,10 @@ dependencies = [
] ]
[[package]] [[package]]
name = "tokio-retry" name = "tokio-retry2"
version = "0.3.0" version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" checksum = "903934dba1c4c2f2e9cb460ef10b5695e0b0ecad3bf9ee7c8675e540c5e8b2d1"
dependencies = [ dependencies = [
"pin-project", "pin-project",
"rand 0.8.5", "rand 0.8.5",

View File

@ -47,7 +47,7 @@ mlua = { version = "0.9.9", features = [
"luajit", "luajit",
"vendored", "vendored",
], default-features = false } ], default-features = false }
redis = { version = "0.27.2", features = [ redis = { version = "0.27.5", features = [
"tokio-comp", "tokio-comp",
"connection-manager", "connection-manager",
"tcp_nodelay" "tcp_nodelay"