From 10b6907fd018ef6199866c5a66797e067c6f0c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:14:12 +0000 Subject: [PATCH] deps: bump vgi from 0.24.0 to 0.25.0 Bumps [vgi](https://github.com/Query-farm/vgi-rust) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/Query-farm/vgi-rust/releases) - [Commits](https://github.com/Query-farm/vgi-rust/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: vgi dependency-version: 0.25.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 0461a74..7a3937a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2772,9 +2772,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vgi" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75a92151a61020f3c53ca05f131952c8c711a7b8dead3aa5c2efbdcd01bab24f" +checksum = "429544b6efdd3d75e13c1c78521f5d4a3f31ef77d461d1a6a231f96e75700cc5" dependencies = [ "arrow", "arrow-arith", diff --git a/Cargo.toml b/Cargo.toml index d5fd1d8..8cf568b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ repository = "https://github.com/Query-farm/vgi-mft" # real defaults (`sqlite` + `transport-http`), while the 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 = { version = "0.25", default-features = false } vgi-rpc = { version = "0.16", default-features = false, features = ["macros"] } arrow-array = "59" arrow-buffer = "59"