diff --git a/Cargo.toml b/Cargo.toml index 0939329d..e8c16449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ row-serialize = ["serde"] [dependencies] hecs-macros = { path = "macros", version = "0.7.0", optional = true } -hashbrown = { version = "0.11.0", default-features = false, features = ["ahash", "inline-more"] } +hashbrown = { version = "0.12.0", default-features = false, features = ["ahash", "inline-more"] } lazy_static = { version = "1.4.0", optional = true, features = ["spin_no_std"] } serde = { version = "1.0.117", default-features = false, optional = true }