refactor: replace once_cell crate with std equivalent (#1260)

This commit is contained in:
Falk Woldmann Lu
2025-08-11 09:57:32 +02:00
committed by GitHub
parent 4f5e8a8836
commit 9048cd8f47
3 changed files with 4 additions and 6 deletions

View File

@@ -23,7 +23,6 @@ path = "src/main.rs"
[dependencies]
home = "~0.5"
etcetera = "~0.8"
once_cell = "~1.19"
serde = { version = "~1.0", features = ["derive"] }
toml = "0.8"
which_crate = { version = "~6.0", package = "which" }