Skip to content

Commit

Permalink
Bump arrow-odbc from 3.1.0 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [arrow-odbc](https://github.com/pacman82/arrow-odbc) from 3.1.0 to 3.1.1.
- [Changelog](https://github.com/pacman82/arrow-odbc/blob/main/Changelog.md)
- [Commits](pacman82/arrow-odbc@v3.1.0...3.1.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 15, 2023
1 parent a101b8b commit 100476c
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 = "3.1.0"
arrow-odbc = "3.1.1"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "49.0.0", default-features = false, features = ["ffi"] }
Expand Down

0 comments on commit 100476c

Please sign in to comment.