diff options
Diffstat (limited to 'misc/quary/files')
-rw-r--r-- | misc/quary/files/patch-rust_cli_Cargo.toml | 8 | ||||
-rw-r--r-- | misc/quary/files/patch-rust_quary-databases_Cargo.toml | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/misc/quary/files/patch-rust_cli_Cargo.toml b/misc/quary/files/patch-rust_cli_Cargo.toml index ee7d49c0701f..aa409bbd619c 100644 --- a/misc/quary/files/patch-rust_cli_Cargo.toml +++ b/misc/quary/files/patch-rust_cli_Cargo.toml @@ -1,4 +1,4 @@ ---- rust/cli/Cargo.toml.orig 2024-11-02 16:21:45 UTC +--- rust/cli/Cargo.toml.orig 2025-08-01 16:20:00 UTC +++ rust/cli/Cargo.toml @@ -21,7 +21,7 @@ serde_yaml = "0.9.33" base64 = "0.22.1" @@ -6,6 +6,6 @@ serde_yaml = "0.9.33" -duckdb = { version = "1.0.0", features = ["bundled"] } +duckdb = { version = "1.0.0" } - - [dev-dependencies] - chrono = "0.4.38" + sqlinference.workspace = true + sqruff-lib-core.workspace = true + sqruff-lib-dialects.workspace = true 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" |