Skip to content

Commit 6fd7aa2

Browse files
Bump odbc-api from 11.1.1 to 12.0.0 (#308)
* Bump odbc-api from 11.1.1 to 12.0.0 Bumps [odbc-api](https://github.com/pacman82/odbc-api) from 11.1.1 to 12.0.0. - [Release notes](https://github.com/pacman82/odbc-api/releases) - [Changelog](https://github.com/pacman82/odbc-api/blob/main/CHANGELOG.md) - [Commits](pacman82/odbc-api@v11.1.1...v12.0.0) --- updated-dependencies: - dependency-name: odbc-api dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Also upgrade arrow-odbc --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phillip LeBlanc <[email protected]>
1 parent 78c4ff2 commit 6fd7aa2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ arrow-flight = { version = "54.2.1", features = [
3939
] }
4040
arrow-schema = { version = "54.2.1", features = ["serde"] }
4141
arrow-json = "54.2.1"
42-
arrow-odbc = { version = "=15.1.1" }
42+
arrow-odbc = { version = "16" }
4343
datafusion = { version = "46", default-features = false }
4444
datafusion-expr = { version = "46" }
4545
datafusion-federation = { version = "=0.3.7" }

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mysql_async = { version = "0.35", features = [
5858
], optional = true }
5959
native-tls = { version = "0.2", optional = true }
6060
num-bigint = "0.4"
61-
odbc-api = { version = "11.1", optional = true }
61+
odbc-api = { version = "12.0", optional = true }
6262
pem = { version = "3.0.4", optional = true }
6363
postgres-native-tls = { version = "0.5.0", optional = true }
6464
prost = { version = "0.13", optional = true }

0 commit comments

Comments
 (0)