tink-rust
tink-rust copied to clipboard
build(deps): bump regex from 1.10.5 to 1.12.2
Bumps regex from 1.10.5 to 1.12.2.
Changelog
Sourced from regex's changelog.
1.12.2 (2025-10-13)
This release fixes a
cargo docbreakage on nightly when--cfg docsrsis enabled. This caused documentation to fail to build on docs.rs.Bug fixes:
- [BUG #1305](rust-lang/regex#1305): Switches the
doc_auto_cfgfeature todoc_cfgon nightly for docs.rs builds.1.12.1 (2025-10-10)
This release makes a bug fix in the new
regex::Captures::get_matchAPI introduced in1.12.0. There was an oversight with the lifetime parameter for theMatchreturned. This is technically a breaking change, but given that it was caught almost immediately and I've yanked the1.12.0release, I think this is fine.1.12.0 (2025-10-10)
This release contains a smattering of bug fixes, a fix for excessive memory consumption in some cases and a new
regex::Captures::get_matchAPI.Improvements:
- [FEATURE #1146](rust-lang/regex#1146): Add
Capture::get_matchfor returning the overall match withoutunwrap().Bug fixes:
- [BUG #1083](rust-lang/regex#1083): Fixes a panic in the lazy DFA (can only occur for especially large regexes).
- [BUG #1116](rust-lang/regex#1116): Fixes a memory usage regression for large regexes (introduced in
regex 1.9).- [BUG #1195](rust-lang/regex#1195): Fix universal start states in sparse DFA.
- [BUG #1295](rust-lang/regex#1295): Fixes a panic when deserializing a corrupted dense DFA.
- BUG 8f5d9479: Make
regex_automata::meta::Regex::findconsistently returnNonewhenWhichCaptures::Noneis used.1.11.3 (2025-09-25)
This is a small patch release with an improvement in memory usage in some cases.
... (truncated)
Commits
5ea3eb11.12.2ab0b071regex-automata-0.4.13691d514regex-syntax-0.8.81dd9077docs: swapdoc_auto_cfgwithdoc_cfg0089034regex-cli-0.2.3140f894regex-lite-0.1.827d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.4- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)