Skip to content

Commit a89e062

Browse files
committed
Upgrade bb8-redis to tokio 0.3
1 parent 9afe8b4 commit a89e062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

redis/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bb8-redis"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = [
55
"Dirkjan Ochtman <[email protected]>",
66
"Daniel Smith <[email protected]>",
@@ -13,9 +13,9 @@ edition = "2018"
1313

1414
[dependencies]
1515
async-trait = "0.1"
16-
bb8 = { version = "0.5.0", path = "../bb8" }
17-
redis = { version = "0.17", default-features = false, features = ["tokio-comp"] }
16+
bb8 = { version = "0.6.1", path = "../bb8" }
17+
redis = { version = "0.18", default-features = false, features = ["tokio-comp"] }
1818

1919
[dev-dependencies]
2020
futures-util = "0.3.2"
21-
tokio = { version = "0.2", features = ["macros"] }
21+
tokio = { version = "0.3.5", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)