Skip to content

Commit d5a12ea

Browse files
fix(deps): update rust crate redis to 0.30.0
1 parent 3a61552 commit d5a12ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draco_rest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draco_base = { workspace = true }
88
draco_validator = { workspace = true }
99
code0-flow = { workspace = true }
1010
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
11-
redis = { version = "0.29.0", features = [
11+
redis = { version = "0.30.0", features = [
1212
"aio",
1313
"tokio-comp",
1414
"async-std-comp",

0 commit comments

Comments
 (0)