From 8d009c784e4f1dd6698a9dffe9f114f37bcc5256 Mon Sep 17 00:00:00 2001
From: Truman Kilen <t@kilen.me>
Date: Sun, 22 Jan 2023 11:45:19 -0600
Subject: [PATCH] Remove hashbrown dependency

---
 Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 2ccd325..663108a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,6 @@ byteorder = "1.4"
 strum = { version = "0.24", features = ["derive"] }
 aes = "0.8"
 flate2 = "1.0"
-hashbrown = "0.13"
 thiserror = "1.0"
 sha1 = "0.10.5"