Skip to content

Commit

Permalink
Bump arrow-odbc from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [arrow-odbc](https://github.com/pacman82/arrow-odbc) from 2.0.0 to 2.1.0.
- [Changelog](https://github.com/pacman82/arrow-odbc/blob/main/Changelog.md)
- [Commits](pacman82/arrow-odbc@v2.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 10c90cd commit 1df8679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 = "2.0.0"
arrow-odbc = "2.1.0"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "47.0.0", default-features = false, features = ["ffi"] }
Expand Down

0 comments on commit 1df8679

Please sign in to comment.