From 4d74f795cc771fdcc7ea0f9cacba63fcf036fad6 Mon Sep 17 00:00:00 2001 From: Hojjat Date: Thu, 9 Apr 2026 16:41:50 -0600 Subject: [PATCH] chore: update hashbrown --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a33b08..0cf3b0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ core_maths = { version = "0.1.1", optional = true } cosmic_undo_2 = { version = "0.2.0", optional = true } fontdb = { version = "0.23", default-features = false } harfrust = { version = "0.5.0", default-features = false } -hashbrown = { version = "0.16", optional = true, default-features = false } +hashbrown = { version = "0.17", optional = true, default-features = false } libm = { version = "0.2.16", optional = true } linebender_resource_handle = { version = "0.1.1", default-features = false } log = "0.4.29"