From ccaa4bac1e22736d9dc243487acab094f2e27bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:06:43 +0000 Subject: [PATCH] deps: bump vgi from 0.11.0 to 0.14.0 Bumps [vgi](https://github.com/Query-farm/vgi-rust) from 0.11.0 to 0.14.0. - [Release notes](https://github.com/Query-farm/vgi-rust/releases) - [Commits](https://github.com/Query-farm/vgi-rust/compare/v0.11.0...v0.14.0) --- updated-dependencies: - dependency-name: vgi dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faa841c..0b26b09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2246,9 +2246,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vgi" -version = "0.11.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79157be842204e4dd874a2e356df73ee7b0ce678617b1797da20a27e717bd636" +checksum = "99ee79be812cf08e47025155bef152e979202a68fb68657410b42777ca6afdaa" dependencies = [ "arrow", "arrow-arith", @@ -2263,6 +2263,7 @@ dependencies = [ "ctrlc", "libc", "log", + "regex", "rusqlite", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 781eb29..e6f8a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/Query-farm/vgi-disasm" # VGI Rust SDK (worker side), published on crates.io. Pulls in vgi-rpc 0.7 and # arrow 59 transitively; keep arrow/vgi-rpc here in lockstep with vgi's pins so a # single arrow/vgi-rpc resolves. -vgi = "0.11.0" +vgi = "0.14.0" vgi-rpc = { version = "0.8.0", default-features = false, features = ["macros", "http"] } arrow-array = "59" arrow-buffer = "59"