Use LazyLock
instead of now deprecated lazy_static
#2049
Labels
Dependencies
Pull requests that update a dependency file
Enhancement
New feature or request
good-starter-issue
Good issues for new contributors
rust
Pull requests that update Rust code
Remove
lazy_static = "1.4.0"
dependency in all ourCargo.toml
And replace code using
lazy_static
:by using
LazyLock
The text was updated successfully, but these errors were encountered: