Skip to content

Commit a72a83c

Browse files
authored
Merge pull request #731 from Niivii/fix/mssql-pre-login-token
Fix/mssql pre login token
2 parents 2be78ca + 70ceff7 commit a72a83c

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

Diff for: Cargo.lock

+7-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: connectorx/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ arrow2 = {workspace = true, default-features = false, optional = true}
2727
polars = {workspace = true, optional = true, features=["dtype-u8", "dtype-u16", "lazy"]}
2828
polars-arrow = {workspace = true, optional = true}
2929
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}
3232
csv = {version = "1", optional = true}
3333
fallible-streaming-iterator = {version = "0.1", optional = true}
3434
futures = {version = "0.3", optional = true}
@@ -51,7 +51,7 @@ regex = {version = "1", optional = true}
5151
rusqlite = {version = "0.30.0", features = ["column_decltype", "chrono", "bundled"], optional = true}
5252
rust_decimal = {version = "1", features = ["db-postgres"], optional = true}
5353
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}
5555
tokio = {version = "1", features = ["rt", "rt-multi-thread", "net"], optional = true}
5656
tokio-util = {version = "0.6", optional = true}
5757
urlencoding = {version = "2.1", optional = true}

0 commit comments

Comments
 (0)