Skip to content

Commit de354b6

Browse files
chore(deps): update rust crate redis to 0.28.0
1 parent 21f9a7f commit de354b6

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
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.dependencies]
12-
redis = { version = "0.27.0", features = ["async-std", "tokio", "aio", "tokio-comp", "async-std-comp"] }
12+
redis = { version = "0.28.0", features = ["async-std", "tokio", "aio", "tokio-comp", "async-std-comp"] }
1313
tonic = "0.12.1"
1414
tokio = { version = "1.39", features = ["rt-multi-thread", "rt", "macros"] }
1515
futures = "0.3"

0 commit comments

Comments
 (0)