File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bb8"
3- version = " 0.8.6 "
3+ version = " 0.9.0 "
44edition = " 2021"
55rust-version = " 1.75"
66description = " Full-featured async (tokio-based) connection pool (like r2d2)"
Original file line number Diff line number Diff line change 11[package ]
22name = " bb8-postgres"
3- version = " 0.8.1 "
3+ version = " 0.9.0 "
44edition = " 2021"
55rust-version = " 1.75"
66description = " Full-featured async (tokio-based) postgres connection pool (like r2d2)"
@@ -19,7 +19,7 @@ repository = "https://github.com/djc/bb8"
1919"with-time-0_3" = [" tokio-postgres/with-time-0_3" ]
2020
2121[dependencies ]
22- bb8 = { version = " 0.8 " , path = " ../bb8" }
22+ bb8 = { version = " 0.9 " , path = " ../bb8" }
2323tokio = { version = " 1.0.0" , features = [" rt" ] }
2424tokio-postgres = " 0.7"
2525
Original file line number Diff line number Diff line change 11[package ]
22name = " bb8-redis"
3- version = " 0.17 .0"
3+ version = " 0.18 .0"
44edition = " 2021"
55rust-version = " 1.75"
66description = " Full-featured async (tokio-based) redis connection pool (like r2d2)"
77license = " MIT"
88repository = " https://github.com/djc/bb8"
99
1010[dependencies ]
11- bb8 = { version = " 0.8 " , path = " ../bb8" }
11+ bb8 = { version = " 0.9 " , path = " ../bb8" }
1212redis = { version = " 0.27" , default-features = false , features = [" tokio-comp" ] }
1313
1414[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments