Skip to content

Commit

Permalink
Bump arrow-odbc from 13.0.2 to 14.0.0
Browse files Browse the repository at this point in the history
Bumps [arrow-odbc](https://github.com/pacman82/arrow-odbc) from 13.0.2 to 14.0.0.
- [Release notes](https://github.com/pacman82/arrow-odbc/releases)
- [Changelog](https://github.com/pacman82/arrow-odbc/blob/main/CHANGELOG.md)
- [Commits](pacman82/arrow-odbc@v13.0.2...v14.0.0)

---
updated-dependencies:
- dependency-name: arrow-odbc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 3d68b8d commit 394fc35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "arrow_odbc"
crate-type = ["cdylib"]

[dependencies]
arrow-odbc = "13.0.2"
arrow-odbc = "14.0.0"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "53.3.0", default-features = false, features = ["ffi"] }
Expand Down

0 comments on commit 394fc35

Please sign in to comment.