From 661e91f10cb47b705a40d1722b6b9706b6b7aa8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:04:17 +0000 Subject: [PATCH] Bump odbc-sys from 0.21.2 to 0.21.3 Bumps [odbc-sys](https://github.com/pacman82/odbc-sys) from 0.21.2 to 0.21.3. - [Release notes](https://github.com/pacman82/odbc-sys/releases) - [Changelog](https://github.com/pacman82/odbc-sys/blob/master/Changelog.md) - [Commits](https://github.com/pacman82/odbc-sys/compare/v0.21.2...v0.21.3) --- updated-dependencies: - dependency-name: odbc-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- odbc-api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5dbaf3f5..8c6fa936 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1224,9 +1224,9 @@ dependencies = [ [[package]] name = "odbc-sys" -version = "0.21.2" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fa96a125cee9f1fe33cb69d6517466afc4e9cb1f44afdcc67210e2776aec7b2" +checksum = "576c6d6bbba0ffa13888958275b5cb67dba93d2d5ff7d5e69609b90e1d34ab69" [[package]] name = "odbcsv" diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 64551d3c..f48266e1 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -62,7 +62,7 @@ iodbc = ["odbc_version_3_5", "narrow", "odbc-sys/iodbc"] default=["odbc_version_3_80"] [dependencies] -odbc-sys = { version = "0.21.2", default-features = false } +odbc-sys = { version = "0.21.3", default-features = false } thiserror = "1.0.37" log = "0.4.17" widestring = "1.0.2"