From 1df8679bd10af8e5be541574682ea913cda31d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:50:37 +0000 Subject: [PATCH] Bump arrow-odbc from 2.0.0 to 2.1.0 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](https://github.com/pacman82/arrow-odbc/compare/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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c59b82..f99f190 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "arrow-odbc" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de129cde53eab36c695af2b92b3d086bd679a77c284ec0546c473199e77950cd" +checksum = "d0cae1543262d27293be35e247f1c7918ba11c59d78855e83401b93e6028db69" dependencies = [ "arrow", "atoi", diff --git a/Cargo.toml b/Cargo.toml index 657741d..2c87358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }