diff --git a/Cargo.lock b/Cargo.lock index b292f831dcc..346fe05294c 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", @@ -1743,9 +1743,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "husky-rs" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b00c51c8ea1f7e8d93caaf071948f766eb331cd55cb9871096614c9291642e" +checksum = "7efd8aa8491dc34722e4038a2fff2ce6cf1343976c81aa94bc1da5eeb6b7d2b2" [[package]] name = "hyper" @@ -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", ] @@ -2527,9 +2527,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libmimalloc-sys2" -version = "0.1.54" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8cac9b2d60928163027249a1ebd0ec8e6c58b66dca93cccf58ee618e66fc062" +checksum = "1c601df46d9245293af01d2e82529bef06fd46d7428cd079ba2ab73fe452e9fb" dependencies = [ "cc", "cmake", @@ -2586,9 +2586,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lz4_flex" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a" +checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e" dependencies = [ "twox-hash", ] @@ -2620,9 +2620,9 @@ dependencies = [ [[package]] name = "mimalloc-safe" -version = "0.1.58" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8bf95a709c09e85ae74e77b2413cbb11a1b8f2f3d11e23b3751382467c9c15c" +checksum = "339faed83010f7e29846491de7db305c2624384271776cb27e08c9e44ee692c0" dependencies = [ "libmimalloc-sys2", ] @@ -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", @@ -5205,9 +5205,9 @@ dependencies = [ [[package]] name = "zerofrom" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" +checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" dependencies = [ "zerofrom-derive", ] diff --git a/Cargo.toml b/Cargo.toml index 1ee645da023..fc94adcec96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,15 +58,15 @@ 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 } indoc = "2.0.7" itoa = "1.0.18" jemallocator = "0.5.4" -mimalloc-safe = "0.1.58" -lz4_flex = "0.13.0" +mimalloc-safe = "0.1.61" +lz4_flex = "0.13.1" num-bigint = "0.4.6" num-traits = "0.2.19" once_cell = { version = "1.21.3", 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" @@ -145,7 +145,7 @@ aligned-vec = "0.6.4" temp-env = "0.3.6" strum = { version = "0.28", features = ["derive"] } unsend = { version = "0.2.1", default-features = false } -husky-rs = "0.3.2" +husky-rs = "0.3.3" async-channel = "2.5.0" # ICU4X core @@ -173,7 +173,7 @@ icu_decimal = { version = "~2.2.0", default-features = false } writeable = "0.6.2" tinystr = "0.8.2" yoke = "0.8.1" -zerofrom = "0.1.7" +zerofrom = "0.1.8" fixed_decimal = "0.7.2" [workspace.metadata.workspaces]