From edfe76879bce7f91489f7e8dfd91b1b00a1434be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 02:46:57 +0000 Subject: [PATCH] build(deps): bump the cargo group with 6 updates Bumps the cargo group with 6 updates: | Package | From | To | | --- | --- | --- | | [brioche-pack](https://github.com/brioche-dev/brioche) | ``3fef7e4`` | ``aaeaa7d`` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.57` | `1.2.58` | | [num-conv](https://github.com/jhpratt/num-conv) | `0.2.0` | `0.2.1` | | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.12.0` | `1.13.2` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.47` | `0.8.48` | | [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.47` | `0.8.48` | Updates `brioche-pack` from `3fef7e4` to `aaeaa7d` - [Release notes](https://github.com/brioche-dev/brioche/releases) - [Commits](https://github.com/brioche-dev/brioche/compare/3fef7e4f8a692153e91aadb163903c948d7de23a...aaeaa7dd121c82c4ddb11f673a3d46d49ab142bf) Updates `cc` from 1.2.57 to 1.2.58 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.57...cc-v1.2.58) Updates `num-conv` from 0.2.0 to 0.2.1 - [Commits](https://github.com/jhpratt/num-conv/compare/v0.2.0...v0.2.1) Updates `unicode-segmentation` from 1.12.0 to 1.13.2 - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.12.0...v1.13.2) Updates `zerocopy` from 0.8.47 to 0.8.48 - [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.47...v0.8.48) Updates `zerocopy-derive` from 0.8.47 to 0.8.48 - [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.47...v0.8.48) --- updated-dependencies: - dependency-name: brioche-pack dependency-version: aaeaa7dd121c82c4ddb11f673a3d46d49ab142bf dependency-type: direct:production dependency-group: cargo - dependency-name: cc dependency-version: 1.2.58 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: num-conv dependency-version: 0.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: unicode-segmentation dependency-version: 1.13.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: zerocopy dependency-version: 0.8.48 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zerocopy-derive dependency-version: 0.8.48 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 804eeed..52142ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,7 +223,7 @@ dependencies = [ [[package]] name = "brioche-pack" version = "0.1.6" -source = "git+https://github.com/brioche-dev/brioche.git#3fef7e4f8a692153e91aadb163903c948d7de23a" +source = "git+https://github.com/brioche-dev/brioche.git#aaeaa7dd121c82c4ddb11f673a3d46d49ab142bf" dependencies = [ "bincode", "bstr", @@ -322,9 +322,9 @@ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" [[package]] name = "cc" -version = "1.2.57" +version = "1.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" +checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1" dependencies = [ "find-msvc-tools", "shlex", @@ -805,9 +805,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" +checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" [[package]] name = "num-traits" @@ -1411,9 +1411,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-segmentation" -version = "1.12.0" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" +checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" [[package]] name = "unicode-xid" @@ -1812,18 +1812,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.47" +version = "0.8.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87" +checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.47" +version = "0.8.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89" +checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" dependencies = [ "proc-macro2", "quote",