From 6be05d79ffd0425fadb154434ddc29195ca42426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:14:26 +0000 Subject: [PATCH] build(deps): bump the icu group with 4 updates Bumps the icu group with 4 updates: [icu_experimental](https://github.com/unicode-org/icu4x), [icu_normalizer](https://github.com/unicode-org/icu4x), [icu_plurals](https://github.com/unicode-org/icu4x) and [icu_provider](https://github.com/unicode-org/icu4x). Updates `icu_experimental` from 0.1.0 to 0.2.0 - [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/compare/icu@0.1.0...icu@0.2.0) Updates `icu_normalizer` from 1.5.0 to 2.0.0-beta1 - [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/compare/icu@1.5.0...icu@2.0.0-beta1) Updates `icu_plurals` from 1.5.0 to 2.0.0-beta1 - [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/compare/icu@1.5.0...icu@2.0.0-beta1) Updates `icu_provider` from 1.5.0 to 2.0.0-beta1 - [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/compare/icu@1.5.0...icu@2.0.0-beta1) --- updated-dependencies: - dependency-name: icu_experimental dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: icu - dependency-name: icu_normalizer dependency-version: 2.0.0-beta1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: icu - dependency-name: icu_plurals dependency-version: 2.0.0-beta1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: icu - dependency-name: icu_provider dependency-version: 2.0.0-beta1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: icu ... Signed-off-by: dependabot[bot] --- Cargo.lock | 459 +++++++++++++++++++++++++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 377 insertions(+), 84 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bfb0009b..3784a8755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1840,7 +1840,18 @@ checksum = "0febbeb1118a9ecdee6e4520ead6b54882e843dd0592ad233247dbee84c53db8" dependencies = [ "displaydoc", "smallvec", - "writeable", + "writeable 0.5.5", +] + +[[package]] +name = "fixed_decimal" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2f5b60bc3750aadc404a15ef30f46b395ad4759e393b665691fd5c3a5b2d9b0" +dependencies = [ + "displaydoc", + "smallvec", + "writeable 0.6.2", ] [[package]] @@ -2406,10 +2417,10 @@ dependencies = [ "icu_calendar_data", "icu_locid", "icu_locid_transform", - "icu_provider", - "tinystr", - "writeable", - "zerovec", + "icu_provider 1.5.0", + "tinystr 0.7.6", + "writeable 0.5.5", + "zerovec 0.10.4", ] [[package]] @@ -2425,9 +2436,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" dependencies = [ "displaydoc", - "yoke", + "yoke 0.7.5", "zerofrom", - "zerovec", + "zerovec 0.10.4", +] + +[[package]] +name = "icu_collections" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" +dependencies = [ + "displaydoc", + "potential_utf", + "yoke 0.8.1", + "zerofrom", + "zerovec 0.11.5", ] [[package]] @@ -2438,19 +2462,19 @@ checksum = "d115efb85e08df3fd77e77f52e7e087545a783fffba8be80bfa2102f306b1780" dependencies = [ "displaydoc", "either", - "fixed_decimal", + "fixed_decimal 0.5.6", "icu_calendar", "icu_datetime_data", - "icu_decimal", + "icu_decimal 1.5.0", "icu_locid", "icu_locid_transform", - "icu_plurals", - "icu_provider", + "icu_plurals 1.5.0", + "icu_provider 1.5.0", "icu_timezone", "smallvec", - "tinystr", - "writeable", - "zerovec", + "tinystr 0.7.6", + "writeable 0.5.5", + "zerovec 0.10.4", ] [[package]] @@ -2466,11 +2490,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb8fd98f86ec0448d85e1edf8884e4e318bb2e121bd733ec929a05c0a5e8b0eb" dependencies = [ "displaydoc", - "fixed_decimal", - "icu_decimal_data", + "fixed_decimal 0.5.6", + "icu_decimal_data 1.5.1", "icu_locid_transform", - "icu_provider", - "writeable", + "icu_provider 1.5.0", + "writeable 0.5.5", +] + +[[package]] +name = "icu_decimal" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5aaf5a5e55f403781564a81092ae1710457f122f74e634540ddd9bd295e3a89" +dependencies = [ + "displaydoc", + "fixed_decimal 0.6.0", + "icu_decimal_data 2.0.0", + "icu_provider 2.0.0-beta1", + "tinystr 0.8.2", + "writeable 0.6.2", + "zerovec 0.11.5", ] [[package]] @@ -2479,41 +2518,108 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67c95dd97f5ccf6d837a9c115496ec7d36646fa86ca18e7f1412115b4c820ae2" +[[package]] +name = "icu_decimal_data" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b70963bc35f9bdf1bc66a5c1f458f4991c1dc71760e00fa06016b2c76b2738d5" + [[package]] name = "icu_experimental" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "844ad7b682a165c758065d694bc4d74ac67f176da1c499a04d85d492c0f193b7" +checksum = "707ddfe7124b2bdfad168200e14974b11a2f1aa0256ae236e31fb315c3ac1d41" dependencies = [ "displaydoc", - "fixed_decimal", - "icu_collections", - "icu_decimal", + "either", + "fixed_decimal 0.6.0", + "icu_collections 2.0.0", + "icu_decimal 2.0.0-beta1", "icu_experimental_data", - "icu_locid", - "icu_locid_transform", - "icu_normalizer", + "icu_list", + "icu_locale", + "icu_locale_core", + "icu_normalizer 2.0.0-beta1", "icu_pattern", - "icu_plurals", - "icu_properties", - "icu_provider", + "icu_plurals 2.0.0-beta1", + "icu_properties 2.0.0-beta1", + "icu_provider 2.0.0-beta1", "litemap", "num-bigint", "num-rational", "num-traits", + "potential_utf", "smallvec", - "tinystr", - "writeable", + "tinystr 0.8.2", + "writeable 0.6.2", "zerofrom", - "zerotrie", - "zerovec", + "zerotrie 0.2.3", + "zerovec 0.11.5", ] [[package]] name = "icu_experimental_data" -version = "0.1.1" +version = "0.2.0-dev" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121df92eafb8f5286d4e8ff401c1e7db8384377f806db3f8db77b91e5b7bd4dd" +checksum = "3eb66b816ca1998dbf2e35a1d46046688d62ad8879d34eb11c731bdfb3e14b51" +dependencies = [ + "icu_locale", + "icu_provider_baked", +] + +[[package]] +name = "icu_list" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e116bb6b90e79c6e09b84dbb1f79d97ef1cfc49dc6c2ddd4c45dd0897223d2c" +dependencies = [ + "displaydoc", + "icu_list_data", + "icu_provider 2.0.0-beta1", + "regex-automata", + "writeable 0.6.2", +] + +[[package]] +name = "icu_list_data" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a456a2412458ca45e181d9d51c5090ef8cd90f5692e11d34bafab3b3be1c76b" + +[[package]] +name = "icu_locale" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f49d3c7f2dae0cd50d8b681a258e761eb714c9924f8222b7042118c0fb410649" +dependencies = [ + "displaydoc", + "icu_collections 2.0.0", + "icu_locale_core", + "icu_locale_data", + "icu_provider 2.0.0-beta1", + "potential_utf", + "tinystr 0.8.2", + "zerovec 0.11.5", +] + +[[package]] +name = "icu_locale_core" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e36332a8c93574b07598351bb479425282022341528ff521238fd4a48d143162" +dependencies = [ + "displaydoc", + "litemap", + "tinystr 0.8.2", + "writeable 0.6.2", + "zerovec 0.11.5", +] + +[[package]] +name = "icu_locale_data" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fdef0c124749d06a743c69e938350816554eb63ac979166590e2b4ee4252765" [[package]] name = "icu_locid" @@ -2523,9 +2629,9 @@ checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" dependencies = [ "displaydoc", "litemap", - "tinystr", - "writeable", - "zerovec", + "tinystr 0.7.6", + "writeable 0.5.5", + "zerovec 0.10.4", ] [[package]] @@ -2537,9 +2643,9 @@ dependencies = [ "displaydoc", "icu_locid", "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", + "icu_provider 1.5.0", + "tinystr 0.7.6", + "zerovec 0.10.4", ] [[package]] @@ -2555,15 +2661,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" dependencies = [ "displaydoc", - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", + "icu_collections 1.5.0", + "icu_normalizer_data 1.5.1", + "icu_properties 1.5.1", + "icu_provider 1.5.0", "smallvec", "utf16_iter", "utf8_iter", "write16", - "zerovec", + "zerovec 0.10.4", +] + +[[package]] +name = "icu_normalizer" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df5ae8511ef0d91a4eb3650096471f5d5bdf1f598901fa34ee2a17f1fb52fbdb" +dependencies = [ + "displaydoc", + "icu_collections 2.0.0", + "icu_normalizer_data 2.0.0", + "icu_properties 2.0.0-beta1", + "icu_provider 2.0.0-beta1", + "smallvec", + "utf16_iter", + "utf8_iter", + "write16", + "zerovec 0.11.5", ] [[package]] @@ -2572,17 +2696,23 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" +[[package]] +name = "icu_normalizer_data" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" + [[package]] name = "icu_pattern" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7f36aafd098d6717de34e668a8120822275c1fba22b936e757b7de8a2fd7e4" +checksum = "daa9096b13a5b226456aaa74740ea32f247225ba09948a8042054c01514732f6" dependencies = [ "displaydoc", "either", - "writeable", - "yoke", - "zerofrom", + "writeable 0.6.2", + "yoke 0.7.5", + "zerovec 0.11.5", ] [[package]] @@ -2592,11 +2722,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba5a70e7c025dbd5c501b0a5c188cd11666a424f0dadcd4f0a95b7dafde3b114" dependencies = [ "displaydoc", - "fixed_decimal", + "fixed_decimal 0.5.6", "icu_locid_transform", - "icu_plurals_data", - "icu_provider", - "zerovec", + "icu_plurals_data 1.5.1", + "icu_provider 1.5.0", + "zerovec 0.10.4", +] + +[[package]] +name = "icu_plurals" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53e930405181b9bc42f530000d36ea4fc4e859f9c2fafb3e3a4680f0d7917e3b" +dependencies = [ + "displaydoc", + "fixed_decimal 0.6.0", + "icu_plurals_data 2.0.0", + "icu_provider 2.0.0-beta1", + "zerovec 0.11.5", ] [[package]] @@ -2605,6 +2748,12 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a483403238cb7d6a876a77a5f8191780336d80fe7b8b00bfdeb20be6abbfd112" +[[package]] +name = "icu_plurals_data" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ec552d761eaf4a1c39ad28936e0af77a41bf01ff756ea54be4f8bfc21c265d7" + [[package]] name = "icu_properties" version = "1.5.1" @@ -2612,12 +2761,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" dependencies = [ "displaydoc", - "icu_collections", + "icu_collections 1.5.0", "icu_locid_transform", - "icu_properties_data", - "icu_provider", - "tinystr", - "zerovec", + "icu_properties_data 1.5.1", + "icu_provider 1.5.0", + "tinystr 0.7.6", + "zerovec 0.10.4", +] + +[[package]] +name = "icu_properties" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61faa32dfc2f4e704cb489f7080d0c3a4ffddeef7ab078904243a15f165e7061" +dependencies = [ + "displaydoc", + "icu_collections 2.0.0", + "icu_locale_core", + "icu_properties_data 2.0.1", + "icu_provider 2.0.0-beta1", + "potential_utf", + "zerotrie 0.2.3", + "zerovec 0.11.5", ] [[package]] @@ -2626,6 +2791,12 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" +[[package]] +name = "icu_properties_data" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" + [[package]] name = "icu_provider" version = "1.5.0" @@ -2634,13 +2805,30 @@ checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" dependencies = [ "displaydoc", "icu_locid", - "icu_provider_macros", + "icu_provider_macros 1.5.0", "stable_deref_trait", - "tinystr", - "writeable", - "yoke", + "tinystr 0.7.6", + "writeable 0.5.5", + "yoke 0.7.5", "zerofrom", - "zerovec", + "zerovec 0.10.4", +] + +[[package]] +name = "icu_provider" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "201d2b3bc0bd9a7ad78a00af62374365dd53ee6916942c645cd9e28778c238a5" +dependencies = [ + "displaydoc", + "icu_locale_core", + "icu_provider_macros 2.0.0-beta1", + "stable_deref_trait", + "tinystr 0.8.2", + "writeable 0.6.2", + "yoke 0.7.5", + "zerofrom", + "zerovec 0.11.5", ] [[package]] @@ -2651,9 +2839,20 @@ checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" dependencies = [ "icu_locid", "icu_locid_transform", - "icu_provider", - "tinystr", - "zerovec", + "icu_provider 1.5.0", + "tinystr 0.7.6", + "zerovec 0.10.4", +] + +[[package]] +name = "icu_provider_baked" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c6494d25b75593ad56dcd9bde1040ef7e22e9c70b24c1de8920d9a919118893" +dependencies = [ + "icu_provider 2.0.0-beta1", + "writeable 0.6.2", + "zerotrie 0.2.3", ] [[package]] @@ -2667,6 +2866,17 @@ dependencies = [ "syn", ] +[[package]] +name = "icu_provider_macros" +version = "2.0.0-beta1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c1a4c9cca68c00053013b9ad7dc7d2e69aefed59dd9e38cb63347c28299b0" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "icu_timezone" version = "1.5.0" @@ -2675,11 +2885,11 @@ checksum = "aa91ba6a585939a020c787235daa8aee856d9bceebd6355e283c0c310bc6de96" dependencies = [ "displaydoc", "icu_calendar", - "icu_provider", + "icu_provider 1.5.0", "icu_timezone_data", - "tinystr", - "zerotrie", - "zerovec", + "tinystr 0.7.6", + "zerotrie 0.1.3", + "zerovec 0.10.4", ] [[package]] @@ -2717,8 +2927,8 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" dependencies = [ - "icu_normalizer", - "icu_properties", + "icu_normalizer 1.5.0", + "icu_properties 1.5.1", ] [[package]] @@ -3307,7 +3517,7 @@ dependencies = [ "headers", "hex", "hyper", - "icu_normalizer", + "icu_normalizer 1.5.0", "indexmap 2.11.4", "insta", "lettre", @@ -3395,8 +3605,8 @@ dependencies = [ "icu_experimental", "icu_locid", "icu_locid_transform", - "icu_plurals", - "icu_provider", + "icu_plurals 1.5.0", + "icu_provider 1.5.0", "icu_provider_adapters", "pad", "pest", @@ -3404,7 +3614,7 @@ dependencies = [ "serde", "serde_json", "thiserror 2.0.17", - "writeable", + "writeable 0.5.5", ] [[package]] @@ -4581,6 +4791,15 @@ dependencies = [ "serde", ] +[[package]] +name = "potential_utf" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" +dependencies = [ + "zerovec 0.11.5", +] + [[package]] name = "powerfmt" version = "0.2.0" @@ -6277,7 +6496,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" dependencies = [ "displaydoc", - "zerovec", + "zerovec 0.10.4", +] + +[[package]] +name = "tinystr" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" +dependencies = [ + "displaydoc", + "serde_core", + "zerovec 0.11.5", ] [[package]] @@ -7739,6 +7969,12 @@ name = "writeable" version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" + +[[package]] +name = "writeable" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" dependencies = [ "either", ] @@ -7757,7 +7993,18 @@ checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", - "yoke-derive", + "yoke-derive 0.7.5", + "zerofrom", +] + +[[package]] +name = "yoke" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" +dependencies = [ + "stable_deref_trait", + "yoke-derive 0.8.1", "zerofrom", ] @@ -7773,6 +8020,18 @@ dependencies = [ "synstructure", ] +[[package]] +name = "yoke-derive" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] + [[package]] name = "zerocopy" version = "0.8.27" @@ -7827,7 +8086,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f" dependencies = [ "displaydoc", - "yoke", + "yoke 0.7.5", + "zerofrom", +] + +[[package]] +name = "zerotrie" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" +dependencies = [ + "displaydoc", + "yoke 0.8.1", "zerofrom", ] @@ -7837,9 +8107,21 @@ version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" dependencies = [ - "yoke", + "yoke 0.7.5", + "zerofrom", + "zerovec-derive 0.10.3", +] + +[[package]] +name = "zerovec" +version = "0.11.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" +dependencies = [ + "serde", + "yoke 0.8.1", "zerofrom", - "zerovec-derive", + "zerovec-derive 0.11.2", ] [[package]] @@ -7853,6 +8135,17 @@ dependencies = [ "syn", ] +[[package]] +name = "zerovec-derive" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "zxcvbn" version = "3.1.0" diff --git a/Cargo.toml b/Cargo.toml index ca8f5508a..d0f90b921 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -299,7 +299,7 @@ features = ["compiled_data", "std"] version = "1.5.1" features = ["compiled_data", "std"] [workspace.dependencies.icu_experimental] -version = "0.1.0" +version = "0.2.0" features = ["compiled_data", "std"] [workspace.dependencies.icu_locid] version = "1.5.0"