diff --git a/Cargo.lock b/Cargo.lock index 1456bb1b..df56b211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -962,9 +962,9 @@ dependencies = [ [[package]] name = "odbc-sys" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb78c798fe1cd9ebce06cc6c890387026bbd27ba526b757207d089434278611" +checksum = "1c8e31685f7c25a63bb977c82c5aa0b777f7248ab5c114316b5a91f472efc0b3" [[package]] name = "odbcsv" diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 49679c13..0d2df95e 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.22.0", default-features = false } +odbc-sys = { version = "0.23.0", default-features = false } thiserror = "1.0.50" log = "0.4.20" widestring = "1.0.2"