From d4c47e92e1baecf43e21a2def3e91ced3fecbac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:35:38 +0000 Subject: [PATCH] Bump arrow-odbc from 3.0.0 to 3.1.0 Bumps [arrow-odbc](https://github.com/pacman82/arrow-odbc) from 3.0.0 to 3.1.0. - [Changelog](https://github.com/pacman82/arrow-odbc/blob/main/Changelog.md) - [Commits](https://github.com/pacman82/arrow-odbc/compare/v3.0.0...v3.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 978cdc3..26832b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -159,9 +159,9 @@ dependencies = [ [[package]] name = "arrow-odbc" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a6c400f94f39c57d57b83966dfccf755c48ca5483af39e47922445d7ae63705" +checksum = "d2278bb408bd1cbf82f725517ff182d06b024657040f9bafac23b9bd0ca61883" dependencies = [ "arrow", "atoi", diff --git a/Cargo.toml b/Cargo.toml index 99625b6..83bde87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "arrow_odbc" crate-type = ["cdylib"] [dependencies] -arrow-odbc = "3.0.0" +arrow-odbc = "3.1.0" # arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi # feature. arrow = { version = "48.0.0", default-features = false, features = ["ffi"] }