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