@@ -27,8 +27,8 @@ arrow2 = {workspace = true, default-features = false, optional = true}
2727polars = {workspace = true , optional = true , features =[" dtype-u8" , " dtype-u16" , " lazy" ]}
2828polars-arrow = {workspace = true , optional = true }
2929polars_old = { package = " polars" , version = " 0.32" , optional = true , features =[" dtype-u8" , " dtype-u16" ]}
30- bb8 = {version = " 0.7 " , optional = true }
31- bb8-tiberius = {version = " 0.8 " , optional = true }
30+ bb8 = {version = " 0.8 " , optional = true }
31+ bb8-tiberius = {version = " 0.11 " , optional = true }
3232csv = {version = " 1" , optional = true }
3333fallible-streaming-iterator = {version = " 0.1" , optional = true }
3434futures = {version = " 0.3" , optional = true }
@@ -51,7 +51,7 @@ regex = {version = "1", optional = true}
5151rusqlite = {version = " 0.30.0" , features = [" column_decltype" , " chrono" , " bundled" ], optional = true }
5252rust_decimal = {version = " 1" , features = [" db-postgres" ], optional = true }
5353rust_decimal_macros = {version = " 1" , optional = true }
54- tiberius = {version = " 0.7.3 " , features = [" rust_decimal" , " chrono" , " integrated-auth-gssapi" ], optional = true }
54+ tiberius = {version = " 0.9 " , features = [" rust_decimal" , " chrono" , " integrated-auth-gssapi" ], optional = true }
5555tokio = {version = " 1" , features = [" rt" , " rt-multi-thread" , " net" ], optional = true }
5656tokio-util = {version = " 0.6" , optional = true }
5757urlencoding = {version = " 2.1" , optional = true }
0 commit comments