Skip to content

Commit a1f4e1c

Browse files
authored
Merge pull request #10 from Mind-Help/main
update redis version
2 parents cff988a + f35c5c9 commit a1f4e1c

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
@@ -13,7 +13,7 @@ edition = "2018"
1313
exclude = ["docker"]
1414

1515
[dependencies]
16-
redis = { version = "^0.21.0", optional = true }
16+
redis = { version = "^0.22.1", optional = true }
1717

1818
[features]
1919
default = ['redis']

0 commit comments

Comments
 (0)