`OnceCell` is set to be partially stabilized in Rust 1.70. (https://github.com/rust-lang/rust/pull/105587). If it releases as a part of Rust 1.70, it may be possible to replace the `once_cell` dependency within Bevy's crates with the stdlib's implementation.