From 1b79fee5cf307afda852a86a9e769b711e912644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 02:46:10 +0000 Subject: [PATCH] build(deps): bump the cargo group with 4 updates Bumps the cargo group with 4 updates: [brioche-pack](https://github.com/brioche-dev/brioche), [itoa](https://github.com/dtolnay/itoa), [zerocopy](https://github.com/google/zerocopy) and [zerocopy-derive](https://github.com/google/zerocopy). Updates `brioche-pack` from `92b0ed2` to `3fef7e4` - [Release notes](https://github.com/brioche-dev/brioche/releases) - [Commits](https://github.com/brioche-dev/brioche/compare/92b0ed23785904b54b28a2e5de7c7587019d8ad7...3fef7e4f8a692153e91aadb163903c948d7de23a) Updates `itoa` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](https://github.com/dtolnay/itoa/compare/1.0.17...1.0.18) Updates `zerocopy` from 0.8.42 to 0.8.47 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.8.42...v0.8.47) Updates `zerocopy-derive` from 0.8.42 to 0.8.47 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.8.42...v0.8.47) --- updated-dependencies: - dependency-name: brioche-pack dependency-version: 3fef7e4f8a692153e91aadb163903c948d7de23a dependency-type: direct:production dependency-group: cargo - dependency-name: itoa dependency-version: 1.0.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zerocopy dependency-version: 0.8.47 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zerocopy-derive dependency-version: 0.8.47 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29b1de3..8867a70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "brioche-pack" version = "0.1.6" -source = "git+https://github.com/brioche-dev/brioche.git#92b0ed23785904b54b28a2e5de7c7587019d8ad7" +source = "git+https://github.com/brioche-dev/brioche.git#3fef7e4f8a692153e91aadb163903c948d7de23a" dependencies = [ "bincode", "bstr", @@ -740,9 +740,9 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[package]] name = "itoa" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "js-sys" @@ -1820,18 +1820,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.42" +version = "0.8.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" +checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.42" +version = "0.8.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" +checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89" dependencies = [ "proc-macro2", "quote",