Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 4174203

Browse files
committed
Update breaking versions
1 parent 7bcc9aa commit 4174203

File tree

2 files changed

+21
-41
lines changed

2 files changed

+21
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ flume = "0.11"
6666
magnum = "1"
6767
chrono = "0.4"
6868
rlimit = "0.10"
69-
fluent = "0.16"
69+
fluent = "0.17"
7070
base64 = "0.22"
7171
dashmap = "6"
7272
futures = "0.3"
@@ -92,7 +92,7 @@ dasp_signal = "0.11"
9292
serde_derive = "1"
9393
futures-util = "0.3"
9494
intl-memoizer = "0.5"
95-
deadpool-redis = "0.20"
95+
deadpool-redis = "0.21"
9696
futures-channel = "0.3"
9797
small-fixed-array = "0.4"
9898
prometheus-static-metric = "0.5"
@@ -102,7 +102,7 @@ axum = { version = "0.8", features = ["json"] }
102102
uuid = { version = "1", features = ["rng-rand", "v4"] }
103103
fern = { version = "0.7", features = ["colored"] }
104104
serde = { version = "1", features = ["derive"] }
105-
redis = { version = "0.29", features = ["tokio-rustls-comp"] }
105+
redis = { version = "0.31", features = ["tokio-rustls-comp"] }
106106
tracing = { version = "0.1", features = ["log"] }
107107
aes-gcm = { version = "0.10", features = ["std"] }
108108
typesize = { version = "0.1", features = ["details"] }

0 commit comments

Comments
 (0)