Skip to content

Commit 2883847

Browse files
Update redis requirement from 0.28 to 0.29 (#184)
1 parent 815fec8 commit 2883847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ futures = "0.3"
9999
futures-util = "0.3"
100100
jsonwebtoken = { version = "9.0", optional = true }
101101
rand = { version = "0.8", optional = true }
102-
redis = { version = "0.28", features = ["tokio-comp"], optional = true }
102+
redis = { version = "0.29", features = ["tokio-comp"], optional = true }
103103
reqwest = { version = "0.12", features = ["json", "multipart", "stream"] }
104104
serde = { version = "1.0", features = ["derive"] }
105105
serde_json = "1.0"

0 commit comments

Comments
 (0)