From 80aeb99013d2f5db11b2565e0fe728ecfea06747 Mon Sep 17 00:00:00 2001 From: TheOddGarlic Date: Tue, 2 Aug 2022 12:52:36 +0300 Subject: [PATCH] update hashbrown dependency --- axel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axel/Cargo.toml b/axel/Cargo.toml index b114cc4..2f9b809 100644 --- a/axel/Cargo.toml +++ b/axel/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] versioning = {path = "../versioning"} -hashbrown = "0.7.2" +hashbrown = "0.12.3" log = "0.4.14" [dependencies.logos]