diff --git a/Cargo.toml b/Cargo.toml index 302732d..1159752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ _bundled = ["duckdb/bundled", "rusqlite/bundled"] [dev-dependencies] tokio = { version = "1.19", features = ["rt-multi-thread", "net", "macros", "time"]} rustls-pki-types = { version = "1.10" } -rusqlite = { version = "0.36.0", features = ["column_decltype"] } +rusqlite = { version = "0.37.0", features = ["column_decltype"] } ## for duckdb example duckdb = { version = "1.0.0" } arrow-pg = "0.*"