diff --git a/Cargo.lock b/Cargo.lock index b292f831dcc..0f5f28a970f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ dependencies = [ "futures-concurrency", "futures-lite", "getrandom 0.4.2", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "husky-rs", "iana-time-zone", "icu_calendar", @@ -484,7 +484,7 @@ dependencies = [ "boa_macros", "boa_string", "either", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "icu_locale_core", "thin-vec", ] @@ -517,7 +517,7 @@ dependencies = [ "arbitrary", "boa_gc", "boa_macros", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "indexmap", "once_cell", "phf", @@ -1681,9 +1681,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ "allocator-api2", "equivalent", @@ -2327,7 +2327,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "serde", "serde_core", ] @@ -2366,9 +2366,9 @@ dependencies = [ [[package]] name = "intrusive-collections" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0375b6b871e424e9e052e1107d57dc6952f77ff882bd4bf74333a833779bab" +checksum = "80e165935eba36cb526af8389effd2005a741adcbb6ed32106cc68e3f7b92960" dependencies = [ "memoffset", ] @@ -4132,9 +4132,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1ee645da023..7cd62388be4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ clap = "4.6.1" colored = "3.1.1" cow-utils = "0.1.3" fast-float2 = "0.2.3" -hashbrown = "0.17.0" +hashbrown = "0.17.1" http = { version = "1.4.0" } iana-time-zone = "0.1.65" indexmap = { version = "2.14.0", default-features = false } @@ -124,7 +124,7 @@ itertools = { version = "0.14.0", default-features = false } portable-atomic = "1.13.1" bytemuck = { version = "1.25.0", default-features = false } arrayvec = "0.7.6" -intrusive-collections = "0.10.0" +intrusive-collections = "0.10.1" cfg-if = "1.0.4" either = "1.15.0" sys-locale = "0.3.2" @@ -137,7 +137,7 @@ futures-lite = "2.6.1" test-case = "3.3.1" rstest = "0.26.1" url = "2.5.8" -tokio = { version = "1.52.1", default-features = false } +tokio = { version = "1.52.3", default-features = false } futures-concurrency = "7.7.1" dynify = "0.1.2" futures-channel = "0.3.32"