diff --git a/Cargo.lock b/Cargo.lock index 1509555609e..8e50d2b09ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ version = "0.17.0" dependencies = [ "boa_macros", "boa_profiler", - "hashbrown 0.14.1", + "hashbrown 0.14.2", "thin-vec", ] @@ -455,7 +455,7 @@ dependencies = [ "arbitrary", "boa_gc", "boa_macros", - "hashbrown 0.14.1", + "hashbrown 0.14.2", "indexmap", "once_cell", "phf", @@ -921,7 +921,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.1", + "hashbrown 0.14.2", "lock_api", "once_cell", "parking_lot_core 0.9.9", @@ -1268,9 +1268,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" +checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" dependencies = [ "ahash", ] @@ -1713,7 +1713,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" dependencies = [ "equivalent", - "hashbrown 0.14.1", + "hashbrown 0.14.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 79ceeeaa7ea..23eb53bf561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ chrono = { version = "0.4.31", default-features = false } clap = "4.4.6" colored = "2.0.4" fast-float = "0.2.0" -hashbrown = { version = "0.14.1", default-features = false } +hashbrown = { version = "0.14.2", default-features = false } indexmap = { version = "2.0.2", default-features = false } indoc = "2.0.4" jemallocator = "0.5.4"