Skip to content

Commit 75b50f0

Browse files
authored
Merge pull request #1 from aon3d/redis-bump
Upgrade redis to 0.26.1
2 parents 269c4f1 + 441a663 commit 75b50f0

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
@@ -12,7 +12,7 @@ keywords = ["sessions", "tide", "async-session", "redis"]
1212
categories = ["web-programming::http-server", "web-programming", "database"]
1313

1414
[dependencies.redis]
15-
version = "0.25.4"
15+
version = "0.26.1"
1616
features = ["async-std-comp"]
1717

1818
[dependencies]

0 commit comments

Comments
 (0)