From 703d10a62b04510765744b41ec8ded72ccc7aa13 Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Fri, 26 Jul 2024 02:29:08 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e01a5f..2523e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,6 @@ path-absolutize = "3.1.1" quick_cache = { version = "0.6.0", default-features = false, features = [ "ahash", ] } -rustc-hash = "2.0.0" serde = { version = "1.0.200", optional = true, features = ["derive", "rc"] } tempfile = "3.10.1"