From 10cb765327162f183a0aad964518358f0a429a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:50:55 +0000 Subject: [PATCH] Bump the rust-dependencies group with 6 updates (#4053) Bumps the rust-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.1` | `0.15.2` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.91` | `1.0.92` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [yoke](https://github.com/unicode-org/icu4x) | `0.7.4` | `0.7.5` | | [zerofrom](https://github.com/unicode-org/icu4x) | `0.1.4` | `0.1.5` | Updates `hashbrown` from 0.15.1 to 0.15.2 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits) Updates `proc-macro2` from 1.0.91 to 1.0.92 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.91...1.0.92) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `yoke` from 0.7.4 to 0.7.5 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `zerofrom` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/databake@0.1.5) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: yoke dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: zerofrom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 36 ++++++++++++++++++------------------ Cargo.toml | 10 +++++----- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28eabf5545..2107353940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ dependencies = [ "fixed_decimal", "float-cmp", "futures-lite 2.5.0", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "icu_calendar", "icu_casemap", "icu_collator", @@ -440,7 +440,7 @@ dependencies = [ "boa_macros", "boa_profiler", "boa_string", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "icu_locid", "thin-vec", ] @@ -472,7 +472,7 @@ dependencies = [ "arbitrary", "boa_gc", "boa_macros", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "indexmap", "once_cell", "phf", @@ -1450,9 +1450,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -1982,7 +1982,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] @@ -2658,9 +2658,9 @@ checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" [[package]] name = "portable-atomic" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" +checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" [[package]] name = "postcard" @@ -2700,9 +2700,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.91" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307e3004becf10f5a6e0d59d20f3cd28231b0e0827a96cd3e0ce6d14bc1e4bb3" +checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" dependencies = [ "unicode-ident", ] @@ -3667,9 +3667,9 @@ dependencies = [ [[package]] name = "url" -version = "2.5.3" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", "idna", @@ -4101,9 +4101,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", @@ -4113,9 +4113,9 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", @@ -4146,9 +4146,9 @@ dependencies = [ [[package]] name = "zerofrom" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" dependencies = [ "zerofrom-derive", ] diff --git a/Cargo.toml b/Cargo.toml index 57afce14e1..bdcd485ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ bitflags = "2.5.0" clap = "4.5.21" colored = "2.1.0" fast-float2 = "0.2.3" -hashbrown = "0.15.1" +hashbrown = "0.15.2" indexmap = { version = "2.6.0", default-features = false } indoc = "2.0.5" jemallocator = "0.5.4" @@ -104,7 +104,7 @@ thiserror = { version = "2.0.3", default-features = false } dashmap = "6.1.0" num_enum = "0.7.3" itertools = { version = "0.13.0", default-features = false } -portable-atomic = "1.9.0" +portable-atomic = "1.10.0" bytemuck = { version = "1.19.0", default-features = false } arrayvec = "0.7.6" intrusive-collections = "0.9.7" @@ -118,7 +118,7 @@ float-cmp = "0.10.0" futures-lite = "2.5.0" test-case = "3.3.1" winapi = { version = "0.3.9", default-features = false } -url = "2.5.3" +url = "2.5.4" # ICU4X @@ -139,8 +139,8 @@ icu_properties = { version = "~1.5.0", default-features = true } icu_normalizer = { version = "~1.5.0", default-features = false } icu_decimal = { version = "~1.5.0", default-features = false } writeable = "~0.5.5" -yoke = "~0.7.4" -zerofrom = "~0.1.4" +yoke = "~0.7.5" +zerofrom = "~0.1.5" fixed_decimal = "~0.5.6" [workspace.metadata.workspaces]