proptest-rs / proptest

Hypothesis-like property testing for Rust
Apache License 2.0
1.63k stars 152 forks source link

Update regex-syntax to 0.8 #379

Closed JustusFluegel closed 8 months ago

JustusFluegel commented 8 months ago

Update regex-syntax to 0.8 and regex to the corresponding version. This would be nice as proptest is the only crate that still requires regex-syntax v0.7 in some of my projects and I would appreciate not having to compile it in that version anymore.

I would also be open to try to create a pr but I am not very familiar with the proptest codebase so I don't know how that would go. Feel free to tell me if that is welcome tho.

matthew-russo commented 8 months ago

Addressed with: https://github.com/proptest-rs/proptest/pull/386