Sourced from regex's changelog.
1.9.6 (2023-09-30)
This is a patch release that fixes a panic that can occur when the default regex size limit is increased to a large number.
- BUG aa4e4c71: Fix a bug where computing the maximum haystack length for the bounded backtracker could result underflow and thus provoke a panic later in a search due to a broken invariant.
11b4443
1.9.63dda425
deps: bump regex-automata to 0.3.903f00bd
regex-automata-0.3.9e467408
changelog: 1.9.6aa4e4c7
automata: fix unintended panic in max_haystack_len27a2538
automata: add some #[inline] annotations061ee81
readme: visually emphasize performance criteria difference8275c1b
doc: fix a few typoscdc0dbd
readme: add section about performance and benchmarks4aaf389
ci: pin to memchr 2.6.2 for MSRV CI job