Skip to content

Commit

Permalink
Bump arrow-odbc from 12.2.0 to 13.0.0
Browse files Browse the repository at this point in the history
Bumps [arrow-odbc](https://github.com/pacman82/arrow-odbc) from 12.2.0 to 13.0.0.
- [Changelog](https://github.com/pacman82/arrow-odbc/blob/main/Changelog.md)
- [Commits](pacman82/arrow-odbc@v12.2.0...v13.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 4ff3342 commit 8c784ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 = "12.2.0"
arrow-odbc = "13.0.0"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "53.2.0", default-features = false, features = ["ffi"] }
Expand Down

0 comments on commit 8c784ff

Please sign in to comment.