fix(deps): update rust crate redis to 0.30.0 (#548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
03bd067d10
commit
5d1b449a61
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -1928,12 +1928,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "0.29.5"
|
||||
version = "0.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1bc42f3a12fd4408ce64d8efef67048a924e543bd35c6591c0447fda9054695f"
|
||||
checksum = "438a4e5f8e9aa246d6f3666d6978441bf1b37d5f417b50c4dd220be09f5fcc17"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"bytes",
|
||||
"cfg-if",
|
||||
"combine",
|
||||
"futures-util",
|
||||
"itoa",
|
||||
|
|
|
@ -23,7 +23,7 @@ eyre = "0.6.12"
|
|||
log = "0.4.21"
|
||||
poise = "0.6.1"
|
||||
octocrab = "0.44.0"
|
||||
redis = { version = "0.29.0", features = ["tokio-comp", "tokio-rustls-comp"] }
|
||||
redis = { version = "0.30.0", features = ["tokio-comp", "tokio-rustls-comp"] }
|
||||
regex = "1.10.4"
|
||||
reqwest = { version = "0.12.4", default-features = false, features = [
|
||||
"rustls-tls",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue