From 35f1bd74a4b6ebfcbcbbb2cfc19367a728bcb0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:24:24 +0000 Subject: [PATCH] deps: Bump vgi-rpc from 0.11.0 to 0.12.0 Bumps [vgi-rpc](https://github.com/Query-farm/vgi-rpc-rust) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/Query-farm/vgi-rpc-rust/releases) - [Changelog](https://github.com/Query-farm/vgi-rpc-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/Query-farm/vgi-rpc-rust/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: vgi-rpc dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 92 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16ae38b..0a524d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,12 @@ # It is not intended for manual editing. version = 4 +[[package]] +name = "adler2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" + [[package]] name = "aead" version = "0.5.2" @@ -566,6 +572,15 @@ dependencies = [ "libc", ] +[[package]] +name = "crc32fast" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" +dependencies = [ + "cfg-if", +] + [[package]] name = "crunchy" version = "0.2.4" @@ -743,6 +758,16 @@ dependencies = [ "rustc_version", ] +[[package]] +name = "flate2" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + [[package]] name = "fnv" version = "1.0.7" @@ -1291,6 +1316,16 @@ version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" +[[package]] +name = "miniz_oxide" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +dependencies = [ + "adler2", + "simd-adler32", +] + [[package]] name = "mio" version = "1.2.1" @@ -1846,6 +1881,12 @@ dependencies = [ "libc", ] +[[package]] +name = "simd-adler32" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" + [[package]] name = "slab" version = "0.4.12" @@ -1898,7 +1939,7 @@ dependencies = [ "proptest", "sourcemap", "vgi", - "vgi-rpc", + "vgi-rpc 0.12.0", ] [[package]] @@ -2210,7 +2251,7 @@ dependencies = [ "serde", "serde_json", "tokio", - "vgi-rpc", + "vgi-rpc 0.11.0", ] [[package]] @@ -2245,11 +2286,47 @@ dependencies = [ "tower-http", "tracing", "url", - "vgi-rpc-macros", + "vgi-rpc-macros 0.11.0", "windows-sys 0.59.0", "zstd", ] +[[package]] +name = "vgi-rpc" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "914f80427c457653e65d3852bea370e76ae5bc6e6d143702539cecf8febba336" +dependencies = [ + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-data", + "arrow-ipc", + "arrow-schema", + "arrow-select", + "axum", + "base64", + "bincode", + "bytes", + "chacha20poly1305", + "chrono", + "flatbuffers", + "flate2", + "hmac", + "rand 0.8.6", + "rust_decimal", + "serde", + "serde_json", + "sha2", + "thiserror", + "tokio", + "tower-http", + "tracing", + "url", + "vgi-rpc-macros 0.12.0", + "zstd", +] + [[package]] name = "vgi-rpc-macros" version = "0.11.0" @@ -2261,6 +2338,17 @@ dependencies = [ "syn", ] +[[package]] +name = "vgi-rpc-macros" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c14d83ef5fe336f4c2f588b2ca9d0798fff24f308d8e051c1efb5cfdf16fd51" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "vsimd" version = "0.8.0" diff --git a/Cargo.toml b/Cargo.toml index edeb838..5941d8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/Query-farm/vgi-sourcemap" # arrow 59 transitively; keep arrow/vgi-rpc here in lockstep with vgi's pins so a # single arrow/vgi-rpc resolves. vgi = "0.18.0" -vgi-rpc = { version = "0.11.0", default-features = false, features = ["macros", "http"] } +vgi-rpc = { version = "0.12.0", default-features = false, features = ["macros", "http"] } arrow-array = "59" arrow-buffer = "59" arrow-schema = "59"