From 09f203a922590358f40e2f5876b3d724403d0067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:24:28 +0000 Subject: [PATCH] deps: bump vgi-rpc from 0.16.0 to 0.20.0 Bumps [vgi-rpc](https://github.com/Query-farm/vgi-rpc-rust) from 0.16.0 to 0.20.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.16.0...v0.20.0) --- updated-dependencies: - dependency-name: vgi-rpc dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 51 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 352dda6..59b517b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1964,7 +1964,7 @@ dependencies = [ "proptest", "sourcemap", "vgi", - "vgi-rpc", + "vgi-rpc 0.20.0", ] [[package]] @@ -2288,7 +2288,7 @@ dependencies = [ "serde", "serde_json", "tokio", - "vgi-rpc", + "vgi-rpc 0.16.0", ] [[package]] @@ -2324,11 +2324,47 @@ dependencies = [ "tower-http", "tracing", "url", - "vgi-rpc-macros", + "vgi-rpc-macros 0.16.0", "windows-sys 0.59.0", "zstd", ] +[[package]] +name = "vgi-rpc" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7039b4d373b5ec5ba1980871ab1a819b922279604dd7c3892685057ccea2a9e0" +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.20.0", + "zstd", +] + [[package]] name = "vgi-rpc-macros" version = "0.16.0" @@ -2340,6 +2376,17 @@ dependencies = [ "syn", ] +[[package]] +name = "vgi-rpc-macros" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d62db4c7fd948ef08adbe08ee1c22386c5aad05a4d62b890e243ce917a51a066" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "vsimd" version = "0.8.0" diff --git a/Cargo.toml b/Cargo.toml index efba61b..e5d936e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ repository = "https://github.com/Query-farm/vgi-sourcemap" # wasm build must NOT — tokio/mio/axum and bundled SQLite do not compile for # wasm32, and the browser transport serves over a byte channel rather than HTTP. vgi = { version = "0.24", default-features = false } -vgi-rpc = { version = "0.16", default-features = false, features = ["macros"] } +vgi-rpc = { version = "0.20", default-features = false, features = ["macros"] } arrow-array = "59" arrow-buffer = "59" arrow-schema = "59"