Skip to content

chore(deps): bump the cargo group with 4 updates - #1383

Merged
jlucaso1 merged 1 commit into
mainfrom
dependabot/cargo/cargo-bdeaa51af1
Sep 1, 2026
Merged

chore(deps): bump the cargo group with 4 updates#1383
jlucaso1 merged 1 commit into
mainfrom
dependabot/cargo/cargo-bdeaa51af1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 4 updates: aes, bon, flate2 and uuid.

Updates aes from 0.9.2 to 0.9.3

Commits
  • c153436 Release aes v0.9.3 (#587)
  • 6226693 aes: disable aarch64_aes backend on Miri (#586)
  • 1013f13 kuznyechik: remove unnecessary mut in f.call() (#584)
  • 9201609 Fix build badges (#583)
  • e207dc6 ci: bump hybrid-array from 0.4.13 to 0.4.14 in the all-deps group across 1 di...
  • 9b8b0c9 aes: enable VAES backends by default, bump MSRV to 1.89 (#580)
  • See full diff in compare view

Updates bon from 3.9.3 to 3.10.0

Release notes

Sourced from bon's releases.

v3.10.0

MSRV Update Notice

This release raises the minimum supported Rust version from 1.59.0 to 1.88.0. If you are on an older compiler, stay on bon@3.9.

The new MSRV also comes with the deprecation of the implied-bounds cargo feature. Implied bounds are now added by default without any feature gate, so be sure to remove that feature from your Cargo.toml if you have it enabled. It's currently a no-op, and it won't be removed until a major release, for which there are no plans yet.

The MSRV bump comes from the darling@0.24 update, which is the first version that uses syn@3.0.

Added

Changed

  • Bump MSRV to 1.88.0, move to the 2024 edition, update to syn@3.0 and darling@0.24 (#399)
  • Deprecate the implied-bounds cargo feature. Implied bounds are now generated by default (#399)

Internal

  • Regular maintenance (#392)
Commits

Updates flate2 from 1.1.9 to 1.1.10

Release notes

Sourced from flate2's releases.

1.1.10

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.9...1.1.10

Commits
  • ed93d4f Merge pull request #558 from rust-lang/lib-doc-update
  • fb5228d Merge pull request #559 from bushrat011899/no_std
  • 6ed3ba3 Add executable no_std example
  • faed8a0 Expand CI to test no_std compatibility and correctness
  • 2ba8e7e Add unstable no_std support behind flate2_unstable_nightly_alloc_io
  • 3fe1126 Centralize usage of std for error and io
  • 98e313a Add GzHeader::mtime_as_duration
  • 0642965 Switch to core implicit prelude and only use std where required
  • 454a63c Remove left-over dbg! statement
  • 2a490b7 Add runtime_detection feature
  • Additional commits viewable in compare view

Updates uuid from 1.25.0 to 1.26.0

Release notes

Sourced from uuid's releases.

v1.26.0

What's Changed

Full Changelog: uuid-rs/uuid@1.25.0...v1.26.0

Commits
  • cdc96a8 Merge pull request #905 from uuid-rs/cargo/v1.26.0
  • 34e4f49 don't test macros under miri
  • d9e7242 update nightly used for miri
  • ec16819 prepare for 1.26.0 release
  • 162cd20 Merge pull request #904 from ChrisJr404/v7-additional-precision-bits
  • 97eceff Add ContextV7::with_additional_precision_bits for microsecond clocks
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 4 updates: [aes](https://github.com/RustCrypto/block-ciphers), [bon](https://github.com/elastio/bon), [flate2](https://github.com/rust-lang/flate2-rs) and [uuid](https://github.com/uuid-rs/uuid).


Updates `aes` from 0.9.2 to 0.9.3
- [Commits](RustCrypto/block-ciphers@aes-v0.9.2...aes-v0.9.3)

Updates `bon` from 3.9.3 to 3.10.0
- [Release notes](https://github.com/elastio/bon/releases)
- [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml)
- [Commits](elastio/bon@v3.9.3...v3.10.0)

Updates `flate2` from 1.1.9 to 1.1.10
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.9...1.1.10)

Updates `uuid` from 1.25.0 to 1.26.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: aes
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: bon
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: flate2
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: uuid
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 1, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

@jlucaso1
jlucaso1 merged commit 82cb5f3 into main Sep 1, 2026
18 of 22 checks passed
@jlucaso1
jlucaso1 deleted the dependabot/cargo/cargo-bdeaa51af1 branch September 1, 2026 19:46
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

📦 Binary size report

Metric main PR Δ
bin size (stripped) 10.42 MiB 10.45 MiB +30.66 KiB (+0.29%) 🔺
bin .text 8.35 MiB 8.38 MiB +29.81 KiB (+0.35%) 🔺
bin allocated (text+data+bss) 10.42 MiB 10.44 MiB +27.99 KiB (+0.26%) 🔺
llvm-lines wacore 562,214 565,725 +3,511 (+0.62%) 🔺
llvm-lines wacore copies 18,395 18,526 +131 (+0.71%) 🔺
llvm-lines whatsapp-rust lib 821,497 821,544 +47 (+0.01%) 🔺
llvm-lines whatsapp-rust lib copies 25,495 25,497 +2 (+0.01%) 🔺
deps crates (Cargo.lock) 468 468 0
.text per crate
Crate main PR Δ
.text whatsapp_rust 1.97 MiB 1.97 MiB +130 B (+0.01%) 🔺
.text wacore 742.21 KiB 741.05 KiB -1.16 KiB (-0.16%) 🔽
.text wacore_binary 81.21 KiB 81.21 KiB +3 B (+0.00%) 🔺
.text wacore_libsignal 182.47 KiB 186.79 KiB +4.31 KiB (+2.36%) ⚠️
.text wacore_appstate 29.31 KiB 29.31 KiB 0
.text wacore_noise 20.92 KiB 20.92 KiB 0
.text waproto 1.79 MiB 1.79 MiB +171 B (+0.01%) 🔺
.text whatsapp_rust_sqlite_storage 555.26 KiB 555.61 KiB +356 B (+0.06%) 🔺
.text whatsapp_rust_tokio_transport 40.57 KiB 40.57 KiB 0
.text whatsapp_rust_ureq_http_client 12.75 KiB 12.75 KiB 0
.text std 1.00 MiB 1.01 MiB +164 B (+0.02%) 🔺
.text other deps 1.91 MiB 1.94 MiB +25.65 KiB (+1.31%) ⚠️
Top movers (cargo-bloat attribution)
Crate main PR Δ
aes 12.15 KiB 37.75 KiB +25.60 KiB (+210.59%)
wacore_libsignal 182.47 KiB 186.79 KiB +4.31 KiB (+2.36%)
wacore 742.21 KiB 741.05 KiB -1.16 KiB (-0.16%)

Baseline: 61f21c433 (latest main run) · Head: eddb1da9f · Graphs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant