Skip to content

Commit 5d5d91b

Browse files
authored
Update redis dependency version to 1.0.0-rc.2
1 parent ce06524 commit 5d5d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/socketioxide-redis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fred = { version = "10", features = [
3939
"subscriber-client",
4040
"i-pubsub",
4141
], default-features = false, optional = true }
42-
redis = { version = "1.0.0-rc.1", features = [
42+
redis = { version = "1.0.0-rc.2", features = [
4343
"aio",
4444
"tokio-comp",
4545
"streams",

0 commit comments

Comments
 (0)