Closed utkarshgupta137 closed 1 year ago
Can also confirm this issue. In the meantime I used the following to pin the regex dependency version:
[patch.crates-io]
regex = { git = "https://github.com/rust-lang/regex.git", tag = "1.8.4" }
Should now be fixed with https://github.com/alexliesenfeld/httpmock/pull/86 and v0.6.8
.
See: https://github.com/rust-lang/regex/pull/978