chore(deps): update rust deps #16

Merged
breakingbread merged 1 commits from renovate/rust-deps into master 2026-08-05 12:48:57 +02:00
Member

This PR contains the following updates:

Package Type Update Change
displaydoc dependencies patch 0.2.60.2.7
hybrid-array dependencies patch 0.4.130.4.14
regex dev-dependencies patch 1.13.01.13.1
serde (source) dependencies patch 1.0.2281.0.229
serde_json dev-dependencies patch 1.0.1501.0.151

Release Notes

yaahc/displaydoc (displaydoc)

v0.2.7

Compare Source

Added

  • Updated syn dependency to 3.0

Changed

  • Bumped MSRV to 1.71
RustCrypto/hybrid-array (hybrid-array)

v0.4.14

Compare Source

Added
rust-lang/regex (regex)

v1.13.1

Compare Source

===================
This is a release that fixes a bug where incorrect regex match offsets could be
reported. Note that this doesn't impact whether a match occurs or not, just
where it occurs. The match offsets are still valid for slicing, they just may
not refer to the correct leftmost-first match. See
#​1364 for (many) more details.

Bug fixes:

  • #​1354:
    Fixes previously unsound reverse suffix and inner optimizations.
serde-rs/serde (serde)

v1.0.229

Compare Source

  • Update to syn 3
serde-rs/json (serde_json)

v1.0.151

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [displaydoc](https://github.com/yaahc/displaydoc) | dependencies | patch | `0.2.6` → `0.2.7` | | [hybrid-array](https://github.com/RustCrypto/hybrid-array) | dependencies | patch | `0.4.13` → `0.4.14` | | [regex](https://github.com/rust-lang/regex) | dev-dependencies | patch | `1.13.0` → `1.13.1` | | [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `1.0.228` → `1.0.229` | | [serde_json](https://github.com/serde-rs/json) | dev-dependencies | patch | `1.0.150` → `1.0.151` | --- ### Release Notes <details> <summary>yaahc/displaydoc (displaydoc)</summary> ### [`v0.2.7`](https://github.com/yaahc/displaydoc/blob/HEAD/CHANGELOG.md#027---2026-07-28) [Compare Source](https://github.com/yaahc/displaydoc/compare/v0.2.6...v0.2.7) #### Added - Updated `syn` dependency to 3.0 #### Changed - Bumped MSRV to 1.71 </details> <details> <summary>RustCrypto/hybrid-array (hybrid-array)</summary> ### [`v0.4.14`](https://github.com/RustCrypto/hybrid-array/blob/HEAD/CHANGELOG.md#0414-2026-07-30) [Compare Source](https://github.com/RustCrypto/hybrid-array/compare/v0.4.13...v0.4.14) ##### Added - Sizes for `sntrup` ([#&#8203;231]) [#&#8203;231]: https://github.com/RustCrypto/hybrid-array/pull/231 </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.13.1`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1131-2026-07-15) [Compare Source](https://github.com/rust-lang/regex/compare/1.13.0...1.13.1) \=================== This is a release that fixes a bug where incorrect regex match offsets could be reported. Note that this doesn't impact whether a match occurs or not, just where it occurs. The match offsets are still valid for slicing, they just may not refer to the correct leftmost-first match. See [#&#8203;1364](https://github.com/rust-lang/regex/pull/1364) for (many) more details. Bug fixes: - [#&#8203;1354](https://github.com/rust-lang/regex/issues/1354): Fixes previously unsound reverse suffix and inner optimizations. </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.229`](https://github.com/serde-rs/serde/releases/tag/v1.0.229) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.228...v1.0.229) - Update to syn 3 </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.151`](https://github.com/serde-rs/json/releases/tag/v1.0.151) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.150...v1.0.151) - Add RawValue::from\_string\_unchecked ([#&#8203;1331](https://github.com/serde-rs/json/issues/1331), thanks [@&#8203;WonderLawrence](https://github.com/WonderLawrence)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjExLjYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
vxrenovate added 1 commit 2026-08-05 02:11:23 +02:00
chore(deps): update rust deps
Rust CI / cargo fmt (pull_request) Successful in 1m5s
Rust CI / cargo clippy (pull_request) Successful in 1m46s
Rust CI / test (1.87.0 / no backend / no frontend) (pull_request) Successful in 3m37s
Rust CI / test (stable / no backend / no frontend) (pull_request) Successful in 3m6s
Rust CI / test (1.87.0 / no backend / --features danger) (pull_request) Successful in 3m18s
Rust CI / test (stable / no backend / --features danger) (pull_request) Successful in 3m3s
Rust CI / test (1.87.0 / no backend / --features serde) (pull_request) Successful in 3m32s
Rust CI / test (stable / no backend / --features serde) (pull_request) Successful in 3m8s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / no frontend) (pull_request) Successful in 3m30s
Rust CI / test (stable / --features ristretto255-ciphersuite / no frontend) (pull_request) Successful in 3m12s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / --features danger) (pull_request) Successful in 3m24s
Rust CI / test (stable / --features ristretto255-ciphersuite / --features danger) (pull_request) Successful in 3m10s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / --features serde) (pull_request) Successful in 3m26s
Rust CI / test (stable / --features ristretto255-ciphersuite / --features serde) (pull_request) Successful in 3m10s
Rust CI / cargo audit (pull_request) Successful in 6m4s
Rust CI / no-std (thumbv6m-none-eabi / no backend) (pull_request) Successful in 1m23s
Rust CI / no-std (wasm32-unknown-unknown / no backend) (pull_request) Successful in 1m23s
Rust CI / no-std (thumbv6m-none-eabi / --features ristretto255-ciphersuite) (pull_request) Successful in 1m22s
Rust CI / no-std (wasm32-unknown-unknown / --features ristretto255-ciphersuite) (pull_request) Successful in 1m22s
a77d4f4863
vxrenovate force-pushed renovate/rust-deps from e4c8dd3419 to a77d4f4863 2026-08-05 02:11:23 +02:00 Compare
breakingbread merged commit 56e82a3866 into master 2026-08-05 12:48:57 +02:00
breakingbread deleted branch renovate/rust-deps 2026-08-05 12:48:57 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vexahub/voprf-vx#16