From f2f9a4a845cdd371f3f5b731b7bc0889dc00b72d Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Mon, 27 Jun 2022 04:06:05 +0300 Subject: [PATCH] Bump hashbrown to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0abc02a..6656550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["hashbrown"] nightly = ["hashbrown", "hashbrown/nightly"] [dependencies] -hashbrown = { version = "0.11.2", optional = true } +hashbrown = { version = "0.12", optional = true } [dev-dependencies] scoped_threadpool = "0.1.*"