Skip to content

Commit b2be2ab

Browse files
authored
Merge pull request #23 from spk/dependabot/cargo/redis-0.27
Update redis requirement from 0.26 to 0.27
2 parents a62175a + b77549e commit b2be2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ futures = "0.3"
2020
rand = "0.8"
2121
serde = "1.0"
2222
serde_json = "1.0"
23-
redis = { version = "0.26", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
23+
redis = { version = "0.27", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
2424
time = "0.3"

0 commit comments

Comments
 (0)