--- rust/quary-databases/Cargo.toml.orig 2025-08-01 16:20:00 UTC +++ rust/quary-databases/Cargo.toml @@ -24,7 +24,7 @@ chrono = "0.4.38" prost = "0.13" regex = "1.10.4" chrono = "0.4.38" -duckdb = { version = "1.3.2", features = ["bundled"] } +duckdb = { version = "1.3.2" } snowflake-api = "0.12.0" clickhouse = "0.13.3" futures-util = "0.3.30"