Skip to content

Commit

Permalink
Update arrow-odbc requirement from =14.0.1 to =14.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-odbc](https://github.com/pacman82/arrow-odbc) to permit the latest version.
- [Release notes](https://github.com/pacman82/arrow-odbc/releases)
- [Changelog](https://github.com/pacman82/arrow-odbc/blob/main/CHANGELOG.md)
- [Commits](pacman82/arrow-odbc@v14.0.1...v14.1.0)

---
updated-dependencies:
- dependency-name: arrow-odbc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 5d6ca44 commit 7182c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arrow-flight = { version = "53", optional = true, features = [
"flight-sql-experimental",
"tls",
] }
arrow-odbc = { version = "=14.0.1", optional = true }
arrow-odbc = { version = "=14.1.0", optional = true }
async-stream = { version = "0.3", optional = true }
async-trait = "0.1"
bb8 = { version = "0.9", optional = true }
Expand Down

0 comments on commit 7182c17

Please sign in to comment.