Skip to content

Commit a911fc1

Browse files
authored
chore: Update redis dependency. (#1121)
The latest version has various bug fixes.
1 parent 12db6a1 commit a911fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/poem/redis-session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish.workspace = true
88
poem = { workspace = true, features = ["redis-session"] }
99
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
1010
tracing-subscriber.workspace = true
11-
redis = { version = "0.32", features = [
11+
redis = { version = "1.0", features = [
1212
"aio",
1313
"tokio-comp",
1414
"connection-manager",

poem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ chrono = { workspace = true, optional = true, default-features = false, features
125125
time = { version = "0.3", optional = true }
126126
mime_guess = { version = "2.0.3", optional = true }
127127
rand = { version = "0.9.0", optional = true }
128-
redis = { version = "0.32", optional = true, features = [
128+
redis = { version = "1.0", optional = true, features = [
129129
"aio",
130130
"tokio-comp",
131131
"connection-manager",

0 commit comments

Comments
 (0)