diff options
Diffstat (limited to 'misc/quary/files/patch-rust_quary-databases_Cargo.toml')
-rw-r--r-- | misc/quary/files/patch-rust_quary-databases_Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/quary/files/patch-rust_quary-databases_Cargo.toml b/misc/quary/files/patch-rust_quary-databases_Cargo.toml index 3e15493ab6e9..711c11e72b61 100644 --- a/misc/quary/files/patch-rust_quary-databases_Cargo.toml +++ b/misc/quary/files/patch-rust_quary-databases_Cargo.toml @@ -1,11 +1,11 @@ ---- rust/quary-databases/Cargo.toml.orig 2024-11-02 16:23:18 UTC +--- rust/quary-databases/Cargo.toml.orig 2025-08-01 16:20:00 UTC +++ rust/quary-databases/Cargo.toml -@@ -21,7 +21,7 @@ chrono = "0.4.38" - prost = "0.12.4" +@@ -24,7 +24,7 @@ chrono = "0.4.38" + prost = "0.13" regex = "1.10.4" chrono = "0.4.38" --duckdb = { version = "1.0.0", features = ["bundled"] } -+duckdb = { version = "1.0.0" } - snowflake-api = "0.9.0" - clickhouse-rs = "1.1.0-alpha.1" +-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" |