diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index f18c48f4..a699fe32 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -29,7 +29,7 @@ readme = "../Readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -odbc-sys = "0.17.0" +odbc-sys = "0.17.1" thiserror = "1.0.24" log = "0.4.14" widestring = "0.4.3"