Use std LazyLock instead of once_cell crate

This commit is contained in:
Ian Douglas Scott 2025-01-16 10:21:35 -08:00
parent b259655839
commit a428659ade
4 changed files with 7 additions and 9 deletions

View file

@ -21,7 +21,6 @@ memmap2 = "0.9.0"
tokio = "1.23.0"
wayland-protocols = "0.32.1"
zbus = { version = "4.0.0", default-features = false, features = ["tokio"] }
once_cell = "1.18.0"
delegate = "0.13.0"
itertools = "0.14.0"
log = "0.4.20"