From 9107575558ecb06cbb4232788f22a42c789dc75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 17:21:11 +0000 Subject: [PATCH] Bump the cargo group across 1 directory with 6 updates Bumps the cargo group with 3 updates in the / directory: [wgpu](https://github.com/gfx-rs/wgpu), [naga](https://github.com/gfx-rs/wgpu) and [arrow-array](https://github.com/apache/arrow-rs). Updates `wgpu` from 30.0.0 to 30.0.1 - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/v30.0.0...v30.0.1) Updates `naga` from 30.0.0 to 30.0.1 - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/v30.0.0...v30.0.1) Updates `arrow-array` from 59.2.0 to 59.3.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0) Updates `arrow-buffer` from 59.2.0 to 59.3.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0) Updates `arrow-data` from 59.2.0 to 59.3.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0) Updates `arrow-schema` from 59.2.0 to 59.3.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/59.2.0...59.3.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 59.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: arrow-buffer dependency-version: 59.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: arrow-data dependency-version: 59.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: arrow-schema dependency-version: 59.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: naga dependency-version: 30.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: wgpu dependency-version: 30.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a603f91..d5eee83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" [[package]] name = "arrow-array" -version = "59.2.0" +version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc9a4a4b2b5ecd0e04df03471661cb61f28bed3c7fd50994715129b01b2edb97" +checksum = "1e5f6adeffdf587d7a31db5d2266189624b526730cd3627f9ff9fedae97ad584" dependencies = [ "ahash", "arrow-buffer", @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "arrow-buffer" -version = "59.2.0" +version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c12b576ef18c1deb80925a248b25ad84f419198d791b8e293fc6aaa60441fe90" +checksum = "097d193003ce7995d5d087089069ec2a6e0187faf5a6f8c9f38af2645d987182" dependencies = [ "bytes", "half", @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "arrow-data" -version = "59.2.0" +version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723fe4aeed7604e00b9883a465af4ff0a0e6c44c03e41a68c3d1cbc403e0e44d" +checksum = "9ba2f832eaeca24b8f26143dba750e42ee4ab51cf7d65e701ca9607cfda9f358" dependencies = [ "arrow-buffer", "arrow-schema", @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "arrow-schema" -version = "59.2.0" +version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6fed2ca0d1eade57e811cbe73b98ad50cc08a1183e13b2d2aa43a7df593f40e" +checksum = "10fab8d4563491417ba801fab29d205104d20d4bdf37bda6cd1cf425cff598cd" dependencies = [ "bitflags", ] @@ -611,9 +611,9 @@ dependencies = [ [[package]] name = "naga" -version = "30.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bf0a141a9ab6f07dbb492db53245e464bc9db42f407772d9ae03d83a2c1033" +checksum = "a616d2fb8c89516ac2723a581f69d6c18576046bed761bd6b305e5618e6ae130" dependencies = [ "arrayvec", "bit-set", @@ -1340,9 +1340,9 @@ dependencies = [ [[package]] name = "wgpu" -version = "30.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d8f4bd44d92da5270f03409dba9f952dab24f128e05d6a554926101d1bf9114" +checksum = "527ccdf43dd5b2e8676eed9984ce00e2bbb0a1b85b70c1969dcb6cd2eb55ab9e" dependencies = [ "arrayvec", "bitflags",