From 78379bfd3e53087718e708051956f2c6efaa046c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:04:13 +0000 Subject: [PATCH] Update Rust crate once_cell to v1.20.3 --- Cargo.lock | 6 +++--- Cargo.toml | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca6c7e06..44fc699f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adblock" @@ -984,9 +984,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index 3f3f7adf..065f210c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,11 +75,6 @@ harness = false name = "bench_redirect_performance" harness = false - -[[bench]] -name = "bench_memory" -harness = false - # Currently disabled, as cosmetic filter internals # are no longer part of the crate's public API #[[bench]]