Rust v1.70 introduced a new [std::cell::OnceCell](https://doc.rust-lang.org/std/cell/struct.OnceCell.html) primitive that should (in theory) replace the commonly used [once_cell](https://crates.io/crates/once_cell) crate. Regex README [documents](https://github.com/rust-lang/regex/tree/5e8eaf1f7ab92b68bfabaa004561ccb1269ecb9f#usage-avoid-compiling-the-same-regex-in-a-loop) how to use the once_cell crate. Should it be updated with the now standardized OnceCell?