Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jun 24, 2024
1 parent 5320427 commit 3d56c3c
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 33 deletions.
175 changes: 143 additions & 32 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 = "11.1.0"
arrow-odbc = "11.2.0"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "52.0.0", default-features = false, features = ["ffi"] }
Expand Down

0 comments on commit 3d56c3c

Please sign in to comment.