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.4.2 "
3+ version = " 0.5.0 "
44authors = [" Dirkjan Ochtman <dirkjan@ochtman.nl>" , " Kyle Huey <khuey@kylehuey.com>" ]
55description = " Full-featured async (tokio-based) connection pool (like r2d2)"
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " bb8-postgres"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [" Dirkjan Ochtman <dirkjan@ochtman.nl>" , " Kyle Huey <khuey@kylehuey.com>" ]
55description = " Full-featured async (tokio-based) postgres connection pool (like r2d2)"
66license = " MIT"
@@ -17,7 +17,7 @@ edition = "2018"
1717
1818[dependencies ]
1919async-trait = " 0.1"
20- bb8 = { version = " 0.4 .0" , path = " ../bb8" }
20+ bb8 = { version = " 0.5 .0" , path = " ../bb8" }
2121tokio = { version = " 0.2" , features = [" rt-core" , " macros" ] }
2222tokio-postgres = " 0.5.1"
2323
Original file line number Diff line number Diff line change 11[package ]
22name = " bb8-redis"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [
55 " Dirkjan Ochtman <dirkjan@ochtman.nl>" ,
66 " Daniel Smith <smith.daniel.br@gmail.com>" ,
@@ -13,7 +13,7 @@ edition = "2018"
1313
1414[dependencies ]
1515async-trait = " 0.1"
16- bb8 = { version = " 0.4 .0" , path = " ../bb8" }
16+ bb8 = { version = " 0.5 .0" , path = " ../bb8" }
1717redis = { version = " 0.17" , default-features = false , features = [" tokio-comp" ] }
1818
1919[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments