From 8444e7a30397b84958e4e9d94b7d333631329a72 Mon Sep 17 00:00:00 2001 From: BratSinot Date: Wed, 19 Jan 2022 14:40:30 +0200 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 14003d5d..b64ed90a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ fast_chemail = "0.9.6" bson = { version = "2.0.0", optional = true, features = ["chrono-0_4"] } chrono = { version = "0.4.19", optional = true } chrono-tz = { version = "0.5.3", optional = true } -hashbrown = { version = "0.11.2", optional = true } +hashbrown = { version = "0.12.0", optional = true } iso8601-duration = { version = "0.1.0", optional = true } log = { version = "0.4.14", optional = true } secrecy = { version = "0.7.0", optional = true }