mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-10 06:44:45 +00:00
Remove once_cell as direct dependency
This commit is contained in:
parent
ec86e1eb1e
commit
3319503b6c
3 changed files with 0 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -2534,7 +2534,6 @@ dependencies = [
|
|||
"indicatif",
|
||||
"log",
|
||||
"lychee-lib",
|
||||
"once_cell",
|
||||
"openssl-sys",
|
||||
"pad",
|
||||
"predicates",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue