From 6d4a9861c8880321ee6847fef2e68916d3c6f4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:21:30 +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 4ecf9b2..eb6ffc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1999,9 +1999,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 4d782b8..aeb3c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ repository = "https://github.com/Query-farm/vgi-units" # build takes the SDK's 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"