SIGN IN SIGN UP

Replace `lazy_static!` with `OnceLock` in `collab` crate (#8677)

This PR replaces a `lazy_static!` usage in the `collab` 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
91d1146d976bcf257e289d9523995b4c28d07c0e
Parent: 9723ca9
Committed by GitHub <noreply@github.com> on 3/1/2024, 4:24:53 PM