Remove once_cell as direct dependency

This commit is contained in:
Thomas Zahner 2025-05-09 14:31:05 +02:00
parent ec86e1eb1e
commit 3319503b6c
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View file

@ -2534,7 +2534,6 @@ dependencies = [
"indicatif",
"log",
"lychee-lib",
"once_cell",
"openssl-sys",
"pad",
"predicates",

View file

@ -31,7 +31,6 @@ humantime = "2.2.0"
humantime-serde = "1.1.1"
indicatif = "0.17.11"
log = "0.4.27"
once_cell = "1.21.3"
openssl-sys = { version = "0.9.106", optional = true }
pad = "0.1.6"
regex = "1.11.1"

View file

@ -30,7 +30,6 @@ ip_network = "0.4.1"
linkify = "0.10.0"
log = "0.4.27"
octocrab = "0.44.0"
# once_cell = "1.21.3"
openssl-sys = { version = "0.9.106", optional = true }
path-clean = "1.0.1"
percent-encoding = "2.3.1"