From 266826acbdc198cf2464aa558e5ac9d59351cca1 Mon Sep 17 00:00:00 2001 From: hennickc Date: Tue, 25 Feb 2025 14:20:24 -0800 Subject: [PATCH] test(fuzz): fuzz_read no longer uses replace_with --- fuzz_read/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/fuzz_read/Cargo.toml b/fuzz_read/Cargo.toml index 541626022..e3548f566 100644 --- a/fuzz_read/Cargo.toml +++ b/fuzz_read/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" [dependencies] afl = "0.15" -replace_with = "0.1.7" tikv-jemallocator = "0.6.0" [dependencies.zip]