From 1f9d90eb4fb7dcd97824340752294e2afbbadb0c Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 11 Mar 2025 09:11:34 +0100 Subject: [PATCH] Remove unused once_cell dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea841263..a1e081d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,6 @@ dependencies = [ "faccess", "filetime", "nix", - "once_cell", "onig", "predicates", "pretty_assertions", diff --git a/Cargo.toml b/Cargo.toml index e53ba06d..0697145c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ clap = "4.5" faccess = "0.2.4" walkdir = "2.5" regex = "1.11" -once_cell = "1.20" onig = { version = "6.4", default-features = false } uucore = { version = "0.0.29", features = ["entries", "fs", "fsext", "mode"] } nix = { version = "0.29", features = ["fs", "user"] }