Drop once_cell dependency

It's now part of the standard library :D
This commit is contained in:
Joscha 2025-02-22 16:42:26 +01:00
parent 866176dab6
commit e750f81b11
4 changed files with 3 additions and 5 deletions

View file

@ -17,7 +17,6 @@ edit = "0.1.5"
jiff = "0.2.1"
linkify = "0.10.0"
log = { version = "0.4.25", features = ["std"] }
once_cell = "1.20.2"
open = "5.3.2"
parking_lot = "0.12.3"
proc-macro2 = "1.0.93"