From 6708d59e3f5bbaebb9f8c0b764aa1e3e076c51c5 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 11 Nov 2022 15:07:26 +0800 Subject: [PATCH] Update hashbrown. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc714627..0efb84c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rhai_codegen = { version = "1.4.1", path = "codegen", default-features = false } no-std-compat = { version = "0.4", default-features = false, features = ["alloc"], optional = true } libm = { version = "0.2", default-features = false, optional = true } -hashbrown = { version = "0.12", optional = true } +hashbrown = { version = "0.13", optional = true } core-error = { version = "0.0", default-features = false, features = ["alloc"], optional = true } serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true } serde_json = { version = "1.0", default-features = false, features = ["alloc"], optional = true }