From 4725da2f3e40c0f288a92094927c2883388bba75 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 28 Apr 2025 23:03:03 -0400 Subject: [PATCH] Remove unused hmac-sha512 dev-dependency --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad89769..46752d1 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,6 @@ name = "retail_test" required-features = ["retail_game_testing"] [dev-dependencies] -hmac-sha512 = "1" - # used while rust doesn't have native benchmarking capability brunch = { version = "0.9", default-features = false }