Skip to content

Commit

Permalink
Bump arrow-odbc from 13.0.0 to 13.0.1
Browse files Browse the repository at this point in the history
Bumps [arrow-odbc](https://github.com/pacman82/arrow-odbc) from 13.0.0 to 13.0.1.
- [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.0...v13.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pacman82 committed Nov 21, 2024
1 parent b506df3 commit 3d7e87b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 14 deletions.
46 changes: 33 additions & 13 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.0"
arrow-odbc = "13.0.1"
# 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 3d7e87b

Please sign in to comment.