Build(deps): bump the cargo-minor-patch group across 1 directory with 4 updates - #11
Open
dependabot[bot] wants to merge 1 commit into
Open
Build(deps): bump the cargo-minor-patch group across 1 directory with 4 updates#11dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 4 updates Bumps the cargo-minor-patch group with 4 updates in the / directory: [memchr](https://github.com/BurntSushi/memchr), [anyhow](https://github.com/dtolnay/anyhow), [regex](https://github.com/rust-lang/regex) and [open](https://github.com/Byron/open-rs). Updates `memchr` from 2.8.2 to 2.8.3 - [Commits](BurntSushi/memchr@2.8.2...2.8.3) Updates `anyhow` from 1.0.103 to 1.0.104 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.103...1.0.104) Updates `regex` from 1.12.4 to 1.13.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.4...1.13.1) Updates `open` from 5.3.6 to 5.4.2 - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](Byron/open-rs@v5.3.6...v5.4.2) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: memchr dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: open dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: regex dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-minor-patch-4ae54e74fb
branch
from
August 28, 2026 00:54
f901de2 to
a010fa3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-minor-patch group with 4 updates in the / directory: memchr, anyhow, regex and open.
Updates
memchrfrom 2.8.2 to 2.8.3Commits
5fdb40c2.8.3922c7b5memchr: let compiler know that indexes returned by memchr fns are in boundse21e9fbarch: addunsafeto internal routines581faf0rebar: update memchr versionUpdates
anyhowfrom 1.0.103 to 1.0.104Release notes
Sourced from anyhow's releases.
Commits
1dbe186Release 1.0.104f6479f8Update to syn 3Updates
regexfrom 1.12.4 to 1.13.1Changelog
Sourced from regex's changelog.
Commits
2b527591.13.1, redux40e98231.13.175fcb96changelog: 1.13.164ad0b6automata: fix bug in reverse suffix/inner optimizationfa91c31automata: fix a bug caught by Codex review30390ecautomata: formatting tweaks821a8ebautomata: refactor reverse suffix/inner search slightly10afd70automata: expose the extracted literals for inner literal extraction8c34f41automata: avoid reverse suffix optimization for non-leftmost-first5524f02test: add regression tests for failed reverse suffix/inner optimizationsUpdates
openfrom 5.3.6 to 5.4.2Release notes
Sourced from open's releases.
... (truncated)
Changelog
Sourced from open's changelog.
... (truncated)
Commits
1a3ef5dRelease open v5.4.27468760Merge pull request #130 from s00d/fix/macos-that-detached-zombies351bb54reviewc4369c5fix(macos): wait in that_detached instead of double-forkbeb6a3fMerge pull request #129 from Byron/fix-wsle548a4eRelease open v5.4.196fa673fix: Forward WSL targets to PowerShell to makeopenactually work there (#128)b5c12bdRelease open v5.4.0bdc3397Merge pull request #126 from Byron/fix-wsl7265caefix: Align WSL PowerShell invocation with Windows