Merge pull request #315 from PrismLauncher/renovate/redis-0.x

This commit is contained in:
Sefa Eyeoglu 2024-04-30 22:43:58 +02:00 committed by GitHub
commit ae8186242a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1408,9 +1408,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "0.25.2" version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d64e978fd98a0e6b105d066ba4889a7301fca65aeac850a877d8797343feeb" checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",

View file

@ -23,7 +23,7 @@ eyre = "0.6.11"
log = "0.4.21" log = "0.4.21"
poise = "0.6.1" poise = "0.6.1"
octocrab = "0.37.0" octocrab = "0.37.0"
redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] } redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] }
regex = "1.10.3" regex = "1.10.3"
reqwest = { version = "0.12.2", default-features = false, features = [ reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls", "rustls-tls",