Skip to content

Commit 9c1bdf1

Browse files
authored
Update Redis dependencies (#3682)
1 parent 9e527ff commit 9c1bdf1

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

Cargo.lock

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ color-thief = "0.2.2"
4343
console-subscriber = "0.4.1"
4444
daedalus = { path = "packages/daedalus" }
4545
dashmap = "6.1.0"
46-
deadpool-redis = "0.20.0"
46+
deadpool-redis = "0.21.1"
4747
dirs = "6.0.0"
4848
discord-rich-presence = "0.2.5"
4949
dotenv-build = "0.1.1"
@@ -89,7 +89,7 @@ quartz_nbt = "0.2.9"
8989
quick-xml = "0.37.5"
9090
rand = "=0.8.5" # Locked on 0.8 until argon2 and p256 update to 0.9
9191
rand_chacha = "=0.3.1" # Locked on 0.3 until we can update rand to 0.9
92-
redis = "=0.29.5" # Locked on 0.29 until deadpool-redis updates to 0.30
92+
redis = "0.31.0"
9393
regex = "1.11.1"
9494
reqwest = { version = "0.12.15", default-features = false }
9595
rust-s3 = { version = "0.35.1", default-features = false, features = [

0 commit comments

Comments
 (0)