From da5712e7012b1ef8554cbe164b7c82d2ac1a18ed Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Sun, 28 Feb 2021 12:33:03 +0100 Subject: [PATCH] update dependencies --- odbc-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"