File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bb8"
3
- version = " 0.8.3 "
3
+ version = " 0.9.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.63"
6
6
description = " Full-featured async (tokio-based) connection pool (like r2d2)"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repository = "https://github.com/djc/bb8"
20
20
21
21
[dependencies ]
22
22
async-trait = " 0.1"
23
- bb8 = { version = " 0.8 " , path = " ../bb8" }
23
+ bb8 = { version = " 0.9 " , path = " ../bb8" }
24
24
tokio = { version = " 1.0.0" , features = [" rt" ] }
25
25
tokio-postgres = " 0.7"
26
26
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/djc/bb8"
9
9
10
10
[dependencies ]
11
11
async-trait = " 0.1"
12
- bb8 = { version = " 0.8 " , path = " ../bb8" }
12
+ bb8 = { version = " 0.9 " , path = " ../bb8" }
13
13
redis = { version = " 0.25" , default-features = false , features = [" tokio-comp" ] }
14
14
15
15
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments