diff --git a/Cargo.lock b/Cargo.lock index 89997a2af1..b95ad844b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,7 +404,7 @@ dependencies = [ "fixed_decimal", "float-cmp", "futures-lite 2.3.0", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "icu_calendar", "icu_casemap", "icu_collator", @@ -475,7 +475,7 @@ version = "0.18.0" dependencies = [ "boa_macros", "boa_profiler", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "icu_locid", "thin-vec", ] @@ -497,7 +497,7 @@ dependencies = [ "arbitrary", "boa_gc", "boa_macros", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "indexmap 2.2.6", "once_cell", "phf", @@ -1118,7 +1118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "lock_api", "once_cell", "parking_lot_core", @@ -1657,9 +1657,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash 0.8.11", "allocator-api2", @@ -2127,7 +2127,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -3101,7 +3101,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 4890c3f72b..5dec2a4e1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ bitflags = "2.5.0" clap = "4.5.4" colored = "2.1.0" fast-float = "0.2.0" -hashbrown = { version = "0.14.3", default-features = false } +hashbrown = { version = "0.14.5", default-features = false } indexmap = { version = "2.2.6", default-features = false } indoc = "2.0.5" jemallocator = "0.5.4"