I was able to remove almost all uses of `once_cell`, except for https://github.com/PyO3/pyo3-async-runtimes/blob/5e6c5b7667c63ea374bda93934ac2429cac2ad2c/src/tokio.rs#L68 since it looks like `LazyLock` wasn't added to the stdlib until an MSRV of 1.80. _Originally posted by @kylebarron in https://github.com/PyO3/pyo3-async-runtimes/pull/54#discussion_r2316358059_