From e06936d7433907bd75a00b0ffa29e7cd107f835c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Cruz?= Date: Tue, 12 Nov 2024 16:05:21 +0100 Subject: [PATCH] bump `hashbrown` fixes #157 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fac71d62..509dbce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,5 +30,5 @@ parallel = ["rayon", "hashbrown", "hashbrown/rayon"] ttf-parser = { version = "0.21", default-features = false, features = [ "opentype-layout", ] } -hashbrown = { version = "0.14", optional = true } +hashbrown = { version = "0.15", optional = true } rayon = { version = "1.10", optional = true }