diff --git a/Cargo.toml b/Cargo.toml index b71ae46..033f759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ arrow-flight = { version = "53", optional = true, features = [ "flight-sql-experimental", "tls", ] } -arrow-odbc = { version = "=14.0.1", optional = true } +arrow-odbc = { version = "=14.1.0", optional = true } async-stream = { version = "0.3.6", optional = true } async-trait = "0.1" bb8 = { version = "0.8", optional = true }