From 3319503b6c566b35c7e70c155d2c0de297a09808 Mon Sep 17 00:00:00 2001 From: Thomas Zahner Date: Fri, 9 May 2025 14:31:05 +0200 Subject: [PATCH] Remove once_cell as direct dependency --- Cargo.lock | 1 - lychee-bin/Cargo.toml | 1 - lychee-lib/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7649f7f..97c8b86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2534,7 +2534,6 @@ dependencies = [ "indicatif", "log", "lychee-lib", - "once_cell", "openssl-sys", "pad", "predicates", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index c406433..4903695 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -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" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index d7e29b3..53fbffa 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -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"