From 761185ec79e800dce7c209ebb4b366ec2a8f5e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:24:13 +0000 Subject: [PATCH] deps: Bump vgi from 0.18.0 to 0.19.0 Bumps [vgi](https://github.com/Query-farm/vgi-rust) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/Query-farm/vgi-rust/releases) - [Commits](https://github.com/Query-farm/vgi-rust/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: vgi dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16ae38b..8881a8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2188,9 +2188,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vgi" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f305d0391044217503848e3fa406d6116563f203b4d65b8ce75f5616fa9134" +checksum = "0653ef5ecafff0d1e3423f42632b93adb834b7090855c2a8a7be486cd56370b7" dependencies = [ "arrow", "arrow-arith", diff --git a/Cargo.toml b/Cargo.toml index edeb838..5f820c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/Query-farm/vgi-sourcemap" # VGI Rust SDK (worker side), published on crates.io. Pulls in vgi-rpc 0.11 and # 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 = "0.19.0" vgi-rpc = { version = "0.11.0", default-features = false, features = ["macros", "http"] } arrow-array = "59" arrow-buffer = "59"