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"