From a94928ef38ccbf331943de1388f17f2ac51ee19e Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Sat, 23 Aug 2025 20:51:08 -0400 Subject: [PATCH 1/7] Update deps --- crate_universe/Cargo.lock | 155 ++++++++++++++++---------------------- crate_universe/Cargo.toml | 2 +- 2 files changed, 67 insertions(+), 90 deletions(-) diff --git a/crate_universe/Cargo.lock b/crate_universe/Cargo.lock index 4bebf73ab8..4db5b6cfed 100644 --- a/crate_universe/Cargo.lock +++ b/crate_universe/Cargo.lock @@ -492,9 +492,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] @@ -1342,21 +1342,22 @@ dependencies = [ [[package]] name = "icu_collections" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" dependencies = [ "displaydoc", + "potential_utf", "yoke", "zerofrom", "zerovec", ] [[package]] -name = "icu_locid" -version = "1.5.0" +name = "icu_locale_core" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" dependencies = [ "displaydoc", "litemap", @@ -1365,31 +1366,11 @@ dependencies = [ "zerovec", ] -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - [[package]] name = "icu_normalizer" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" dependencies = [ "displaydoc", "icu_collections", @@ -1397,72 +1378,59 @@ dependencies = [ "icu_properties", "icu_provider", "smallvec", - "utf16_iter", - "utf8_iter", - "write16", "zerovec", ] [[package]] name = "icu_normalizer_data" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" +checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" [[package]] name = "icu_properties" -version = "1.5.1" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" dependencies = [ "displaydoc", "icu_collections", - "icu_locid_transform", + "icu_locale_core", "icu_properties_data", "icu_provider", - "tinystr", + "potential_utf", + "zerotrie", "zerovec", ] [[package]] name = "icu_properties_data" -version = "1.5.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" +checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" [[package]] name = "icu_provider" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" dependencies = [ "displaydoc", - "icu_locid", - "icu_provider_macros", + "icu_locale_core", "stable_deref_trait", "tinystr", "writeable", "yoke", "zerofrom", + "zerotrie", "zerovec", ] -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.90", -] - [[package]] name = "idna" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ "idna_adapter", "smallvec", @@ -1471,9 +1439,9 @@ dependencies = [ [[package]] name = "idna_adapter" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" dependencies = [ "icu_normalizer", "icu_properties", @@ -1594,9 +1562,9 @@ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" [[package]] name = "litemap" -version = "0.7.4" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" +checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[package]] name = "lock_api" @@ -1717,9 +1685,9 @@ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "percent-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" @@ -1771,6 +1739,15 @@ version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +[[package]] +name = "potential_utf" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" +dependencies = [ + "zerovec", +] + [[package]] name = "proc-macro2" version = "1.0.92" @@ -2181,9 +2158,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.7.6" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" dependencies = [ "displaydoc", "zerovec", @@ -2408,13 +2385,14 @@ checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "url" -version = "2.5.4" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna", "percent-encoding", + "serde", ] [[package]] @@ -2427,12 +2405,6 @@ dependencies = [ "sha2", ] -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - [[package]] name = "utf8_iter" version = "1.0.4" @@ -2682,23 +2654,17 @@ dependencies = [ "bitflags 2.4.1", ] -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - [[package]] name = "writeable" -version = "0.5.5" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" +checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" [[package]] name = "yoke" -version = "0.7.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" +checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" dependencies = [ "serde", "stable_deref_trait", @@ -2708,9 +2674,9 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" +checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" dependencies = [ "proc-macro2", "quote", @@ -2759,11 +2725,22 @@ dependencies = [ "synstructure", ] +[[package]] +name = "zerotrie" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", +] + [[package]] name = "zerovec" -version = "0.10.4" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" +checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" dependencies = [ "yoke", "zerofrom", @@ -2772,9 +2749,9 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.10.3" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" +checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" dependencies = [ "proc-macro2", "quote", diff --git a/crate_universe/Cargo.toml b/crate_universe/Cargo.toml index 88fb9e6989..99d738a32d 100644 --- a/crate_universe/Cargo.toml +++ b/crate_universe/Cargo.toml @@ -93,7 +93,7 @@ textwrap = "0.16.2" toml = "0.8.21" tracing = "0.1.41" tracing-subscriber = "0.3.19" -url = "2.5.4" +url = "2.5.7" walkdir = "2.5.0" glob = "0.3.2" From 8d7cdcf031d81c7ac812975b7f7b8fa97935a6ea Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Sat, 23 Aug 2025 20:56:24 -0400 Subject: [PATCH 2/7] clap --- crate_universe/Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/crate_universe/Cargo.lock b/crate_universe/Cargo.lock index 4db5b6cfed..e920e430a3 100644 --- a/crate_universe/Cargo.lock +++ b/crate_universe/Cargo.lock @@ -264,9 +264,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "clap" -version = "4.5.37" +version = "4.5.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" +checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318" dependencies = [ "clap_builder", "clap_derive", @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.37" +version = "4.5.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" +checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8" dependencies = [ "anstream", "anstyle", @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.32" +version = "4.5.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" +checksum = "14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6" dependencies = [ "heck", "proc-macro2", @@ -444,7 +444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1509,7 +1509,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a45489186a6123c128fdf6016183fcfab7113e1820eb813127e036e287233fb" dependencies = [ "jiff-tzdb-platform", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1870,7 +1870,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2077,7 +2077,7 @@ dependencies = [ "getrandom", "once_cell", "rustix 1.0.5", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] From 1415d543c573bcd7155d3bc53f2db7418346f64e Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Sat, 23 Aug 2025 20:56:42 -0400 Subject: [PATCH 3/7] spdx --- crate_universe/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crate_universe/Cargo.lock b/crate_universe/Cargo.lock index e920e430a3..f1ba8e4631 100644 --- a/crate_universe/Cargo.lock +++ b/crate_universe/Cargo.lock @@ -2009,9 +2009,9 @@ dependencies = [ [[package]] name = "spdx" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193" +checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3" dependencies = [ "smallvec", ] From 1fdb47cc846dcac063f0f18e9913bb51d1cc1d9b Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Sat, 23 Aug 2025 20:59:46 -0400 Subject: [PATCH 4/7] misc --- crate_universe/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crate_universe/Cargo.lock b/crate_universe/Cargo.lock index f1ba8e4631..e7b9d458b5 100644 --- a/crate_universe/Cargo.lock +++ b/crate_universe/Cargo.lock @@ -86,9 +86,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "arc-swap" @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.9" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" +checksum = "5d07aa9a93b00c76f71bc35d598bed923f6d4f3a9ca5c24b7737ae1a292841c0" dependencies = [ "serde", ] From cd27f89be335b1f5ce8019489a50c36ac9157630 Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Sat, 23 Aug 2025 23:00:59 -0400 Subject: [PATCH 5/7] revendor --- MODULE.bazel | 10 +- ...1.0.98.bazel => BUILD.anyhow-1.0.99.bazel} | 6 +- crate_universe/3rdparty/crates/BUILD.bazel | 30 +- ...-1.1.9.bazel => BUILD.camino-1.1.11.bazel} | 6 +- .../crates/BUILD.cargo-lock-10.1.0.bazel | 2 +- .../crates/BUILD.cargo_metadata-0.19.2.bazel | 2 +- ...p-4.5.37.bazel => BUILD.clap-4.5.45.bazel} | 6 +- ....bazel => BUILD.clap_builder-4.5.44.bazel} | 2 +- ...2.bazel => BUILD.clap_derive-4.5.45.bazel} | 2 +- .../3rdparty/crates/BUILD.errno-0.3.11.bazel | 6 +- ...azel => BUILD.form_urlencoded-1.2.2.bazel} | 4 +- .../crates/BUILD.gix-url-0.29.0.bazel | 4 +- ...azel => BUILD.icu_collections-2.0.0.bazel} | 7 +- ...azel => BUILD.icu_locale_core-2.0.0.bazel} | 14 +- ...BUILD.icu_locid_transform_data-1.5.0.bazel | 95 ----- .../crates/BUILD.icu_normalizer-1.5.0.bazel | 113 ------ ...bazel => BUILD.icu_normalizer-2.0.0.bazel} | 16 +- ... => BUILD.icu_normalizer_data-2.0.0.bazel} | 69 +++- ...bazel => BUILD.icu_properties-2.0.1.bazel} | 16 +- ... => BUILD.icu_properties_data-2.0.1.bazel} | 69 +++- ...0.bazel => BUILD.icu_provider-2.0.0.bazel} | 17 +- .../BUILD.icu_provider_macros-1.5.0.bazel | 100 ----- ...dna-1.0.3.bazel => BUILD.idna-1.1.0.bazel} | 4 +- ...0.bazel => BUILD.idna_adapter-1.2.1.bazel} | 6 +- .../3rdparty/crates/BUILD.jiff-0.1.13.bazel | 6 +- ...-0.7.4.bazel => BUILD.litemap-0.8.0.bazel} | 2 +- ...zel => BUILD.percent-encoding-2.3.2.bazel} | 2 +- ....bazel => BUILD.potential_utf-0.1.2.bazel} | 11 +- .../3rdparty/crates/BUILD.rustix-1.0.5.bazel | 6 +- ...x-0.10.8.bazel => BUILD.spdx-0.10.9.bazel} | 4 +- .../crates/BUILD.tempfile-3.19.1.bazel | 6 +- ...-0.7.6.bazel => BUILD.tinystr-0.8.1.bazel} | 4 +- ....url-2.5.4.bazel => BUILD.url-2.5.7.bazel} | 10 +- .../crates/BUILD.utf16_iter-1.0.5.bazel | 95 ----- .../crates/BUILD.windows-sys-0.52.0.bazel | 1 + .../crates/BUILD.windows-sys-0.59.0.bazel | 1 - ....5.5.bazel => BUILD.writeable-0.6.1.bazel} | 2 +- ...oke-0.7.5.bazel => BUILD.yoke-0.8.0.bazel} | 5 +- ....5.bazel => BUILD.yoke-derive-0.8.0.bazel} | 2 +- .../crates/BUILD.zerotrie-0.2.2.bazel | 106 ++++++ ....10.4.bazel => BUILD.zerovec-0.11.4.bazel} | 7 +- ...azel => BUILD.zerovec-derive-0.11.1.bazel} | 2 +- crate_universe/3rdparty/crates/defs.bzl | 344 ++++++++---------- crate_universe/DEVELOPMENT.md | 2 +- 44 files changed, 517 insertions(+), 707 deletions(-) rename crate_universe/3rdparty/crates/{BUILD.anyhow-1.0.98.bazel => BUILD.anyhow-1.0.99.bazel} (98%) rename crate_universe/3rdparty/crates/{BUILD.camino-1.1.9.bazel => BUILD.camino-1.1.11.bazel} (98%) rename crate_universe/3rdparty/crates/{BUILD.clap-4.5.37.bazel => BUILD.clap-4.5.45.bazel} (97%) rename crate_universe/3rdparty/crates/{BUILD.clap_builder-4.5.37.bazel => BUILD.clap_builder-4.5.44.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.clap_derive-4.5.32.bazel => BUILD.clap_derive-4.5.45.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.form_urlencoded-1.2.1.bazel => BUILD.form_urlencoded-1.2.2.bazel} (98%) rename crate_universe/3rdparty/crates/{BUILD.icu_collections-1.5.0.bazel => BUILD.icu_collections-2.0.0.bazel} (96%) rename crate_universe/3rdparty/crates/{BUILD.icu_locid-1.5.0.bazel => BUILD.icu_locale_core-2.0.0.bazel} (93%) delete mode 100644 crate_universe/3rdparty/crates/BUILD.icu_locid_transform_data-1.5.0.bazel delete mode 100644 crate_universe/3rdparty/crates/BUILD.icu_normalizer-1.5.0.bazel rename crate_universe/3rdparty/crates/{BUILD.icu_locid_transform-1.5.0.bazel => BUILD.icu_normalizer-2.0.0.bazel} (91%) rename crate_universe/3rdparty/crates/{BUILD.icu_normalizer_data-1.5.0.bazel => BUILD.icu_normalizer_data-2.0.0.bazel} (72%) rename crate_universe/3rdparty/crates/{BUILD.icu_properties-1.5.1.bazel => BUILD.icu_properties-2.0.1.bazel} (91%) rename crate_universe/3rdparty/crates/{BUILD.icu_properties_data-1.5.0.bazel => BUILD.icu_properties_data-2.0.1.bazel} (72%) rename crate_universe/3rdparty/crates/{BUILD.icu_provider-1.5.0.bazel => BUILD.icu_provider-2.0.0.bazel} (92%) delete mode 100644 crate_universe/3rdparty/crates/BUILD.icu_provider_macros-1.5.0.bazel rename crate_universe/3rdparty/crates/{BUILD.idna-1.0.3.bazel => BUILD.idna-1.1.0.bazel} (98%) rename crate_universe/3rdparty/crates/{BUILD.idna_adapter-1.2.0.bazel => BUILD.idna_adapter-1.2.1.bazel} (96%) rename crate_universe/3rdparty/crates/{BUILD.litemap-0.7.4.bazel => BUILD.litemap-0.8.0.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.percent-encoding-2.3.1.bazel => BUILD.percent-encoding-2.3.2.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.write16-1.0.0.bazel => BUILD.potential_utf-0.1.2.bazel} (95%) rename crate_universe/3rdparty/crates/{BUILD.spdx-0.10.8.bazel => BUILD.spdx-0.10.9.bazel} (98%) rename crate_universe/3rdparty/crates/{BUILD.tinystr-0.7.6.bazel => BUILD.tinystr-0.8.1.bazel} (98%) rename crate_universe/3rdparty/crates/{BUILD.url-2.5.4.bazel => BUILD.url-2.5.7.bazel} (94%) delete mode 100644 crate_universe/3rdparty/crates/BUILD.utf16_iter-1.0.5.bazel rename crate_universe/3rdparty/crates/{BUILD.writeable-0.5.5.bazel => BUILD.writeable-0.6.1.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.yoke-0.7.5.bazel => BUILD.yoke-0.8.0.bazel} (97%) rename crate_universe/3rdparty/crates/{BUILD.yoke-derive-0.7.5.bazel => BUILD.yoke-derive-0.8.0.bazel} (99%) create mode 100644 crate_universe/3rdparty/crates/BUILD.zerotrie-0.2.2.bazel rename crate_universe/3rdparty/crates/{BUILD.zerovec-0.10.4.bazel => BUILD.zerovec-0.11.4.bazel} (96%) rename crate_universe/3rdparty/crates/{BUILD.zerovec-derive-0.10.3.bazel => BUILD.zerovec-derive-0.11.1.bazel} (99%) diff --git a/MODULE.bazel b/MODULE.bazel index 920f6fb529..ca3cf7a085 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -94,14 +94,14 @@ use_repo( "cargo_bazel.buildifier-linux-arm64", "cargo_bazel.buildifier-windows-amd64.exe", "cui", - "cui__anyhow-1.0.98", - "cui__camino-1.1.9", + "cui__anyhow-1.0.99", + "cui__camino-1.1.11", "cui__cargo-lock-10.1.0", "cui__cargo-platform-0.1.9", "cui__cargo_metadata-0.19.2", "cui__cargo_toml-0.22.1", "cui__cfg-expr-0.18.0", - "cui__clap-4.5.37", + "cui__clap-4.5.45", "cui__crates-index-3.7.0", "cui__glob-0.3.2", "cui__hex-0.4.3", @@ -117,14 +117,14 @@ use_repo( "cui__serde_json-1.0.140", "cui__serde_starlark-0.1.17", "cui__sha2-0.10.8", - "cui__spdx-0.10.8", + "cui__spdx-0.10.9", "cui__tempfile-3.19.1", "cui__tera-1.20.0", "cui__textwrap-0.16.2", "cui__toml-0.8.21", "cui__tracing-0.1.41", "cui__tracing-subscriber-0.3.19", - "cui__url-2.5.4", + "cui__url-2.5.7", "cui__walkdir-2.5.0", ) diff --git a/crate_universe/3rdparty/crates/BUILD.anyhow-1.0.98.bazel b/crate_universe/3rdparty/crates/BUILD.anyhow-1.0.99.bazel similarity index 98% rename from crate_universe/3rdparty/crates/BUILD.anyhow-1.0.98.bazel rename to crate_universe/3rdparty/crates/BUILD.anyhow-1.0.99.bazel index 221f8fd3be..b837f66a5e 100644 --- a/crate_universe/3rdparty/crates/BUILD.anyhow-1.0.98.bazel +++ b/crate_universe/3rdparty/crates/BUILD.anyhow-1.0.99.bazel @@ -99,9 +99,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.98", + version = "1.0.99", deps = [ - "@cui__anyhow-1.0.98//:build_script_build", + "@cui__anyhow-1.0.99//:build_script_build", ], ) @@ -157,7 +157,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "1.0.98", + version = "1.0.99", visibility = ["//visibility:private"], ) diff --git a/crate_universe/3rdparty/crates/BUILD.bazel b/crate_universe/3rdparty/crates/BUILD.bazel index 603aa7dc49..bef7f67fb4 100644 --- a/crate_universe/3rdparty/crates/BUILD.bazel +++ b/crate_universe/3rdparty/crates/BUILD.bazel @@ -32,26 +32,26 @@ filegroup( # Workspace Member Dependencies alias( - name = "anyhow-1.0.98", - actual = "@cui__anyhow-1.0.98//:anyhow", + name = "anyhow-1.0.99", + actual = "@cui__anyhow-1.0.99//:anyhow", tags = ["manual"], ) alias( name = "anyhow", - actual = "@cui__anyhow-1.0.98//:anyhow", + actual = "@cui__anyhow-1.0.99//:anyhow", tags = ["manual"], ) alias( - name = "camino-1.1.9", - actual = "@cui__camino-1.1.9//:camino", + name = "camino-1.1.11", + actual = "@cui__camino-1.1.11//:camino", tags = ["manual"], ) alias( name = "camino", - actual = "@cui__camino-1.1.9//:camino", + actual = "@cui__camino-1.1.11//:camino", tags = ["manual"], ) @@ -116,14 +116,14 @@ alias( ) alias( - name = "clap-4.5.37", - actual = "@cui__clap-4.5.37//:clap", + name = "clap-4.5.45", + actual = "@cui__clap-4.5.45//:clap", tags = ["manual"], ) alias( name = "clap", - actual = "@cui__clap-4.5.37//:clap", + actual = "@cui__clap-4.5.45//:clap", tags = ["manual"], ) @@ -308,14 +308,14 @@ alias( ) alias( - name = "spdx-0.10.8", - actual = "@cui__spdx-0.10.8//:spdx", + name = "spdx-0.10.9", + actual = "@cui__spdx-0.10.9//:spdx", tags = ["manual"], ) alias( name = "spdx", - actual = "@cui__spdx-0.10.8//:spdx", + actual = "@cui__spdx-0.10.9//:spdx", tags = ["manual"], ) @@ -392,14 +392,14 @@ alias( ) alias( - name = "url-2.5.4", - actual = "@cui__url-2.5.4//:url", + name = "url-2.5.7", + actual = "@cui__url-2.5.7//:url", tags = ["manual"], ) alias( name = "url", - actual = "@cui__url-2.5.4//:url", + actual = "@cui__url-2.5.7//:url", tags = ["manual"], ) diff --git a/crate_universe/3rdparty/crates/BUILD.camino-1.1.9.bazel b/crate_universe/3rdparty/crates/BUILD.camino-1.1.11.bazel similarity index 98% rename from crate_universe/3rdparty/crates/BUILD.camino-1.1.9.bazel rename to crate_universe/3rdparty/crates/BUILD.camino-1.1.11.bazel index a76669551c..37609a110d 100644 --- a/crate_universe/3rdparty/crates/BUILD.camino-1.1.9.bazel +++ b/crate_universe/3rdparty/crates/BUILD.camino-1.1.11.bazel @@ -99,9 +99,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.1.9", + version = "1.1.11", deps = [ - "@cui__camino-1.1.9//:build_script_build", + "@cui__camino-1.1.11//:build_script_build", "@cui__serde-1.0.219//:serde", ], ) @@ -158,7 +158,7 @@ cargo_build_script( "noclippy", "norustfmt", ], - version = "1.1.9", + version = "1.1.11", visibility = ["//visibility:private"], ) diff --git a/crate_universe/3rdparty/crates/BUILD.cargo-lock-10.1.0.bazel b/crate_universe/3rdparty/crates/BUILD.cargo-lock-10.1.0.bazel index 2e5a5b45dc..c0013c1163 100644 --- a/crate_universe/3rdparty/crates/BUILD.cargo-lock-10.1.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cargo-lock-10.1.0.bazel @@ -96,6 +96,6 @@ rust_library( "@cui__semver-1.0.26//:semver", "@cui__serde-1.0.219//:serde", "@cui__toml-0.8.21//:toml", - "@cui__url-2.5.4//:url", + "@cui__url-2.5.7//:url", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.19.2.bazel b/crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.19.2.bazel index 682bc593e9..36962b23d6 100644 --- a/crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.19.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.19.2.bazel @@ -96,7 +96,7 @@ rust_library( }), version = "0.19.2", deps = [ - "@cui__camino-1.1.9//:camino", + "@cui__camino-1.1.11//:camino", "@cui__cargo-platform-0.1.9//:cargo_platform", "@cui__semver-1.0.26//:semver", "@cui__serde-1.0.219//:serde", diff --git a/crate_universe/3rdparty/crates/BUILD.clap-4.5.37.bazel b/crate_universe/3rdparty/crates/BUILD.clap-4.5.45.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.clap-4.5.37.bazel rename to crate_universe/3rdparty/crates/BUILD.clap-4.5.45.bazel index 5557f57c74..1b989aaf40 100644 --- a/crate_universe/3rdparty/crates/BUILD.clap-4.5.37.bazel +++ b/crate_universe/3rdparty/crates/BUILD.clap-4.5.45.bazel @@ -48,7 +48,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@cui__clap_derive-4.5.32//:clap_derive", + "@cui__clap_derive-4.5.45//:clap_derive", ], rustc_env_files = [ ":cargo_toml_env_vars", @@ -105,8 +105,8 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "4.5.37", + version = "4.5.45", deps = [ - "@cui__clap_builder-4.5.37//:clap_builder", + "@cui__clap_builder-4.5.44//:clap_builder", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.clap_builder-4.5.37.bazel b/crate_universe/3rdparty/crates/BUILD.clap_builder-4.5.44.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.clap_builder-4.5.37.bazel rename to crate_universe/3rdparty/crates/BUILD.clap_builder-4.5.44.bazel index 30884814e2..4e9a3cae3c 100644 --- a/crate_universe/3rdparty/crates/BUILD.clap_builder-4.5.37.bazel +++ b/crate_universe/3rdparty/crates/BUILD.clap_builder-4.5.44.bazel @@ -100,7 +100,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "4.5.37", + version = "4.5.44", deps = [ "@cui__anstream-0.6.18//:anstream", "@cui__anstyle-1.0.10//:anstyle", diff --git a/crate_universe/3rdparty/crates/BUILD.clap_derive-4.5.32.bazel b/crate_universe/3rdparty/crates/BUILD.clap_derive-4.5.45.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.clap_derive-4.5.32.bazel rename to crate_universe/3rdparty/crates/BUILD.clap_derive-4.5.45.bazel index bf0137cde0..1bb45f6036 100644 --- a/crate_universe/3rdparty/crates/BUILD.clap_derive-4.5.32.bazel +++ b/crate_universe/3rdparty/crates/BUILD.clap_derive-4.5.45.bazel @@ -94,7 +94,7 @@ rust_proc_macro( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "4.5.32", + version = "4.5.45", deps = [ "@cui__heck-0.5.0//:heck", "@cui__proc-macro2-1.0.92//:proc_macro2", diff --git a/crate_universe/3rdparty/crates/BUILD.errno-0.3.11.bazel b/crate_universe/3rdparty/crates/BUILD.errno-0.3.11.bazel index 14a11c776f..f9f2e32ca0 100644 --- a/crate_universe/3rdparty/crates/BUILD.errno-0.3.11.bazel +++ b/crate_universe/3rdparty/crates/BUILD.errno-0.3.11.bazel @@ -109,7 +109,7 @@ rust_library( "@cui__libc-0.2.172//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ "@cui__libc-0.2.172//:libc", # cfg(unix) @@ -139,7 +139,7 @@ rust_library( "@cui__libc-0.2.172//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__libc-0.2.172//:libc", # cfg(unix) @@ -175,7 +175,7 @@ rust_library( "@cui__libc-0.2.172//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__libc-0.2.172//:libc", # cfg(unix) diff --git a/crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.2.1.bazel b/crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.2.2.bazel similarity index 98% rename from crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.2.1.bazel rename to crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.2.2.bazel index 46f0af162c..ed91f45e1b 100644 --- a/crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.2.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.form_urlencoded-1.2.2.bazel @@ -95,8 +95,8 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.2.1", + version = "1.2.2", deps = [ - "@cui__percent-encoding-2.3.1//:percent_encoding", + "@cui__percent-encoding-2.3.2//:percent_encoding", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.gix-url-0.29.0.bazel b/crate_universe/3rdparty/crates/BUILD.gix-url-0.29.0.bazel index 7eb236d1b2..1f6a12eaf4 100644 --- a/crate_universe/3rdparty/crates/BUILD.gix-url-0.29.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.gix-url-0.29.0.bazel @@ -96,8 +96,8 @@ rust_library( "@cui__bstr-1.6.0//:bstr", "@cui__gix-features-0.40.0//:gix_features", "@cui__gix-path-0.10.14//:gix_path", - "@cui__percent-encoding-2.3.1//:percent_encoding", + "@cui__percent-encoding-2.3.2//:percent_encoding", "@cui__thiserror-2.0.4//:thiserror", - "@cui__url-2.5.4//:url", + "@cui__url-2.5.7//:url", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_collections-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_collections-2.0.0.bazel similarity index 96% rename from crate_universe/3rdparty/crates/BUILD.icu_collections-1.5.0.bazel rename to crate_universe/3rdparty/crates/BUILD.icu_collections-2.0.0.bazel index 404a1df8a1..a990ce9ac2 100644 --- a/crate_universe/3rdparty/crates/BUILD.icu_collections-1.5.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.icu_collections-2.0.0.bazel @@ -94,10 +94,11 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.0", + version = "2.0.0", deps = [ - "@cui__yoke-0.7.5//:yoke", + "@cui__potential_utf-0.1.2//:potential_utf", + "@cui__yoke-0.8.0//:yoke", "@cui__zerofrom-0.1.5//:zerofrom", - "@cui__zerovec-0.10.4//:zerovec", + "@cui__zerovec-0.11.4//:zerovec", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_locid-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_locale_core-2.0.0.bazel similarity index 93% rename from crate_universe/3rdparty/crates/BUILD.icu_locid-1.5.0.bazel rename to crate_universe/3rdparty/crates/BUILD.icu_locale_core-2.0.0.bazel index 25472d6c7a..35f1136a79 100644 --- a/crate_universe/3rdparty/crates/BUILD.icu_locid-1.5.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.icu_locale_core-2.0.0.bazel @@ -17,7 +17,7 @@ cargo_toml_env_vars( ) rust_library( - name = "icu_locid", + name = "icu_locale_core", srcs = glob( include = ["**/*.rs"], allow_empty = True, @@ -50,7 +50,7 @@ rust_library( ], tags = [ "cargo-bazel", - "crate-name=icu_locid", + "crate-name=icu_locale_core", "manual", "noclippy", "norustfmt", @@ -97,11 +97,11 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.0", + version = "2.0.0", deps = [ - "@cui__litemap-0.7.4//:litemap", - "@cui__tinystr-0.7.6//:tinystr", - "@cui__writeable-0.5.5//:writeable", - "@cui__zerovec-0.10.4//:zerovec", + "@cui__litemap-0.8.0//:litemap", + "@cui__tinystr-0.8.1//:tinystr", + "@cui__writeable-0.6.1//:writeable", + "@cui__zerovec-0.11.4//:zerovec", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_locid_transform_data-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_locid_transform_data-1.5.0.bazel deleted file mode 100644 index 43c2267a03..0000000000 --- a/crate_universe/3rdparty/crates/BUILD.icu_locid_transform_data-1.5.0.bazel +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//crate_universe/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_locid_transform_data", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_locid_transform_data", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:aarch64-unknown-uefi": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-emscripten": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:wasm32-wasip1-threads": [], - "@rules_rust//rust/platform:wasm32-wasip2": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "@rules_rust//rust/platform:x86_64-unknown-uefi": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.0", -) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_normalizer-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_normalizer-1.5.0.bazel deleted file mode 100644 index 80ecc6d93d..0000000000 --- a/crate_universe/3rdparty/crates/BUILD.icu_normalizer-1.5.0.bazel +++ /dev/null @@ -1,113 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//crate_universe/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_normalizer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compiled_data", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@cui__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_normalizer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:aarch64-unknown-uefi": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-emscripten": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:wasm32-wasip1-threads": [], - "@rules_rust//rust/platform:wasm32-wasip2": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "@rules_rust//rust/platform:x86_64-unknown-uefi": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.0", - deps = [ - "@cui__icu_collections-1.5.0//:icu_collections", - "@cui__icu_normalizer_data-1.5.0//:icu_normalizer_data", - "@cui__icu_properties-1.5.1//:icu_properties", - "@cui__icu_provider-1.5.0//:icu_provider", - "@cui__smallvec-1.15.0//:smallvec", - "@cui__utf16_iter-1.0.5//:utf16_iter", - "@cui__utf8_iter-1.0.4//:utf8_iter", - "@cui__write16-1.0.0//:write16", - "@cui__zerovec-0.10.4//:zerovec", - ], -) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_locid_transform-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_normalizer-2.0.0.bazel similarity index 91% rename from crate_universe/3rdparty/crates/BUILD.icu_locid_transform-1.5.0.bazel rename to crate_universe/3rdparty/crates/BUILD.icu_normalizer-2.0.0.bazel index ede4b183ed..1a443604a2 100644 --- a/crate_universe/3rdparty/crates/BUILD.icu_locid_transform-1.5.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.icu_normalizer-2.0.0.bazel @@ -17,7 +17,7 @@ cargo_toml_env_vars( ) rust_library( - name = "icu_locid_transform", + name = "icu_normalizer", srcs = glob( include = ["**/*.rs"], allow_empty = True, @@ -50,7 +50,7 @@ rust_library( ], tags = [ "cargo-bazel", - "crate-name=icu_locid_transform", + "crate-name=icu_normalizer", "manual", "noclippy", "norustfmt", @@ -97,12 +97,12 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.0", + version = "2.0.0", deps = [ - "@cui__icu_locid-1.5.0//:icu_locid", - "@cui__icu_locid_transform_data-1.5.0//:icu_locid_transform_data", - "@cui__icu_provider-1.5.0//:icu_provider", - "@cui__tinystr-0.7.6//:tinystr", - "@cui__zerovec-0.10.4//:zerovec", + "@cui__icu_collections-2.0.0//:icu_collections", + "@cui__icu_normalizer_data-2.0.0//:icu_normalizer_data", + "@cui__icu_provider-2.0.0//:icu_provider", + "@cui__smallvec-1.15.0//:smallvec", + "@cui__zerovec-0.11.4//:zerovec", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_normalizer_data-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_normalizer_data-2.0.0.bazel similarity index 72% rename from crate_universe/3rdparty/crates/BUILD.icu_normalizer_data-1.5.0.bazel rename to crate_universe/3rdparty/crates/BUILD.icu_normalizer_data-2.0.0.bazel index 7da717f4a7..0a230f734b 100644 --- a/crate_universe/3rdparty/crates/BUILD.icu_normalizer_data-1.5.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.icu_normalizer_data-2.0.0.bazel @@ -6,7 +6,11 @@ # bazel run @@//crate_universe/3rdparty:crates_vendor ############################################################################### -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", + "cargo_toml_env_vars", +) load("@rules_rust//rust:defs.bzl", "rust_library") package(default_visibility = ["//visibility:public"]) @@ -91,5 +95,66 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.0", + version = "2.0.0", + deps = [ + "@cui__icu_normalizer_data-2.0.0//:build_script_build", + ], +) + +cargo_build_script( + name = "_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = True, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + "**/*.rs", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + pkg_name = "icu_normalizer_data", + rustc_env_files = [ + ":cargo_toml_env_vars", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=icu_normalizer_data", + "manual", + "noclippy", + "norustfmt", + ], + version = "2.0.0", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":_bs", + tags = ["manual"], ) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_properties-1.5.1.bazel b/crate_universe/3rdparty/crates/BUILD.icu_properties-2.0.1.bazel similarity index 91% rename from crate_universe/3rdparty/crates/BUILD.icu_properties-1.5.1.bazel rename to crate_universe/3rdparty/crates/BUILD.icu_properties-2.0.1.bazel index b5d4beb838..25ea66f8ad 100644 --- a/crate_universe/3rdparty/crates/BUILD.icu_properties-1.5.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.icu_properties-2.0.1.bazel @@ -36,7 +36,6 @@ rust_library( ), crate_features = [ "compiled_data", - "default", ], crate_root = "src/lib.rs", edition = "2021", @@ -98,13 +97,14 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.1", + version = "2.0.1", deps = [ - "@cui__icu_collections-1.5.0//:icu_collections", - "@cui__icu_locid_transform-1.5.0//:icu_locid_transform", - "@cui__icu_properties_data-1.5.0//:icu_properties_data", - "@cui__icu_provider-1.5.0//:icu_provider", - "@cui__tinystr-0.7.6//:tinystr", - "@cui__zerovec-0.10.4//:zerovec", + "@cui__icu_collections-2.0.0//:icu_collections", + "@cui__icu_locale_core-2.0.0//:icu_locale_core", + "@cui__icu_properties_data-2.0.1//:icu_properties_data", + "@cui__icu_provider-2.0.0//:icu_provider", + "@cui__potential_utf-0.1.2//:potential_utf", + "@cui__zerotrie-0.2.2//:zerotrie", + "@cui__zerovec-0.11.4//:zerovec", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_properties_data-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_properties_data-2.0.1.bazel similarity index 72% rename from crate_universe/3rdparty/crates/BUILD.icu_properties_data-1.5.0.bazel rename to crate_universe/3rdparty/crates/BUILD.icu_properties_data-2.0.1.bazel index 20afec073e..5004222486 100644 --- a/crate_universe/3rdparty/crates/BUILD.icu_properties_data-1.5.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.icu_properties_data-2.0.1.bazel @@ -6,7 +6,11 @@ # bazel run @@//crate_universe/3rdparty:crates_vendor ############################################################################### -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") +load( + "@rules_rust//cargo:defs.bzl", + "cargo_build_script", + "cargo_toml_env_vars", +) load("@rules_rust//rust:defs.bzl", "rust_library") package(default_visibility = ["//visibility:public"]) @@ -91,5 +95,66 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.0", + version = "2.0.1", + deps = [ + "@cui__icu_properties_data-2.0.1//:build_script_build", + ], +) + +cargo_build_script( + name = "_bs", + srcs = glob( + include = ["**/*.rs"], + allow_empty = True, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + "**/*.rs", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_name = "build_script_build", + crate_root = "build.rs", + data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + edition = "2021", + pkg_name = "icu_properties_data", + rustc_env_files = [ + ":cargo_toml_env_vars", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=icu_properties_data", + "manual", + "noclippy", + "norustfmt", + ], + version = "2.0.1", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":_bs", + tags = ["manual"], ) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_provider-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_provider-2.0.0.bazel similarity index 92% rename from crate_universe/3rdparty/crates/BUILD.icu_provider-1.5.0.bazel rename to crate_universe/3rdparty/crates/BUILD.icu_provider-2.0.0.bazel index 78e7a422ec..b32736955a 100644 --- a/crate_universe/3rdparty/crates/BUILD.icu_provider-1.5.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.icu_provider-2.0.0.bazel @@ -35,13 +35,13 @@ rust_library( ], ), crate_features = [ - "macros", + "baked", + "zerotrie", ], crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ "@cui__displaydoc-0.2.5//:displaydoc", - "@cui__icu_provider_macros-1.5.0//:icu_provider_macros", ], rustc_env_files = [ ":cargo_toml_env_vars", @@ -98,14 +98,15 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.5.0", + version = "2.0.0", deps = [ - "@cui__icu_locid-1.5.0//:icu_locid", + "@cui__icu_locale_core-2.0.0//:icu_locale_core", "@cui__stable_deref_trait-1.2.0//:stable_deref_trait", - "@cui__tinystr-0.7.6//:tinystr", - "@cui__writeable-0.5.5//:writeable", - "@cui__yoke-0.7.5//:yoke", + "@cui__tinystr-0.8.1//:tinystr", + "@cui__writeable-0.6.1//:writeable", + "@cui__yoke-0.8.0//:yoke", "@cui__zerofrom-0.1.5//:zerofrom", - "@cui__zerovec-0.10.4//:zerovec", + "@cui__zerotrie-0.2.2//:zerotrie", + "@cui__zerovec-0.11.4//:zerovec", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.icu_provider_macros-1.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.icu_provider_macros-1.5.0.bazel deleted file mode 100644 index 91a228d480..0000000000 --- a/crate_universe/3rdparty/crates/BUILD.icu_provider_macros-1.5.0.bazel +++ /dev/null @@ -1,100 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//crate_universe/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "icu_provider_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_provider_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:aarch64-unknown-uefi": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-emscripten": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:wasm32-wasip1-threads": [], - "@rules_rust//rust/platform:wasm32-wasip2": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "@rules_rust//rust/platform:x86_64-unknown-uefi": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.0", - deps = [ - "@cui__proc-macro2-1.0.92//:proc_macro2", - "@cui__quote-1.0.37//:quote", - "@cui__syn-2.0.90//:syn", - ], -) diff --git a/crate_universe/3rdparty/crates/BUILD.idna-1.0.3.bazel b/crate_universe/3rdparty/crates/BUILD.idna-1.1.0.bazel similarity index 98% rename from crate_universe/3rdparty/crates/BUILD.idna-1.0.3.bazel rename to crate_universe/3rdparty/crates/BUILD.idna-1.1.0.bazel index 641f74f198..59600175b3 100644 --- a/crate_universe/3rdparty/crates/BUILD.idna-1.0.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.idna-1.1.0.bazel @@ -96,9 +96,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.3", + version = "1.1.0", deps = [ - "@cui__idna_adapter-1.2.0//:idna_adapter", + "@cui__idna_adapter-1.2.1//:idna_adapter", "@cui__smallvec-1.15.0//:smallvec", "@cui__utf8_iter-1.0.4//:utf8_iter", ], diff --git a/crate_universe/3rdparty/crates/BUILD.idna_adapter-1.2.0.bazel b/crate_universe/3rdparty/crates/BUILD.idna_adapter-1.2.1.bazel similarity index 96% rename from crate_universe/3rdparty/crates/BUILD.idna_adapter-1.2.0.bazel rename to crate_universe/3rdparty/crates/BUILD.idna_adapter-1.2.1.bazel index f75e78a5e4..e24504d89d 100644 --- a/crate_universe/3rdparty/crates/BUILD.idna_adapter-1.2.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.idna_adapter-1.2.1.bazel @@ -94,9 +94,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.2.0", + version = "1.2.1", deps = [ - "@cui__icu_normalizer-1.5.0//:icu_normalizer", - "@cui__icu_properties-1.5.1//:icu_properties", + "@cui__icu_normalizer-2.0.0//:icu_normalizer", + "@cui__icu_properties-2.0.1//:icu_properties", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.jiff-0.1.13.bazel b/crate_universe/3rdparty/crates/BUILD.jiff-0.1.13.bazel index 4c07518496..00f2502cf7 100644 --- a/crate_universe/3rdparty/crates/BUILD.jiff-0.1.13.bazel +++ b/crate_universe/3rdparty/crates/BUILD.jiff-0.1.13.bazel @@ -103,11 +103,11 @@ rust_library( deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__jiff-tzdb-platform-0.1.1//:jiff_tzdb_platform", # aarch64-pc-windows-msvc - "@cui__windows-sys-0.59.0//:windows_sys", # aarch64-pc-windows-msvc + "@cui__windows-sys-0.52.0//:windows_sys", # aarch64-pc-windows-msvc ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__jiff-tzdb-platform-0.1.1//:jiff_tzdb_platform", # i686-pc-windows-msvc - "@cui__windows-sys-0.59.0//:windows_sys", # i686-pc-windows-msvc + "@cui__windows-sys-0.52.0//:windows_sys", # i686-pc-windows-msvc ], "@rules_rust//rust/platform:wasm32-unknown-emscripten": [ "@cui__jiff-tzdb-platform-0.1.1//:jiff_tzdb_platform", # wasm32-unknown-emscripten @@ -126,7 +126,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__jiff-tzdb-platform-0.1.1//:jiff_tzdb_platform", # x86_64-pc-windows-msvc - "@cui__windows-sys-0.59.0//:windows_sys", # x86_64-pc-windows-msvc + "@cui__windows-sys-0.52.0//:windows_sys", # x86_64-pc-windows-msvc ], "//conditions:default": [], }), diff --git a/crate_universe/3rdparty/crates/BUILD.litemap-0.7.4.bazel b/crate_universe/3rdparty/crates/BUILD.litemap-0.8.0.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.litemap-0.7.4.bazel rename to crate_universe/3rdparty/crates/BUILD.litemap-0.8.0.bazel index bce7986c48..5c4208d80f 100644 --- a/crate_universe/3rdparty/crates/BUILD.litemap-0.7.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.litemap-0.8.0.bazel @@ -94,5 +94,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.7.4", + version = "0.8.0", ) diff --git a/crate_universe/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel b/crate_universe/3rdparty/crates/BUILD.percent-encoding-2.3.2.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel rename to crate_universe/3rdparty/crates/BUILD.percent-encoding-2.3.2.bazel index e32c3eec2c..b901d8d4ff 100644 --- a/crate_universe/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.percent-encoding-2.3.2.bazel @@ -96,5 +96,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.3.1", + version = "2.3.2", ) diff --git a/crate_universe/3rdparty/crates/BUILD.write16-1.0.0.bazel b/crate_universe/3rdparty/crates/BUILD.potential_utf-0.1.2.bazel similarity index 95% rename from crate_universe/3rdparty/crates/BUILD.write16-1.0.0.bazel rename to crate_universe/3rdparty/crates/BUILD.potential_utf-0.1.2.bazel index 62c2502b11..18e0798650 100644 --- a/crate_universe/3rdparty/crates/BUILD.write16-1.0.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.potential_utf-0.1.2.bazel @@ -17,7 +17,7 @@ cargo_toml_env_vars( ) rust_library( - name = "write16", + name = "potential_utf", srcs = glob( include = ["**/*.rs"], allow_empty = True, @@ -35,7 +35,7 @@ rust_library( ], ), crate_features = [ - "alloc", + "zerovec", ], crate_root = "src/lib.rs", edition = "2021", @@ -47,7 +47,7 @@ rust_library( ], tags = [ "cargo-bazel", - "crate-name=write16", + "crate-name=potential_utf", "manual", "noclippy", "norustfmt", @@ -94,5 +94,8 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "1.0.0", + version = "0.1.2", + deps = [ + "@cui__zerovec-0.11.4//:zerovec", + ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel b/crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel index 2257de48f6..1261669f3d 100644 --- a/crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel @@ -224,7 +224,7 @@ rust_library( ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__errno-0.3.11//:errno", # cfg(windows) - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ "@cui__errno-0.3.11//:errno", # aarch64-unknown-fuchsia, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_endian = "little", any(target_arch = "s390x", target_arch = "powerpc")), any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc"), all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "s390x"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) @@ -266,7 +266,7 @@ rust_library( ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__errno-0.3.11//:errno", # cfg(windows) - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__errno-0.3.11//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_endian = "little", any(target_arch = "s390x", target_arch = "powerpc")), any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc"), all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "s390x"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), i686-unknown-freebsd @@ -336,7 +336,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__errno-0.3.11//:errno", # cfg(windows) - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__errno-0.3.11//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_endian = "little", any(target_arch = "s390x", target_arch = "powerpc")), any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc"), all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "s390x"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-freebsd diff --git a/crate_universe/3rdparty/crates/BUILD.spdx-0.10.8.bazel b/crate_universe/3rdparty/crates/BUILD.spdx-0.10.9.bazel similarity index 98% rename from crate_universe/3rdparty/crates/BUILD.spdx-0.10.8.bazel rename to crate_universe/3rdparty/crates/BUILD.spdx-0.10.9.bazel index 4bdb94638a..61eeb623aa 100644 --- a/crate_universe/3rdparty/crates/BUILD.spdx-0.10.8.bazel +++ b/crate_universe/3rdparty/crates/BUILD.spdx-0.10.9.bazel @@ -35,7 +35,7 @@ rust_library( ], ), crate_root = "src/lib.rs", - edition = "2021", + edition = "2024", rustc_env_files = [ ":cargo_toml_env_vars", ], @@ -91,7 +91,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.10.8", + version = "0.10.9", deps = [ "@cui__smallvec-1.15.0//:smallvec", ], diff --git a/crate_universe/3rdparty/crates/BUILD.tempfile-3.19.1.bazel b/crate_universe/3rdparty/crates/BUILD.tempfile-3.19.1.bazel index ed2907acfa..88aa1b11be 100644 --- a/crate_universe/3rdparty/crates/BUILD.tempfile-3.19.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.tempfile-3.19.1.bazel @@ -118,7 +118,7 @@ rust_library( ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__getrandom-0.3.2//:getrandom", # aarch64-pc-windows-msvc - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ "@cui__getrandom-0.3.2//:getrandom", # aarch64-unknown-fuchsia @@ -158,7 +158,7 @@ rust_library( ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__getrandom-0.3.2//:getrandom", # i686-pc-windows-msvc - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__getrandom-0.3.2//:getrandom", # i686-unknown-freebsd @@ -206,7 +206,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__getrandom-0.3.2//:getrandom", # x86_64-pc-windows-msvc - "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__getrandom-0.3.2//:getrandom", # x86_64-unknown-freebsd diff --git a/crate_universe/3rdparty/crates/BUILD.tinystr-0.7.6.bazel b/crate_universe/3rdparty/crates/BUILD.tinystr-0.8.1.bazel similarity index 98% rename from crate_universe/3rdparty/crates/BUILD.tinystr-0.7.6.bazel rename to crate_universe/3rdparty/crates/BUILD.tinystr-0.8.1.bazel index 621e872db0..e85bbaa8d9 100644 --- a/crate_universe/3rdparty/crates/BUILD.tinystr-0.7.6.bazel +++ b/crate_universe/3rdparty/crates/BUILD.tinystr-0.8.1.bazel @@ -98,8 +98,8 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.7.6", + version = "0.8.1", deps = [ - "@cui__zerovec-0.10.4//:zerovec", + "@cui__zerovec-0.11.4//:zerovec", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.url-2.5.4.bazel b/crate_universe/3rdparty/crates/BUILD.url-2.5.7.bazel similarity index 94% rename from crate_universe/3rdparty/crates/BUILD.url-2.5.4.bazel rename to crate_universe/3rdparty/crates/BUILD.url-2.5.7.bazel index 3403472b2d..6c7838e2ea 100644 --- a/crate_universe/3rdparty/crates/BUILD.url-2.5.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.url-2.5.7.bazel @@ -36,6 +36,7 @@ rust_library( ), crate_features = [ "default", + "serde", "std", ], crate_root = "src/lib.rs", @@ -95,10 +96,11 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "2.5.4", + version = "2.5.7", deps = [ - "@cui__form_urlencoded-1.2.1//:form_urlencoded", - "@cui__idna-1.0.3//:idna", - "@cui__percent-encoding-2.3.1//:percent_encoding", + "@cui__form_urlencoded-1.2.2//:form_urlencoded", + "@cui__idna-1.1.0//:idna", + "@cui__percent-encoding-2.3.2//:percent_encoding", + "@cui__serde-1.0.219//:serde", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.utf16_iter-1.0.5.bazel b/crate_universe/3rdparty/crates/BUILD.utf16_iter-1.0.5.bazel deleted file mode 100644 index 3f6fa76f1c..0000000000 --- a/crate_universe/3rdparty/crates/BUILD.utf16_iter-1.0.5.bazel +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//crate_universe/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "utf16_iter", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=utf16_iter", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:aarch64-unknown-uefi": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-emscripten": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:wasm32-wasip1-threads": [], - "@rules_rust//rust/platform:wasm32-wasip2": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "@rules_rust//rust/platform:x86_64-unknown-uefi": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.5", -) diff --git a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel index d68c33cf47..21a48140be 100644 --- a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel @@ -44,6 +44,7 @@ rust_library( "Win32_System", "Win32_System_Memory", "Win32_System_Threading", + "Win32_System_Time", "default", ], crate_root = "src/lib.rs", diff --git a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel index 840a87f960..4223000ce2 100644 --- a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel @@ -41,7 +41,6 @@ rust_library( "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", - "Win32_System_Time", "default", ], crate_root = "src/lib.rs", diff --git a/crate_universe/3rdparty/crates/BUILD.writeable-0.5.5.bazel b/crate_universe/3rdparty/crates/BUILD.writeable-0.6.1.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.writeable-0.5.5.bazel rename to crate_universe/3rdparty/crates/BUILD.writeable-0.6.1.bazel index 872888f8a9..51485bf675 100644 --- a/crate_universe/3rdparty/crates/BUILD.writeable-0.5.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.writeable-0.6.1.bazel @@ -91,5 +91,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.5.5", + version = "0.6.1", ) diff --git a/crate_universe/3rdparty/crates/BUILD.yoke-0.7.5.bazel b/crate_universe/3rdparty/crates/BUILD.yoke-0.8.0.bazel similarity index 97% rename from crate_universe/3rdparty/crates/BUILD.yoke-0.7.5.bazel rename to crate_universe/3rdparty/crates/BUILD.yoke-0.8.0.bazel index e6b6057a91..62379f522f 100644 --- a/crate_universe/3rdparty/crates/BUILD.yoke-0.7.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.yoke-0.8.0.bazel @@ -36,14 +36,13 @@ rust_library( ), crate_features = [ "alloc", - "default", "derive", "zerofrom", ], crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@cui__yoke-derive-0.7.5//:yoke_derive", + "@cui__yoke-derive-0.8.0//:yoke_derive", ], rustc_env_files = [ ":cargo_toml_env_vars", @@ -100,7 +99,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.7.5", + version = "0.8.0", deps = [ "@cui__stable_deref_trait-1.2.0//:stable_deref_trait", "@cui__zerofrom-0.1.5//:zerofrom", diff --git a/crate_universe/3rdparty/crates/BUILD.yoke-derive-0.7.5.bazel b/crate_universe/3rdparty/crates/BUILD.yoke-derive-0.8.0.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.yoke-derive-0.7.5.bazel rename to crate_universe/3rdparty/crates/BUILD.yoke-derive-0.8.0.bazel index 7de2905a4b..a81aa7c171 100644 --- a/crate_universe/3rdparty/crates/BUILD.yoke-derive-0.7.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.yoke-derive-0.8.0.bazel @@ -91,7 +91,7 @@ rust_proc_macro( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.7.5", + version = "0.8.0", deps = [ "@cui__proc-macro2-1.0.92//:proc_macro2", "@cui__quote-1.0.37//:quote", diff --git a/crate_universe/3rdparty/crates/BUILD.zerotrie-0.2.2.bazel b/crate_universe/3rdparty/crates/BUILD.zerotrie-0.2.2.bazel new file mode 100644 index 0000000000..b3c4a208f7 --- /dev/null +++ b/crate_universe/3rdparty/crates/BUILD.zerotrie-0.2.2.bazel @@ -0,0 +1,106 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @@//crate_universe/3rdparty:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +cargo_toml_env_vars( + name = "cargo_toml_env_vars", + src = "Cargo.toml", +) + +rust_library( + name = "zerotrie", + srcs = glob( + include = ["**/*.rs"], + allow_empty = True, + ), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "yoke", + "zerofrom", + ], + crate_root = "src/lib.rs", + edition = "2021", + proc_macro_deps = [ + "@cui__displaydoc-0.2.5//:displaydoc", + ], + rustc_env_files = [ + ":cargo_toml_env_vars", + ], + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=zerotrie", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:aarch64-unknown-uefi": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-emscripten": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasip1": [], + "@rules_rust//rust/platform:wasm32-wasip1-threads": [], + "@rules_rust//rust/platform:wasm32-wasip2": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "@rules_rust//rust/platform:x86_64-unknown-uefi": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.2.2", + deps = [ + "@cui__yoke-0.8.0//:yoke", + "@cui__zerofrom-0.1.5//:zerofrom", + ], +) diff --git a/crate_universe/3rdparty/crates/BUILD.zerovec-0.10.4.bazel b/crate_universe/3rdparty/crates/BUILD.zerovec-0.11.4.bazel similarity index 96% rename from crate_universe/3rdparty/crates/BUILD.zerovec-0.10.4.bazel rename to crate_universe/3rdparty/crates/BUILD.zerovec-0.11.4.bazel index dda9c1f07c..0a74310798 100644 --- a/crate_universe/3rdparty/crates/BUILD.zerovec-0.10.4.bazel +++ b/crate_universe/3rdparty/crates/BUILD.zerovec-0.11.4.bazel @@ -35,13 +35,14 @@ rust_library( ], ), crate_features = [ + "alloc", "derive", "yoke", ], crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@cui__zerovec-derive-0.10.3//:zerovec_derive", + "@cui__zerovec-derive-0.11.1//:zerovec_derive", ], rustc_env_files = [ ":cargo_toml_env_vars", @@ -98,9 +99,9 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.10.4", + version = "0.11.4", deps = [ - "@cui__yoke-0.7.5//:yoke", + "@cui__yoke-0.8.0//:yoke", "@cui__zerofrom-0.1.5//:zerofrom", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.zerovec-derive-0.10.3.bazel b/crate_universe/3rdparty/crates/BUILD.zerovec-derive-0.11.1.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.zerovec-derive-0.10.3.bazel rename to crate_universe/3rdparty/crates/BUILD.zerovec-derive-0.11.1.bazel index 37f69bb0b3..06e09b4a35 100644 --- a/crate_universe/3rdparty/crates/BUILD.zerovec-derive-0.10.3.bazel +++ b/crate_universe/3rdparty/crates/BUILD.zerovec-derive-0.11.1.bazel @@ -91,7 +91,7 @@ rust_proc_macro( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.10.3", + version = "0.11.1", deps = [ "@cui__proc-macro2-1.0.92//:proc_macro2", "@cui__quote-1.0.37//:quote", diff --git a/crate_universe/3rdparty/crates/defs.bzl b/crate_universe/3rdparty/crates/defs.bzl index 0867b53870..883f99e4ae 100644 --- a/crate_universe/3rdparty/crates/defs.bzl +++ b/crate_universe/3rdparty/crates/defs.bzl @@ -295,14 +295,14 @@ def aliases( _NORMAL_DEPENDENCIES = { "crate_universe": { _COMMON_CONDITION: { - "anyhow": Label("@cui//:anyhow-1.0.98"), - "camino": Label("@cui//:camino-1.1.9"), + "anyhow": Label("@cui//:anyhow-1.0.99"), + "camino": Label("@cui//:camino-1.1.11"), "cargo-lock": Label("@cui//:cargo-lock-10.1.0"), "cargo-platform": Label("@cui//:cargo-platform-0.1.9"), "cargo_metadata": Label("@cui//:cargo_metadata-0.19.2"), "cargo_toml": Label("@cui//:cargo_toml-0.22.1"), "cfg-expr": Label("@cui//:cfg-expr-0.18.0"), - "clap": Label("@cui//:clap-4.5.37"), + "clap": Label("@cui//:clap-4.5.45"), "crates-index": Label("@cui//:crates-index-3.7.0"), "glob": Label("@cui//:glob-0.3.2"), "hex": Label("@cui//:hex-0.4.3"), @@ -316,25 +316,25 @@ _NORMAL_DEPENDENCIES = { "serde_json": Label("@cui//:serde_json-1.0.140"), "serde_starlark": Label("@cui//:serde_starlark-0.1.17"), "sha2": Label("@cui//:sha2-0.10.8"), - "spdx": Label("@cui//:spdx-0.10.8"), + "spdx": Label("@cui//:spdx-0.10.9"), "tempfile": Label("@cui//:tempfile-3.19.1"), "tera": Label("@cui//:tera-1.20.0"), "textwrap": Label("@cui//:textwrap-0.16.2"), "toml": Label("@cui//:toml-0.8.21"), "tracing": Label("@cui//:tracing-0.1.41"), "tracing-subscriber": Label("@cui//:tracing-subscriber-0.3.19"), - "url": Label("@cui//:url-2.5.4"), + "url": Label("@cui//:url-2.5.7"), "walkdir": Label("@cui//:walkdir-2.5.0"), }, }, "crate_universe/tools/cross_installer": { _COMMON_CONDITION: { - "clap": Label("@cui//:clap-4.5.37"), + "clap": Label("@cui//:clap-4.5.45"), }, }, "crate_universe/tools/urls_generator": { _COMMON_CONDITION: { - "clap": Label("@cui//:clap-4.5.37"), + "clap": Label("@cui//:clap-4.5.45"), "hex": Label("@cui//:hex-0.4.3"), "serde_json": Label("@cui//:serde_json-1.0.140"), "sha2": Label("@cui//:sha2-0.10.8"), @@ -641,12 +641,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__anyhow-1.0.98", - sha256 = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487", + name = "cui__anyhow-1.0.99", + sha256 = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100", type = "tar.gz", - urls = ["https://static.crates.io/crates/anyhow/1.0.98/download"], - strip_prefix = "anyhow-1.0.98", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.anyhow-1.0.98.bazel"), + urls = ["https://static.crates.io/crates/anyhow/1.0.99/download"], + strip_prefix = "anyhow-1.0.99", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.anyhow-1.0.99.bazel"), ) maybe( @@ -731,12 +731,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__camino-1.1.9", - sha256 = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3", + name = "cui__camino-1.1.11", + sha256 = "5d07aa9a93b00c76f71bc35d598bed923f6d4f3a9ca5c24b7737ae1a292841c0", type = "tar.gz", - urls = ["https://static.crates.io/crates/camino/1.1.9/download"], - strip_prefix = "camino-1.1.9", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.camino-1.1.9.bazel"), + urls = ["https://static.crates.io/crates/camino/1.1.11/download"], + strip_prefix = "camino-1.1.11", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.camino-1.1.11.bazel"), ) maybe( @@ -811,32 +811,32 @@ def crate_repositories(): maybe( http_archive, - name = "cui__clap-4.5.37", - sha256 = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071", + name = "cui__clap-4.5.45", + sha256 = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318", type = "tar.gz", - urls = ["https://static.crates.io/crates/clap/4.5.37/download"], - strip_prefix = "clap-4.5.37", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.clap-4.5.37.bazel"), + urls = ["https://static.crates.io/crates/clap/4.5.45/download"], + strip_prefix = "clap-4.5.45", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.clap-4.5.45.bazel"), ) maybe( http_archive, - name = "cui__clap_builder-4.5.37", - sha256 = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2", + name = "cui__clap_builder-4.5.44", + sha256 = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8", type = "tar.gz", - urls = ["https://static.crates.io/crates/clap_builder/4.5.37/download"], - strip_prefix = "clap_builder-4.5.37", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.clap_builder-4.5.37.bazel"), + urls = ["https://static.crates.io/crates/clap_builder/4.5.44/download"], + strip_prefix = "clap_builder-4.5.44", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.clap_builder-4.5.44.bazel"), ) maybe( http_archive, - name = "cui__clap_derive-4.5.32", - sha256 = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7", + name = "cui__clap_derive-4.5.45", + sha256 = "14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6", type = "tar.gz", - urls = ["https://static.crates.io/crates/clap_derive/4.5.32/download"], - strip_prefix = "clap_derive-4.5.32", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.clap_derive-4.5.32.bazel"), + urls = ["https://static.crates.io/crates/clap_derive/4.5.45/download"], + strip_prefix = "clap_derive-4.5.45", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.clap_derive-4.5.45.bazel"), ) maybe( @@ -1051,12 +1051,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__form_urlencoded-1.2.1", - sha256 = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456", + name = "cui__form_urlencoded-1.2.2", + sha256 = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf", type = "tar.gz", - urls = ["https://static.crates.io/crates/form_urlencoded/1.2.1/download"], - strip_prefix = "form_urlencoded-1.2.1", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.form_urlencoded-1.2.1.bazel"), + urls = ["https://static.crates.io/crates/form_urlencoded/1.2.2/download"], + strip_prefix = "form_urlencoded-1.2.2", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.form_urlencoded-1.2.2.bazel"), ) maybe( @@ -1641,122 +1641,92 @@ def crate_repositories(): maybe( http_archive, - name = "cui__icu_collections-1.5.0", - sha256 = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526", + name = "cui__icu_collections-2.0.0", + sha256 = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_collections/1.5.0/download"], - strip_prefix = "icu_collections-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_collections-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/icu_collections/2.0.0/download"], + strip_prefix = "icu_collections-2.0.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_collections-2.0.0.bazel"), ) maybe( http_archive, - name = "cui__icu_locid-1.5.0", - sha256 = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637", + name = "cui__icu_locale_core-2.0.0", + sha256 = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_locid/1.5.0/download"], - strip_prefix = "icu_locid-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_locid-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/icu_locale_core/2.0.0/download"], + strip_prefix = "icu_locale_core-2.0.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_locale_core-2.0.0.bazel"), ) maybe( http_archive, - name = "cui__icu_locid_transform-1.5.0", - sha256 = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e", + name = "cui__icu_normalizer-2.0.0", + sha256 = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_locid_transform/1.5.0/download"], - strip_prefix = "icu_locid_transform-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_locid_transform-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/icu_normalizer/2.0.0/download"], + strip_prefix = "icu_normalizer-2.0.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_normalizer-2.0.0.bazel"), ) maybe( http_archive, - name = "cui__icu_locid_transform_data-1.5.0", - sha256 = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e", + name = "cui__icu_normalizer_data-2.0.0", + sha256 = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_locid_transform_data/1.5.0/download"], - strip_prefix = "icu_locid_transform_data-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_locid_transform_data-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/icu_normalizer_data/2.0.0/download"], + strip_prefix = "icu_normalizer_data-2.0.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_normalizer_data-2.0.0.bazel"), ) maybe( http_archive, - name = "cui__icu_normalizer-1.5.0", - sha256 = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f", + name = "cui__icu_properties-2.0.1", + sha256 = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_normalizer/1.5.0/download"], - strip_prefix = "icu_normalizer-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_normalizer-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/icu_properties/2.0.1/download"], + strip_prefix = "icu_properties-2.0.1", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_properties-2.0.1.bazel"), ) maybe( http_archive, - name = "cui__icu_normalizer_data-1.5.0", - sha256 = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516", + name = "cui__icu_properties_data-2.0.1", + sha256 = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_normalizer_data/1.5.0/download"], - strip_prefix = "icu_normalizer_data-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_normalizer_data-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/icu_properties_data/2.0.1/download"], + strip_prefix = "icu_properties_data-2.0.1", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_properties_data-2.0.1.bazel"), ) maybe( http_archive, - name = "cui__icu_properties-1.5.1", - sha256 = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5", + name = "cui__icu_provider-2.0.0", + sha256 = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_properties/1.5.1/download"], - strip_prefix = "icu_properties-1.5.1", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_properties-1.5.1.bazel"), + urls = ["https://static.crates.io/crates/icu_provider/2.0.0/download"], + strip_prefix = "icu_provider-2.0.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_provider-2.0.0.bazel"), ) maybe( http_archive, - name = "cui__icu_properties_data-1.5.0", - sha256 = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569", + name = "cui__idna-1.1.0", + sha256 = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_properties_data/1.5.0/download"], - strip_prefix = "icu_properties_data-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_properties_data-1.5.0.bazel"), + urls = ["https://static.crates.io/crates/idna/1.1.0/download"], + strip_prefix = "idna-1.1.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.idna-1.1.0.bazel"), ) maybe( http_archive, - name = "cui__icu_provider-1.5.0", - sha256 = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9", + name = "cui__idna_adapter-1.2.1", + sha256 = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344", type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_provider/1.5.0/download"], - strip_prefix = "icu_provider-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_provider-1.5.0.bazel"), - ) - - maybe( - http_archive, - name = "cui__icu_provider_macros-1.5.0", - sha256 = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_provider_macros/1.5.0/download"], - strip_prefix = "icu_provider_macros-1.5.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.icu_provider_macros-1.5.0.bazel"), - ) - - maybe( - http_archive, - name = "cui__idna-1.0.3", - sha256 = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/idna/1.0.3/download"], - strip_prefix = "idna-1.0.3", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.idna-1.0.3.bazel"), - ) - - maybe( - http_archive, - name = "cui__idna_adapter-1.2.0", - sha256 = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71", - type = "tar.gz", - urls = ["https://static.crates.io/crates/idna_adapter/1.2.0/download"], - strip_prefix = "idna_adapter-1.2.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.idna_adapter-1.2.0.bazel"), + urls = ["https://static.crates.io/crates/idna_adapter/1.2.1/download"], + strip_prefix = "idna_adapter-1.2.1", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.idna_adapter-1.2.1.bazel"), ) maybe( @@ -1901,12 +1871,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__litemap-0.7.4", - sha256 = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104", + name = "cui__litemap-0.8.0", + sha256 = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956", type = "tar.gz", - urls = ["https://static.crates.io/crates/litemap/0.7.4/download"], - strip_prefix = "litemap-0.7.4", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.litemap-0.7.4.bazel"), + urls = ["https://static.crates.io/crates/litemap/0.8.0/download"], + strip_prefix = "litemap-0.8.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.litemap-0.8.0.bazel"), ) maybe( @@ -2051,12 +2021,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__percent-encoding-2.3.1", - sha256 = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e", + name = "cui__percent-encoding-2.3.2", + sha256 = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220", type = "tar.gz", - urls = ["https://static.crates.io/crates/percent-encoding/2.3.1/download"], - strip_prefix = "percent-encoding-2.3.1", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.percent-encoding-2.3.1.bazel"), + urls = ["https://static.crates.io/crates/percent-encoding/2.3.2/download"], + strip_prefix = "percent-encoding-2.3.2", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.percent-encoding-2.3.2.bazel"), ) maybe( @@ -2109,6 +2079,16 @@ def crate_repositories(): build_file = Label("//crate_universe/3rdparty/crates:BUILD.pin-project-lite-0.2.13.bazel"), ) + maybe( + http_archive, + name = "cui__potential_utf-0.1.2", + sha256 = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585", + type = "tar.gz", + urls = ["https://static.crates.io/crates/potential_utf/0.1.2/download"], + strip_prefix = "potential_utf-0.1.2", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.potential_utf-0.1.2.bazel"), + ) + maybe( http_archive, name = "cui__proc-macro2-1.0.92", @@ -2411,12 +2391,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__spdx-0.10.8", - sha256 = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193", + name = "cui__spdx-0.10.9", + sha256 = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3", type = "tar.gz", - urls = ["https://static.crates.io/crates/spdx/0.10.8/download"], - strip_prefix = "spdx-0.10.8", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.spdx-0.10.8.bazel"), + urls = ["https://static.crates.io/crates/spdx/0.10.9/download"], + strip_prefix = "spdx-0.10.9", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.spdx-0.10.9.bazel"), ) maybe( @@ -2561,12 +2541,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__tinystr-0.7.6", - sha256 = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f", + name = "cui__tinystr-0.8.1", + sha256 = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b", type = "tar.gz", - urls = ["https://static.crates.io/crates/tinystr/0.7.6/download"], - strip_prefix = "tinystr-0.7.6", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.tinystr-0.7.6.bazel"), + urls = ["https://static.crates.io/crates/tinystr/0.8.1/download"], + strip_prefix = "tinystr-0.8.1", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.tinystr-0.8.1.bazel"), ) maybe( @@ -2821,22 +2801,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__url-2.5.4", - sha256 = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60", + name = "cui__url-2.5.7", + sha256 = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b", type = "tar.gz", - urls = ["https://static.crates.io/crates/url/2.5.4/download"], - strip_prefix = "url-2.5.4", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.url-2.5.4.bazel"), - ) - - maybe( - http_archive, - name = "cui__utf16_iter-1.0.5", - sha256 = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246", - type = "tar.gz", - urls = ["https://static.crates.io/crates/utf16_iter/1.0.5/download"], - strip_prefix = "utf16_iter-1.0.5", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.utf16_iter-1.0.5.bazel"), + urls = ["https://static.crates.io/crates/url/2.5.7/download"], + strip_prefix = "url-2.5.7", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.url-2.5.7.bazel"), ) maybe( @@ -3171,42 +3141,32 @@ def crate_repositories(): maybe( http_archive, - name = "cui__write16-1.0.0", - sha256 = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936", + name = "cui__writeable-0.6.1", + sha256 = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb", type = "tar.gz", - urls = ["https://static.crates.io/crates/write16/1.0.0/download"], - strip_prefix = "write16-1.0.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.write16-1.0.0.bazel"), + urls = ["https://static.crates.io/crates/writeable/0.6.1/download"], + strip_prefix = "writeable-0.6.1", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.writeable-0.6.1.bazel"), ) maybe( http_archive, - name = "cui__writeable-0.5.5", - sha256 = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51", + name = "cui__yoke-0.8.0", + sha256 = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc", type = "tar.gz", - urls = ["https://static.crates.io/crates/writeable/0.5.5/download"], - strip_prefix = "writeable-0.5.5", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.writeable-0.5.5.bazel"), + urls = ["https://static.crates.io/crates/yoke/0.8.0/download"], + strip_prefix = "yoke-0.8.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.yoke-0.8.0.bazel"), ) maybe( http_archive, - name = "cui__yoke-0.7.5", - sha256 = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40", + name = "cui__yoke-derive-0.8.0", + sha256 = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6", type = "tar.gz", - urls = ["https://static.crates.io/crates/yoke/0.7.5/download"], - strip_prefix = "yoke-0.7.5", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.yoke-0.7.5.bazel"), - ) - - maybe( - http_archive, - name = "cui__yoke-derive-0.7.5", - sha256 = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154", - type = "tar.gz", - urls = ["https://static.crates.io/crates/yoke-derive/0.7.5/download"], - strip_prefix = "yoke-derive-0.7.5", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.yoke-derive-0.7.5.bazel"), + urls = ["https://static.crates.io/crates/yoke-derive/0.8.0/download"], + strip_prefix = "yoke-derive-0.8.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.yoke-derive-0.8.0.bazel"), ) maybe( @@ -3251,33 +3211,43 @@ def crate_repositories(): maybe( http_archive, - name = "cui__zerovec-0.10.4", - sha256 = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079", + name = "cui__zerotrie-0.2.2", + sha256 = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595", + type = "tar.gz", + urls = ["https://static.crates.io/crates/zerotrie/0.2.2/download"], + strip_prefix = "zerotrie-0.2.2", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.zerotrie-0.2.2.bazel"), + ) + + maybe( + http_archive, + name = "cui__zerovec-0.11.4", + sha256 = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b", type = "tar.gz", - urls = ["https://static.crates.io/crates/zerovec/0.10.4/download"], - strip_prefix = "zerovec-0.10.4", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.zerovec-0.10.4.bazel"), + urls = ["https://static.crates.io/crates/zerovec/0.11.4/download"], + strip_prefix = "zerovec-0.11.4", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.zerovec-0.11.4.bazel"), ) maybe( http_archive, - name = "cui__zerovec-derive-0.10.3", - sha256 = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6", + name = "cui__zerovec-derive-0.11.1", + sha256 = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f", type = "tar.gz", - urls = ["https://static.crates.io/crates/zerovec-derive/0.10.3/download"], - strip_prefix = "zerovec-derive-0.10.3", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.zerovec-derive-0.10.3.bazel"), + urls = ["https://static.crates.io/crates/zerovec-derive/0.11.1/download"], + strip_prefix = "zerovec-derive-0.11.1", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.zerovec-derive-0.11.1.bazel"), ) return [ - struct(repo = "cui__anyhow-1.0.98", is_dev_dep = False), - struct(repo = "cui__camino-1.1.9", is_dev_dep = False), + struct(repo = "cui__anyhow-1.0.99", is_dev_dep = False), + struct(repo = "cui__camino-1.1.11", is_dev_dep = False), struct(repo = "cui__cargo-lock-10.1.0", is_dev_dep = False), struct(repo = "cui__cargo-platform-0.1.9", is_dev_dep = False), struct(repo = "cui__cargo_metadata-0.19.2", is_dev_dep = False), struct(repo = "cui__cargo_toml-0.22.1", is_dev_dep = False), struct(repo = "cui__cfg-expr-0.18.0", is_dev_dep = False), - struct(repo = "cui__clap-4.5.37", is_dev_dep = False), + struct(repo = "cui__clap-4.5.45", is_dev_dep = False), struct(repo = "cui__crates-index-3.7.0", is_dev_dep = False), struct(repo = "cui__glob-0.3.2", is_dev_dep = False), struct(repo = "cui__hex-0.4.3", is_dev_dep = False), @@ -3292,14 +3262,14 @@ def crate_repositories(): struct(repo = "cui__serde_json-1.0.140", is_dev_dep = False), struct(repo = "cui__serde_starlark-0.1.17", is_dev_dep = False), struct(repo = "cui__sha2-0.10.8", is_dev_dep = False), - struct(repo = "cui__spdx-0.10.8", is_dev_dep = False), + struct(repo = "cui__spdx-0.10.9", is_dev_dep = False), struct(repo = "cui__tempfile-3.19.1", is_dev_dep = False), struct(repo = "cui__tera-1.20.0", is_dev_dep = False), struct(repo = "cui__textwrap-0.16.2", is_dev_dep = False), struct(repo = "cui__toml-0.8.21", is_dev_dep = False), struct(repo = "cui__tracing-0.1.41", is_dev_dep = False), struct(repo = "cui__tracing-subscriber-0.3.19", is_dev_dep = False), - struct(repo = "cui__url-2.5.4", is_dev_dep = False), + struct(repo = "cui__url-2.5.7", is_dev_dep = False), struct(repo = "cui__walkdir-2.5.0", is_dev_dep = False), struct(repo = "cui__maplit-1.0.2", is_dev_dep = True), ] diff --git a/crate_universe/DEVELOPMENT.md b/crate_universe/DEVELOPMENT.md index a146daac8f..d191a37bef 100644 --- a/crate_universe/DEVELOPMENT.md +++ b/crate_universe/DEVELOPMENT.md @@ -38,5 +38,5 @@ A lot of crates are vendored into this repo, e.g. in examples and tests. To re-vendor them all, a bash script is provided: ```sh -bazel run //crate_universe/tools:vendor +bazel run //crate_universe/3rdparty:crates_vendor ``` From 1f6c1d983fd7f5c27b0dcf367b22ec733856d292 Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Sun, 24 Aug 2025 10:54:37 -0400 Subject: [PATCH 6/7] more updates --- crate_universe/Cargo.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/crate_universe/Cargo.lock b/crate_universe/Cargo.lock index e7b9d458b5..5faf2b3523 100644 --- a/crate_universe/Cargo.lock +++ b/crate_universe/Cargo.lock @@ -1937,9 +1937,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" dependencies = [ "serde", ] @@ -2183,9 +2183,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "0.8.21" +version = "0.8.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900f6c86a685850b1bc9f6223b20125115ee3f31e01207d81655bbcc0aea9231" +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" dependencies = [ "serde", "serde_spanned", @@ -2195,32 +2195,32 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.9" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.22.25" +version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10558ed0bd2a1562e630926a2d1f0b98c827da99fabd3fe20920a59642504485" +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ "indexmap", "serde", "serde_spanned", "toml_datetime", "toml_write", - "winnow 0.7.7", + "winnow 0.7.13", ] [[package]] name = "toml_write" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28391a4201ba7eb1984cfeb6862c0b3ea2cfe23332298967c749dddc0d6cd976" +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" [[package]] name = "tracing" @@ -2638,9 +2638,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.7.7" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cb8234a863ea0e8cd7284fcdd4f145233eb00fee02bbdd9861aec44e6477bc5" +checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" dependencies = [ "memchr", ] From 36a16ff85e6c7b694fea5339899b12fd033dd028 Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Sun, 24 Aug 2025 11:03:59 -0400 Subject: [PATCH 7/7] more updates --- MODULE.bazel | 8 +- crate_universe/3rdparty/crates/BUILD.bazel | 24 ++-- .../crates/BUILD.cargo-lock-10.1.0.bazel | 2 +- .../crates/BUILD.cargo_toml-0.22.1.bazel | 2 +- .../crates/BUILD.crates-index-3.7.0.bazel | 2 +- .../3rdparty/crates/BUILD.errno-0.3.11.bazel | 6 +- .../crates/BUILD.gix-odb-0.67.0.bazel | 2 +- .../crates/BUILD.gix-tempfile-16.0.0.bazel | 2 +- ...lob-0.3.2.bazel => BUILD.glob-0.3.3.bazel} | 2 +- .../3rdparty/crates/BUILD.jiff-0.1.13.bazel | 6 +- .../3rdparty/crates/BUILD.rustix-1.0.5.bazel | 6 +- ....bazel => BUILD.serde_spanned-0.6.9.bazel} | 2 +- ...2-0.10.8.bazel => BUILD.sha2-0.10.9.bazel} | 2 +- ...19.1.bazel => BUILD.tempfile-3.21.0.bazel} | 8 +- ...l-0.8.21.bazel => BUILD.toml-0.8.23.bazel} | 8 +- ...bazel => BUILD.toml_datetime-0.6.11.bazel} | 2 +- ...25.bazel => BUILD.toml_edit-0.22.27.bazel} | 10 +- ...1.0.bazel => BUILD.toml_write-0.1.2.bazel} | 2 +- .../crates/BUILD.windows-sys-0.52.0.bazel | 1 - .../crates/BUILD.windows-sys-0.59.0.bazel | 1 + ...-0.7.7.bazel => BUILD.winnow-0.7.13.bazel} | 2 +- crate_universe/3rdparty/crates/defs.bzl | 108 +++++++++--------- crate_universe/Cargo.lock | 20 ++-- crate_universe/src/test.rs | 2 +- 24 files changed, 115 insertions(+), 115 deletions(-) rename crate_universe/3rdparty/crates/{BUILD.glob-0.3.2.bazel => BUILD.glob-0.3.3.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.serde_spanned-0.6.8.bazel => BUILD.serde_spanned-0.6.9.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.sha2-0.10.8.bazel => BUILD.sha2-0.10.9.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.tempfile-3.19.1.bazel => BUILD.tempfile-3.21.0.bazel} (98%) rename crate_universe/3rdparty/crates/{BUILD.toml-0.8.21.bazel => BUILD.toml-0.8.23.bazel} (95%) rename crate_universe/3rdparty/crates/{BUILD.toml_datetime-0.6.9.bazel => BUILD.toml_datetime-0.6.11.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.toml_edit-0.22.25.bazel => BUILD.toml_edit-0.22.27.bazel} (94%) rename crate_universe/3rdparty/crates/{BUILD.toml_write-0.1.0.bazel => BUILD.toml_write-0.1.2.bazel} (99%) rename crate_universe/3rdparty/crates/{BUILD.winnow-0.7.7.bazel => BUILD.winnow-0.7.13.bazel} (99%) diff --git a/MODULE.bazel b/MODULE.bazel index ca3cf7a085..518007e04c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -103,7 +103,7 @@ use_repo( "cui__cfg-expr-0.18.0", "cui__clap-4.5.45", "cui__crates-index-3.7.0", - "cui__glob-0.3.2", + "cui__glob-0.3.3", "cui__hex-0.4.3", "cui__indoc-2.0.6", "cui__itertools-0.14.0", @@ -116,12 +116,12 @@ use_repo( "cui__serde-1.0.219", "cui__serde_json-1.0.140", "cui__serde_starlark-0.1.17", - "cui__sha2-0.10.8", + "cui__sha2-0.10.9", "cui__spdx-0.10.9", - "cui__tempfile-3.19.1", + "cui__tempfile-3.21.0", "cui__tera-1.20.0", "cui__textwrap-0.16.2", - "cui__toml-0.8.21", + "cui__toml-0.8.23", "cui__tracing-0.1.41", "cui__tracing-subscriber-0.3.19", "cui__url-2.5.7", diff --git a/crate_universe/3rdparty/crates/BUILD.bazel b/crate_universe/3rdparty/crates/BUILD.bazel index bef7f67fb4..45efcdec09 100644 --- a/crate_universe/3rdparty/crates/BUILD.bazel +++ b/crate_universe/3rdparty/crates/BUILD.bazel @@ -140,14 +140,14 @@ alias( ) alias( - name = "glob-0.3.2", - actual = "@cui__glob-0.3.2//:glob", + name = "glob-0.3.3", + actual = "@cui__glob-0.3.3//:glob", tags = ["manual"], ) alias( name = "glob", - actual = "@cui__glob-0.3.2//:glob", + actual = "@cui__glob-0.3.3//:glob", tags = ["manual"], ) @@ -296,14 +296,14 @@ alias( ) alias( - name = "sha2-0.10.8", - actual = "@cui__sha2-0.10.8//:sha2", + name = "sha2-0.10.9", + actual = "@cui__sha2-0.10.9//:sha2", tags = ["manual"], ) alias( name = "sha2", - actual = "@cui__sha2-0.10.8//:sha2", + actual = "@cui__sha2-0.10.9//:sha2", tags = ["manual"], ) @@ -320,14 +320,14 @@ alias( ) alias( - name = "tempfile-3.19.1", - actual = "@cui__tempfile-3.19.1//:tempfile", + name = "tempfile-3.21.0", + actual = "@cui__tempfile-3.21.0//:tempfile", tags = ["manual"], ) alias( name = "tempfile", - actual = "@cui__tempfile-3.19.1//:tempfile", + actual = "@cui__tempfile-3.21.0//:tempfile", tags = ["manual"], ) @@ -356,14 +356,14 @@ alias( ) alias( - name = "toml-0.8.21", - actual = "@cui__toml-0.8.21//:toml", + name = "toml-0.8.23", + actual = "@cui__toml-0.8.23//:toml", tags = ["manual"], ) alias( name = "toml", - actual = "@cui__toml-0.8.21//:toml", + actual = "@cui__toml-0.8.23//:toml", tags = ["manual"], ) diff --git a/crate_universe/3rdparty/crates/BUILD.cargo-lock-10.1.0.bazel b/crate_universe/3rdparty/crates/BUILD.cargo-lock-10.1.0.bazel index c0013c1163..378c331b40 100644 --- a/crate_universe/3rdparty/crates/BUILD.cargo-lock-10.1.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cargo-lock-10.1.0.bazel @@ -95,7 +95,7 @@ rust_library( deps = [ "@cui__semver-1.0.26//:semver", "@cui__serde-1.0.219//:serde", - "@cui__toml-0.8.21//:toml", + "@cui__toml-0.8.23//:toml", "@cui__url-2.5.7//:url", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.cargo_toml-0.22.1.bazel b/crate_universe/3rdparty/crates/BUILD.cargo_toml-0.22.1.bazel index e669464752..5e42c36748 100644 --- a/crate_universe/3rdparty/crates/BUILD.cargo_toml-0.22.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.cargo_toml-0.22.1.bazel @@ -94,6 +94,6 @@ rust_library( version = "0.22.1", deps = [ "@cui__serde-1.0.219//:serde", - "@cui__toml-0.8.21//:toml", + "@cui__toml-0.8.23//:toml", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.crates-index-3.7.0.bazel b/crate_universe/3rdparty/crates/BUILD.crates-index-3.7.0.bazel index 6e28ba6ecb..948b559386 100644 --- a/crate_universe/3rdparty/crates/BUILD.crates-index-3.7.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.crates-index-3.7.0.bazel @@ -110,6 +110,6 @@ rust_library( "@cui__serde_json-1.0.140//:serde_json", "@cui__smol_str-0.3.2//:smol_str", "@cui__thiserror-2.0.4//:thiserror", - "@cui__toml-0.8.21//:toml", + "@cui__toml-0.8.23//:toml", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.errno-0.3.11.bazel b/crate_universe/3rdparty/crates/BUILD.errno-0.3.11.bazel index f9f2e32ca0..14a11c776f 100644 --- a/crate_universe/3rdparty/crates/BUILD.errno-0.3.11.bazel +++ b/crate_universe/3rdparty/crates/BUILD.errno-0.3.11.bazel @@ -109,7 +109,7 @@ rust_library( "@cui__libc-0.2.172//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ "@cui__libc-0.2.172//:libc", # cfg(unix) @@ -139,7 +139,7 @@ rust_library( "@cui__libc-0.2.172//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__libc-0.2.172//:libc", # cfg(unix) @@ -175,7 +175,7 @@ rust_library( "@cui__libc-0.2.172//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__libc-0.2.172//:libc", # cfg(unix) diff --git a/crate_universe/3rdparty/crates/BUILD.gix-odb-0.67.0.bazel b/crate_universe/3rdparty/crates/BUILD.gix-odb-0.67.0.bazel index 1d616e89c3..686bf33f21 100644 --- a/crate_universe/3rdparty/crates/BUILD.gix-odb-0.67.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.gix-odb-0.67.0.bazel @@ -104,7 +104,7 @@ rust_library( "@cui__gix-path-0.10.14//:gix_path", "@cui__gix-quote-0.4.15//:gix_quote", "@cui__parking_lot-0.12.1//:parking_lot", - "@cui__tempfile-3.19.1//:tempfile", + "@cui__tempfile-3.21.0//:tempfile", "@cui__thiserror-2.0.4//:thiserror", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.gix-tempfile-16.0.0.bazel b/crate_universe/3rdparty/crates/BUILD.gix-tempfile-16.0.0.bazel index 765586d201..dcb83de9bb 100644 --- a/crate_universe/3rdparty/crates/BUILD.gix-tempfile-16.0.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.gix-tempfile-16.0.0.bazel @@ -96,7 +96,7 @@ rust_library( "@cui__gix-fs-0.13.0//:gix_fs", "@cui__once_cell-1.21.3//:once_cell", "@cui__parking_lot-0.12.1//:parking_lot", - "@cui__tempfile-3.19.1//:tempfile", + "@cui__tempfile-3.21.0//:tempfile", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ "@cui__libc-0.2.172//:libc", # cfg(not(windows)) diff --git a/crate_universe/3rdparty/crates/BUILD.glob-0.3.2.bazel b/crate_universe/3rdparty/crates/BUILD.glob-0.3.3.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.glob-0.3.2.bazel rename to crate_universe/3rdparty/crates/BUILD.glob-0.3.3.bazel index 3ab420a5c2..2d5285bec5 100644 --- a/crate_universe/3rdparty/crates/BUILD.glob-0.3.2.bazel +++ b/crate_universe/3rdparty/crates/BUILD.glob-0.3.3.bazel @@ -91,5 +91,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.3.2", + version = "0.3.3", ) diff --git a/crate_universe/3rdparty/crates/BUILD.jiff-0.1.13.bazel b/crate_universe/3rdparty/crates/BUILD.jiff-0.1.13.bazel index 00f2502cf7..4c07518496 100644 --- a/crate_universe/3rdparty/crates/BUILD.jiff-0.1.13.bazel +++ b/crate_universe/3rdparty/crates/BUILD.jiff-0.1.13.bazel @@ -103,11 +103,11 @@ rust_library( deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__jiff-tzdb-platform-0.1.1//:jiff_tzdb_platform", # aarch64-pc-windows-msvc - "@cui__windows-sys-0.52.0//:windows_sys", # aarch64-pc-windows-msvc + "@cui__windows-sys-0.59.0//:windows_sys", # aarch64-pc-windows-msvc ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__jiff-tzdb-platform-0.1.1//:jiff_tzdb_platform", # i686-pc-windows-msvc - "@cui__windows-sys-0.52.0//:windows_sys", # i686-pc-windows-msvc + "@cui__windows-sys-0.59.0//:windows_sys", # i686-pc-windows-msvc ], "@rules_rust//rust/platform:wasm32-unknown-emscripten": [ "@cui__jiff-tzdb-platform-0.1.1//:jiff_tzdb_platform", # wasm32-unknown-emscripten @@ -126,7 +126,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__jiff-tzdb-platform-0.1.1//:jiff_tzdb_platform", # x86_64-pc-windows-msvc - "@cui__windows-sys-0.52.0//:windows_sys", # x86_64-pc-windows-msvc + "@cui__windows-sys-0.59.0//:windows_sys", # x86_64-pc-windows-msvc ], "//conditions:default": [], }), diff --git a/crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel b/crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel index 1261669f3d..2257de48f6 100644 --- a/crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel +++ b/crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel @@ -224,7 +224,7 @@ rust_library( ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__errno-0.3.11//:errno", # cfg(windows) - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ "@cui__errno-0.3.11//:errno", # aarch64-unknown-fuchsia, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_endian = "little", any(target_arch = "s390x", target_arch = "powerpc")), any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc"), all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "s390x"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) @@ -266,7 +266,7 @@ rust_library( ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__errno-0.3.11//:errno", # cfg(windows) - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__errno-0.3.11//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_endian = "little", any(target_arch = "s390x", target_arch = "powerpc")), any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc"), all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "s390x"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), i686-unknown-freebsd @@ -336,7 +336,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__errno-0.3.11//:errno", # cfg(windows) - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__errno-0.3.11//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_endian = "little", any(target_arch = "s390x", target_arch = "powerpc")), any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc"), all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "s390x"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-freebsd diff --git a/crate_universe/3rdparty/crates/BUILD.serde_spanned-0.6.8.bazel b/crate_universe/3rdparty/crates/BUILD.serde_spanned-0.6.9.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.serde_spanned-0.6.8.bazel rename to crate_universe/3rdparty/crates/BUILD.serde_spanned-0.6.9.bazel index 6168d22ce1..0ac75fe884 100644 --- a/crate_universe/3rdparty/crates/BUILD.serde_spanned-0.6.8.bazel +++ b/crate_universe/3rdparty/crates/BUILD.serde_spanned-0.6.9.bazel @@ -94,7 +94,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.6.8", + version = "0.6.9", deps = [ "@cui__serde-1.0.219//:serde", ], diff --git a/crate_universe/3rdparty/crates/BUILD.sha2-0.10.8.bazel b/crate_universe/3rdparty/crates/BUILD.sha2-0.10.9.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.sha2-0.10.8.bazel rename to crate_universe/3rdparty/crates/BUILD.sha2-0.10.9.bazel index 8c64178ae9..943e0332a7 100644 --- a/crate_universe/3rdparty/crates/BUILD.sha2-0.10.8.bazel +++ b/crate_universe/3rdparty/crates/BUILD.sha2-0.10.9.bazel @@ -95,7 +95,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.10.8", + version = "0.10.9", deps = [ "@cui__cfg-if-1.0.0//:cfg_if", "@cui__digest-0.10.7//:digest", diff --git a/crate_universe/3rdparty/crates/BUILD.tempfile-3.19.1.bazel b/crate_universe/3rdparty/crates/BUILD.tempfile-3.21.0.bazel similarity index 98% rename from crate_universe/3rdparty/crates/BUILD.tempfile-3.19.1.bazel rename to crate_universe/3rdparty/crates/BUILD.tempfile-3.21.0.bazel index 88aa1b11be..63c6414b7d 100644 --- a/crate_universe/3rdparty/crates/BUILD.tempfile-3.19.1.bazel +++ b/crate_universe/3rdparty/crates/BUILD.tempfile-3.21.0.bazel @@ -95,7 +95,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "3.19.1", + version = "3.21.0", deps = [ "@cui__fastrand-2.1.1//:fastrand", "@cui__once_cell-1.21.3//:once_cell", @@ -118,7 +118,7 @@ rust_library( ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ "@cui__getrandom-0.3.2//:getrandom", # aarch64-pc-windows-msvc - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ "@cui__getrandom-0.3.2//:getrandom", # aarch64-unknown-fuchsia @@ -158,7 +158,7 @@ rust_library( ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ "@cui__getrandom-0.3.2//:getrandom", # i686-pc-windows-msvc - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ "@cui__getrandom-0.3.2//:getrandom", # i686-unknown-freebsd @@ -206,7 +206,7 @@ rust_library( ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ "@cui__getrandom-0.3.2//:getrandom", # x86_64-pc-windows-msvc - "@cui__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@cui__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ "@cui__getrandom-0.3.2//:getrandom", # x86_64-unknown-freebsd diff --git a/crate_universe/3rdparty/crates/BUILD.toml-0.8.21.bazel b/crate_universe/3rdparty/crates/BUILD.toml-0.8.23.bazel similarity index 95% rename from crate_universe/3rdparty/crates/BUILD.toml-0.8.21.bazel rename to crate_universe/3rdparty/crates/BUILD.toml-0.8.23.bazel index 2955b22a77..b22d88b871 100644 --- a/crate_universe/3rdparty/crates/BUILD.toml-0.8.21.bazel +++ b/crate_universe/3rdparty/crates/BUILD.toml-0.8.23.bazel @@ -96,11 +96,11 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.8.21", + version = "0.8.23", deps = [ "@cui__serde-1.0.219//:serde", - "@cui__serde_spanned-0.6.8//:serde_spanned", - "@cui__toml_datetime-0.6.9//:toml_datetime", - "@cui__toml_edit-0.22.25//:toml_edit", + "@cui__serde_spanned-0.6.9//:serde_spanned", + "@cui__toml_datetime-0.6.11//:toml_datetime", + "@cui__toml_edit-0.22.27//:toml_edit", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.toml_datetime-0.6.9.bazel b/crate_universe/3rdparty/crates/BUILD.toml_datetime-0.6.11.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.toml_datetime-0.6.9.bazel rename to crate_universe/3rdparty/crates/BUILD.toml_datetime-0.6.11.bazel index 544c002400..eb46dc8bd5 100644 --- a/crate_universe/3rdparty/crates/BUILD.toml_datetime-0.6.9.bazel +++ b/crate_universe/3rdparty/crates/BUILD.toml_datetime-0.6.11.bazel @@ -94,7 +94,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.6.9", + version = "0.6.11", deps = [ "@cui__serde-1.0.219//:serde", ], diff --git a/crate_universe/3rdparty/crates/BUILD.toml_edit-0.22.25.bazel b/crate_universe/3rdparty/crates/BUILD.toml_edit-0.22.27.bazel similarity index 94% rename from crate_universe/3rdparty/crates/BUILD.toml_edit-0.22.25.bazel rename to crate_universe/3rdparty/crates/BUILD.toml_edit-0.22.27.bazel index 51f094fe1a..f6ba45d8ea 100644 --- a/crate_universe/3rdparty/crates/BUILD.toml_edit-0.22.25.bazel +++ b/crate_universe/3rdparty/crates/BUILD.toml_edit-0.22.27.bazel @@ -96,13 +96,13 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.22.25", + version = "0.22.27", deps = [ "@cui__indexmap-2.6.0//:indexmap", "@cui__serde-1.0.219//:serde", - "@cui__serde_spanned-0.6.8//:serde_spanned", - "@cui__toml_datetime-0.6.9//:toml_datetime", - "@cui__toml_write-0.1.0//:toml_write", - "@cui__winnow-0.7.7//:winnow", + "@cui__serde_spanned-0.6.9//:serde_spanned", + "@cui__toml_datetime-0.6.11//:toml_datetime", + "@cui__toml_write-0.1.2//:toml_write", + "@cui__winnow-0.7.13//:winnow", ], ) diff --git a/crate_universe/3rdparty/crates/BUILD.toml_write-0.1.0.bazel b/crate_universe/3rdparty/crates/BUILD.toml_write-0.1.2.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.toml_write-0.1.0.bazel rename to crate_universe/3rdparty/crates/BUILD.toml_write-0.1.2.bazel index 2dbda4f7c2..c4d2506e63 100644 --- a/crate_universe/3rdparty/crates/BUILD.toml_write-0.1.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.toml_write-0.1.2.bazel @@ -96,5 +96,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.1.0", + version = "0.1.2", ) diff --git a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel index 21a48140be..d68c33cf47 100644 --- a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel @@ -44,7 +44,6 @@ rust_library( "Win32_System", "Win32_System_Memory", "Win32_System_Threading", - "Win32_System_Time", "default", ], crate_root = "src/lib.rs", diff --git a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel index 4223000ce2..840a87f960 100644 --- a/crate_universe/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel +++ b/crate_universe/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel @@ -41,6 +41,7 @@ rust_library( "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", + "Win32_System_Time", "default", ], crate_root = "src/lib.rs", diff --git a/crate_universe/3rdparty/crates/BUILD.winnow-0.7.7.bazel b/crate_universe/3rdparty/crates/BUILD.winnow-0.7.13.bazel similarity index 99% rename from crate_universe/3rdparty/crates/BUILD.winnow-0.7.7.bazel rename to crate_universe/3rdparty/crates/BUILD.winnow-0.7.13.bazel index f84429f7e3..f324954461 100644 --- a/crate_universe/3rdparty/crates/BUILD.winnow-0.7.7.bazel +++ b/crate_universe/3rdparty/crates/BUILD.winnow-0.7.13.bazel @@ -96,5 +96,5 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-uefi": [], "//conditions:default": ["@platforms//:incompatible"], }), - version = "0.7.7", + version = "0.7.13", ) diff --git a/crate_universe/3rdparty/crates/defs.bzl b/crate_universe/3rdparty/crates/defs.bzl index 883f99e4ae..e0f837d272 100644 --- a/crate_universe/3rdparty/crates/defs.bzl +++ b/crate_universe/3rdparty/crates/defs.bzl @@ -304,7 +304,7 @@ _NORMAL_DEPENDENCIES = { "cfg-expr": Label("@cui//:cfg-expr-0.18.0"), "clap": Label("@cui//:clap-4.5.45"), "crates-index": Label("@cui//:crates-index-3.7.0"), - "glob": Label("@cui//:glob-0.3.2"), + "glob": Label("@cui//:glob-0.3.3"), "hex": Label("@cui//:hex-0.4.3"), "itertools": Label("@cui//:itertools-0.14.0"), "normpath": Label("@cui//:normpath-1.3.0"), @@ -315,12 +315,12 @@ _NORMAL_DEPENDENCIES = { "serde": Label("@cui//:serde-1.0.219"), "serde_json": Label("@cui//:serde_json-1.0.140"), "serde_starlark": Label("@cui//:serde_starlark-0.1.17"), - "sha2": Label("@cui//:sha2-0.10.8"), + "sha2": Label("@cui//:sha2-0.10.9"), "spdx": Label("@cui//:spdx-0.10.9"), - "tempfile": Label("@cui//:tempfile-3.19.1"), + "tempfile": Label("@cui//:tempfile-3.21.0"), "tera": Label("@cui//:tera-1.20.0"), "textwrap": Label("@cui//:textwrap-0.16.2"), - "toml": Label("@cui//:toml-0.8.21"), + "toml": Label("@cui//:toml-0.8.23"), "tracing": Label("@cui//:tracing-0.1.41"), "tracing-subscriber": Label("@cui//:tracing-subscriber-0.3.19"), "url": Label("@cui//:url-2.5.7"), @@ -337,7 +337,7 @@ _NORMAL_DEPENDENCIES = { "clap": Label("@cui//:clap-4.5.45"), "hex": Label("@cui//:hex-0.4.3"), "serde_json": Label("@cui//:serde_json-1.0.140"), - "sha2": Label("@cui//:sha2-0.10.8"), + "sha2": Label("@cui//:sha2-0.10.9"), }, }, } @@ -1561,12 +1561,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__glob-0.3.2", - sha256 = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2", + name = "cui__glob-0.3.3", + sha256 = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280", type = "tar.gz", - urls = ["https://static.crates.io/crates/glob/0.3.2/download"], - strip_prefix = "glob-0.3.2", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.glob-0.3.2.bazel"), + urls = ["https://static.crates.io/crates/glob/0.3.3/download"], + strip_prefix = "glob-0.3.3", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.glob-0.3.3.bazel"), ) maybe( @@ -2301,12 +2301,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__serde_spanned-0.6.8", - sha256 = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1", + name = "cui__serde_spanned-0.6.9", + sha256 = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3", type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_spanned/0.6.8/download"], - strip_prefix = "serde_spanned-0.6.8", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.serde_spanned-0.6.8.bazel"), + urls = ["https://static.crates.io/crates/serde_spanned/0.6.9/download"], + strip_prefix = "serde_spanned-0.6.9", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.serde_spanned-0.6.9.bazel"), ) maybe( @@ -2331,12 +2331,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__sha2-0.10.8", - sha256 = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8", + name = "cui__sha2-0.10.9", + sha256 = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283", type = "tar.gz", - urls = ["https://static.crates.io/crates/sha2/0.10.8/download"], - strip_prefix = "sha2-0.10.8", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.sha2-0.10.8.bazel"), + urls = ["https://static.crates.io/crates/sha2/0.10.9/download"], + strip_prefix = "sha2-0.10.9", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.sha2-0.10.9.bazel"), ) maybe( @@ -2461,12 +2461,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__tempfile-3.19.1", - sha256 = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf", + name = "cui__tempfile-3.21.0", + sha256 = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e", type = "tar.gz", - urls = ["https://static.crates.io/crates/tempfile/3.19.1/download"], - strip_prefix = "tempfile-3.19.1", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.tempfile-3.19.1.bazel"), + urls = ["https://static.crates.io/crates/tempfile/3.21.0/download"], + strip_prefix = "tempfile-3.21.0", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.tempfile-3.21.0.bazel"), ) maybe( @@ -2571,42 +2571,42 @@ def crate_repositories(): maybe( http_archive, - name = "cui__toml-0.8.21", - sha256 = "900f6c86a685850b1bc9f6223b20125115ee3f31e01207d81655bbcc0aea9231", + name = "cui__toml-0.8.23", + sha256 = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362", type = "tar.gz", - urls = ["https://static.crates.io/crates/toml/0.8.21/download"], - strip_prefix = "toml-0.8.21", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.toml-0.8.21.bazel"), + urls = ["https://static.crates.io/crates/toml/0.8.23/download"], + strip_prefix = "toml-0.8.23", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.toml-0.8.23.bazel"), ) maybe( http_archive, - name = "cui__toml_datetime-0.6.9", - sha256 = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3", + name = "cui__toml_datetime-0.6.11", + sha256 = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c", type = "tar.gz", - urls = ["https://static.crates.io/crates/toml_datetime/0.6.9/download"], - strip_prefix = "toml_datetime-0.6.9", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.toml_datetime-0.6.9.bazel"), + urls = ["https://static.crates.io/crates/toml_datetime/0.6.11/download"], + strip_prefix = "toml_datetime-0.6.11", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.toml_datetime-0.6.11.bazel"), ) maybe( http_archive, - name = "cui__toml_edit-0.22.25", - sha256 = "10558ed0bd2a1562e630926a2d1f0b98c827da99fabd3fe20920a59642504485", + name = "cui__toml_edit-0.22.27", + sha256 = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a", type = "tar.gz", - urls = ["https://static.crates.io/crates/toml_edit/0.22.25/download"], - strip_prefix = "toml_edit-0.22.25", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.toml_edit-0.22.25.bazel"), + urls = ["https://static.crates.io/crates/toml_edit/0.22.27/download"], + strip_prefix = "toml_edit-0.22.27", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.toml_edit-0.22.27.bazel"), ) maybe( http_archive, - name = "cui__toml_write-0.1.0", - sha256 = "28391a4201ba7eb1984cfeb6862c0b3ea2cfe23332298967c749dddc0d6cd976", + name = "cui__toml_write-0.1.2", + sha256 = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801", type = "tar.gz", - urls = ["https://static.crates.io/crates/toml_write/0.1.0/download"], - strip_prefix = "toml_write-0.1.0", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.toml_write-0.1.0.bazel"), + urls = ["https://static.crates.io/crates/toml_write/0.1.2/download"], + strip_prefix = "toml_write-0.1.2", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.toml_write-0.1.2.bazel"), ) maybe( @@ -3121,12 +3121,12 @@ def crate_repositories(): maybe( http_archive, - name = "cui__winnow-0.7.7", - sha256 = "6cb8234a863ea0e8cd7284fcdd4f145233eb00fee02bbdd9861aec44e6477bc5", + name = "cui__winnow-0.7.13", + sha256 = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf", type = "tar.gz", - urls = ["https://static.crates.io/crates/winnow/0.7.7/download"], - strip_prefix = "winnow-0.7.7", - build_file = Label("//crate_universe/3rdparty/crates:BUILD.winnow-0.7.7.bazel"), + urls = ["https://static.crates.io/crates/winnow/0.7.13/download"], + strip_prefix = "winnow-0.7.13", + build_file = Label("//crate_universe/3rdparty/crates:BUILD.winnow-0.7.13.bazel"), ) maybe( @@ -3249,7 +3249,7 @@ def crate_repositories(): struct(repo = "cui__cfg-expr-0.18.0", is_dev_dep = False), struct(repo = "cui__clap-4.5.45", is_dev_dep = False), struct(repo = "cui__crates-index-3.7.0", is_dev_dep = False), - struct(repo = "cui__glob-0.3.2", is_dev_dep = False), + struct(repo = "cui__glob-0.3.3", is_dev_dep = False), struct(repo = "cui__hex-0.4.3", is_dev_dep = False), struct(repo = "cui__indoc-2.0.6", is_dev_dep = False), struct(repo = "cui__itertools-0.14.0", is_dev_dep = False), @@ -3261,12 +3261,12 @@ def crate_repositories(): struct(repo = "cui__serde-1.0.219", is_dev_dep = False), struct(repo = "cui__serde_json-1.0.140", is_dev_dep = False), struct(repo = "cui__serde_starlark-0.1.17", is_dev_dep = False), - struct(repo = "cui__sha2-0.10.8", is_dev_dep = False), + struct(repo = "cui__sha2-0.10.9", is_dev_dep = False), struct(repo = "cui__spdx-0.10.9", is_dev_dep = False), - struct(repo = "cui__tempfile-3.19.1", is_dev_dep = False), + struct(repo = "cui__tempfile-3.21.0", is_dev_dep = False), struct(repo = "cui__tera-1.20.0", is_dev_dep = False), struct(repo = "cui__textwrap-0.16.2", is_dev_dep = False), - struct(repo = "cui__toml-0.8.21", is_dev_dep = False), + struct(repo = "cui__toml-0.8.23", is_dev_dep = False), struct(repo = "cui__tracing-0.1.41", is_dev_dep = False), struct(repo = "cui__tracing-subscriber-0.3.19", is_dev_dep = False), struct(repo = "cui__url-2.5.7", is_dev_dep = False), diff --git a/crate_universe/Cargo.lock b/crate_universe/Cargo.lock index 5faf2b3523..90aaa2b236 100644 --- a/crate_universe/Cargo.lock +++ b/crate_universe/Cargo.lock @@ -444,7 +444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1272,9 +1272,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "globset" @@ -1509,7 +1509,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a45489186a6123c128fdf6016183fcfab7113e1820eb813127e036e287233fb" dependencies = [ "jiff-tzdb-platform", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1870,7 +1870,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1961,9 +1961,9 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" [[package]] name = "sha2" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", "cpufeatures", @@ -2069,15 +2069,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.1" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" +checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" dependencies = [ "fastrand", "getrandom", "once_cell", "rustix 1.0.5", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/crate_universe/src/test.rs b/crate_universe/src/test.rs index e8bc5822a0..af8718711e 100644 --- a/crate_universe/src/test.rs +++ b/crate_universe/src/test.rs @@ -50,7 +50,7 @@ pub(crate) fn test_tempdir(prefix: &str) -> (Option, PathBuf) match std::env::var("TEST_TMPDIR") { Ok(t) => { let dir = tempfile::TempDir::with_prefix_in(prefix, t).unwrap(); - (None, dir.into_path()) + (None, dir.keep()) } Err(_) => { let dir = tempfile::TempDir::with_prefix(prefix).unwrap();