Skip to content

Commit a353343

Browse files
authored
Merge pull request #8 from jbr/redis-0.20
update redis
2 parents 5c46c07 + cc0cb9f commit a353343

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ license = "MIT OR Apache-2.0"
1111
keywords = ["sessions", "tide", "async-session", "redis"]
1212
categories = ["web-programming::http-server", "web-programming", "database"]
1313

14+
[dependencies.redis]
15+
version = "0.20.1"
16+
features = ["aio", "async-std-comp"]
17+
1418
[dependencies]
15-
redis = { version = "0.17.0", features = ["aio"] }
16-
async-session = "3.0.0"
19+
async-session = "2.0.1"
1720

1821
[dev-dependencies]
19-
async-std = { version = "1.6.2", features = ["attributes"] }
22+
async-std = { version = "1.9.0", features = ["attributes"] }

0 commit comments

Comments
 (0)