SIGN IN SIGN UP

util: Replace `lazy_static!` with `OnceLock` (#13215)

This PR replaces the `lazy_static!` usages in the `util` crate with
`OnceLock` from the standard library.

This allows us to drop the `lazy_static` dependency from this crate.

Release Notes:

- N/A
M
Marshall Bowers committed
01b836a1915a309a8426b0fd64ea5165c77d90f2
Parent: 41180b8
Committed by GitHub <noreply@github.com> on 6/18/2024, 4:44:58 PM