@@ -27,8 +27,8 @@ arrow2 = {workspace = true, default-features = false, optional = true}
27
27
polars = {workspace = true , optional = true , features =[" dtype-u8" , " dtype-u16" , " lazy" ]}
28
28
polars-arrow = {workspace = true , optional = true }
29
29
polars_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 }
32
32
csv = {version = " 1" , optional = true }
33
33
fallible-streaming-iterator = {version = " 0.1" , optional = true }
34
34
futures = {version = " 0.3" , optional = true }
@@ -51,7 +51,7 @@ regex = {version = "1", optional = true}
51
51
rusqlite = {version = " 0.30.0" , features = [" column_decltype" , " chrono" , " bundled" ], optional = true }
52
52
rust_decimal = {version = " 1" , features = [" db-postgres" ], optional = true }
53
53
rust_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 }
55
55
tokio = {version = " 1" , features = [" rt" , " rt-multi-thread" , " net" ], optional = true }
56
56
tokio-util = {version = " 0.6" , optional = true }
57
57
urlencoding = {version = " 2.1" , optional = true }
0 commit comments