diff --git a/Cargo.lock b/Cargo.lock index 3eb4dd290..6cdd24da5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,13 +21,22 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "0.7.18" +version = "0.7.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" +checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" dependencies = [ "memchr", ] +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + [[package]] name = "ansi_term" version = "0.12.1" @@ -39,9 +48,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" [[package]] name = "async-stream" @@ -66,9 +75,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" +checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" dependencies = [ "proc-macro2", "quote", @@ -94,9 +103,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.5.13" +version = "0.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9496f0c1d1afb7a2af4338bbe1d969cddfead41d87a9fb3aaa6d0bbc7af648" +checksum = "c9e3356844c4d6a6d6467b8da2cffb4a2820be256f50a3a386c9d152bab31043" dependencies = [ "async-trait", "axum-core", @@ -123,9 +132,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4f44a0e6200e9d11a1cdc989e4b358f6e3d354fbf48478f345a17f4e43f8635" +checksum = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b" dependencies = [ "async-trait", "bytes", @@ -133,6 +142,8 @@ dependencies = [ "http", "http-body", "mime", + "tower-layer", + "tower-service", ] [[package]] @@ -162,47 +173,29 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" -[[package]] -name = "block-buffer" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" -dependencies = [ - "block-padding", - "byte-tools", - "byteorder", - "generic-array 0.12.4", -] - [[package]] name = "block-buffer" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "generic-array 0.14.5", + "generic-array", ] [[package]] -name = "block-padding" -version = "0.1.5" +name = "block-buffer" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" +checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" dependencies = [ - "byte-tools", + "generic-array", ] [[package]] name = "bumpalo" -version = "3.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" - -[[package]] -name = "byte-tools" -version = "0.3.1" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" +checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" [[package]] name = "byteorder" @@ -212,9 +205,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e" +checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "cc" @@ -230,40 +223,40 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.19" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" +checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" dependencies = [ - "libc", + "iana-time-zone", + "js-sys", "num-integer", "num-traits", "serde", "time 0.1.44", + "wasm-bindgen", "winapi", ] [[package]] name = "clap" -version = "3.2.14" +version = "4.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b" +checksum = "30607dd93c420c6f1f80b544be522a0238a7db35e6a12968d28910983fee0df0" dependencies = [ "atty", "bitflags", "clap_derive", "clap_lex", - "indexmap", "once_cell", "strsim", "termcolor", - "textwrap", ] [[package]] name = "clap_derive" -version = "3.2.7" +version = "4.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902" +checksum = "a4a307492e1a34939f79d3b6b9650bd2b971513cd775436bf2b78defeb5af00b" dependencies = [ "heck", "proc-macro-error", @@ -274,9 +267,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.2.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" +checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" dependencies = [ "os_str_bytes", ] @@ -314,9 +307,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "cpufeatures" -version = "0.2.2" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" +checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" dependencies = [ "libc", ] @@ -330,21 +323,31 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "crypto-common" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +dependencies = [ + "generic-array", + "typenum", +] + [[package]] name = "crypto-mac" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a" dependencies = [ - "generic-array 0.14.5", + "generic-array", "subtle", ] [[package]] name = "ctor" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c" +checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" dependencies = [ "quote", "syn", @@ -358,20 +361,30 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "digest" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" +checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array 0.12.4", + "generic-array", ] [[package]] name = "digest" -version = "0.9.0" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" +checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c" dependencies = [ - "generic-array 0.14.5", + "block-buffer 0.10.3", + "crypto-common", +] + +[[package]] +name = "dirs" +version = "4.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" +dependencies = [ + "dirs-sys", ] [[package]] @@ -384,6 +397,17 @@ dependencies = [ "dirs-sys-next", ] +[[package]] +name = "dirs-sys" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" +dependencies = [ + "libc", + "redox_users", + "winapi", +] + [[package]] name = "dirs-sys-next" version = "0.1.2" @@ -454,15 +478,15 @@ dependencies = [ [[package]] name = "either" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" +checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "env_logger" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" +checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272" dependencies = [ "atty", "humantime", @@ -471,12 +495,6 @@ dependencies = [ "termcolor", ] -[[package]] -name = "fake-simd" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" - [[package]] name = "fast-async-mutex" version = "0.6.7" @@ -485,9 +503,9 @@ checksum = "b877ceff2e3d2922823bab7960826ce198181f9c25f75d67b913fde9237e2da6" [[package]] name = "fastrand" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" +checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" dependencies = [ "instant", ] @@ -549,9 +567,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "futures" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" +checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c" dependencies = [ "futures-channel", "futures-core", @@ -564,9 +582,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" +checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050" dependencies = [ "futures-core", "futures-sink", @@ -574,15 +592,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" +checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" [[package]] name = "futures-executor" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" +checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab" dependencies = [ "futures-core", "futures-task", @@ -591,15 +609,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" +checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68" [[package]] name = "futures-macro" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" +checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17" dependencies = [ "proc-macro2", "quote", @@ -608,21 +626,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" +checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56" [[package]] name = "futures-task" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" +checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1" [[package]] name = "futures-util" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" +checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90" dependencies = [ "futures-channel", "futures-core", @@ -638,18 +656,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.12.4" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" -dependencies = [ - "typenum", -] - -[[package]] -name = "generic-array" -version = "0.14.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" +checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ "typenum", "version_check", @@ -668,9 +677,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" +checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be" dependencies = [ "bytes", "fnv", @@ -681,7 +690,7 @@ dependencies = [ "indexmap", "slab", "tokio", - "tokio-util 0.7.3", + "tokio-util 0.7.4", "tracing", ] @@ -755,9 +764,9 @@ checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" [[package]] name = "httparse" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" +checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" @@ -820,6 +829,19 @@ dependencies = [ "tokio-native-tls", ] +[[package]] +name = "iana-time-zone" +version = "0.1.50" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd911b35d940d2bd0bea0f9100068e5b97b51a1cbe13d13382f132e0365257a0" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "js-sys", + "wasm-bindgen", + "winapi", +] + [[package]] name = "indexmap" version = "1.9.1" @@ -841,18 +863,27 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.3" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] [[package]] name = "itoa" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" +checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" + +[[package]] +name = "js-sys" +version = "0.3.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" +dependencies = [ + "wasm-bindgen", +] [[package]] name = "json5" @@ -867,9 +898,9 @@ dependencies = [ [[package]] name = "lazy-init" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23517540be87a91d06324e6bf6286ba8214171123ee8862ae9a5e7d938d71815" +checksum = "9f40963626ac12dcaf92afc15e4c3db624858c92fd9f8ba2125eaada3ac2706f" [[package]] name = "lazy_static" @@ -879,15 +910,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.126" +version = "0.2.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" +checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb" [[package]] name = "lock_api" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" +checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" dependencies = [ "autocfg", "scopeguard", @@ -913,9 +944,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.9.2" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42c51df9d8d4842336c835df1d85ed447c4813baa237d033d95128bf5552ad8a" +checksum = "1a8cbbb2831780bc3b9c15a41f5b49222ef756b6730a95f3decfdd15903eb5a3" dependencies = [ "twox-hash", ] @@ -961,9 +992,9 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" [[package]] name = "miniz_oxide" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" +checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" dependencies = [ "adler", ] @@ -1054,15 +1085,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" - -[[package]] -name = "opaque-debug" -version = "0.2.3" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" +checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "opaque-debug" @@ -1072,9 +1097,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.41" +version = "0.10.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" +checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13" dependencies = [ "bitflags", "cfg-if", @@ -1104,9 +1129,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.75" +version = "0.9.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" +checksum = "5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce" dependencies = [ "autocfg", "cc", @@ -1117,9 +1142,9 @@ dependencies = [ [[package]] name = "os_str_bytes" -version = "6.2.0" +version = "6.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4" +checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" [[package]] name = "output_vt100" @@ -1155,24 +1180,25 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" +checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pest" -version = "2.1.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" +checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a" dependencies = [ + "thiserror", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.1.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" +checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2" dependencies = [ "pest", "pest_generator", @@ -1180,9 +1206,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.1.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" +checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db" dependencies = [ "pest", "pest_meta", @@ -1193,13 +1219,13 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.1.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" +checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d" dependencies = [ - "maplit", + "once_cell", "pest", - "sha-1", + "sha1 0.10.5", ] [[package]] @@ -1214,18 +1240,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260" +checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" +checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" dependencies = [ "proc-macro2", "quote", @@ -1270,9 +1296,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.1.16" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da6ffbe862780245013cb1c0a48c4e44b7d665548088f91f6b90876d0625e4c2" +checksum = "a49e86d2c26a24059894a3afa13fd17d063419b05dfb83f06d9c3566060c3f5a" dependencies = [ "proc-macro2", "syn", @@ -1310,9 +1336,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" [[package]] name = "proc-macro2" -version = "1.0.40" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7" +checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b" dependencies = [ "unicode-ident", ] @@ -1374,9 +1400,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.20" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" +checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" dependencies = [ "proc-macro2", ] @@ -1404,18 +1430,18 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ "getrandom", ] [[package]] name = "redox_syscall" -version = "0.2.13" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ "bitflags", ] @@ -1591,9 +1617,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" +checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" [[package]] name = "schannel" @@ -1613,9 +1639,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "security-framework" -version = "2.6.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc" +checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" dependencies = [ "bitflags", "core-foundation", @@ -1651,18 +1677,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.140" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03" +checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.140" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da" +checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c" dependencies = [ "proc-macro2", "quote", @@ -1671,9 +1697,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.82" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" +checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" dependencies = [ "itoa", "ryu", @@ -1681,24 +1707,23 @@ dependencies = [ ] [[package]] -name = "sha-1" -version = "0.8.2" +name = "sha1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" +checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" dependencies = [ - "block-buffer 0.7.3", - "digest 0.8.1", - "fake-simd", - "opaque-debug 0.2.3", + "sha1_smol", ] [[package]] name = "sha1" -version = "0.6.1" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" +checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" dependencies = [ - "sha1_smol", + "cfg-if", + "cpufeatures", + "digest 0.10.5", ] [[package]] @@ -1717,16 +1742,16 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.9.0", - "opaque-debug 0.3.0", + "opaque-debug", ] [[package]] name = "shellexpand" -version = "2.1.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829" +checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" dependencies = [ - "dirs-next", + "dirs", ] [[package]] @@ -1761,15 +1786,15 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" +checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "socket2" -version = "0.4.4" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" +checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" dependencies = [ "libc", "winapi", @@ -1835,7 +1860,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "sha1", + "sha1 0.6.1", "syn", ] @@ -1859,9 +1884,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.98" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" +checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2" dependencies = [ "proc-macro2", "quote", @@ -1897,26 +1922,20 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "textwrap" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" - [[package]] name = "thiserror" -version = "1.0.31" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" +checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.31" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" +checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" dependencies = [ "proc-macro2", "quote", @@ -1974,9 +1993,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.20.0" +version = "1.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e" +checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" dependencies = [ "autocfg", "bytes", @@ -1984,7 +2003,6 @@ dependencies = [ "memchr", "mio", "num_cpus", - "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry", @@ -2026,14 +2044,14 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" +checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" dependencies = [ "futures-core", "pin-project-lite", "tokio", - "tokio-util 0.7.3", + "tokio-util 0.7.4", ] [[package]] @@ -2052,9 +2070,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" +checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" dependencies = [ "bytes", "futures-core", @@ -2089,7 +2107,7 @@ dependencies = [ "prost-derive", "tokio", "tokio-stream", - "tokio-util 0.7.3", + "tokio-util 0.7.4", "tower", "tower-layer", "tower-service", @@ -2124,7 +2142,7 @@ dependencies = [ "rand", "slab", "tokio", - "tokio-util 0.7.3", + "tokio-util 0.7.4", "tower-layer", "tower-service", "tracing", @@ -2163,9 +2181,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.35" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" +checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" dependencies = [ "cfg-if", "log", @@ -2187,9 +2205,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" +checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" dependencies = [ "once_cell", ] @@ -2228,15 +2246,15 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "ucd-trie" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c" +checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" [[package]] name = "unicode-ident" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7" +checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" [[package]] name = "uuid" @@ -2283,9 +2301,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.81" +version = "0.2.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994" +checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -2293,13 +2311,13 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.81" +version = "0.2.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a" +checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" dependencies = [ "bumpalo", - "lazy_static", "log", + "once_cell", "proc-macro2", "quote", "syn", @@ -2308,9 +2326,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.81" +version = "0.2.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa" +checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2318,9 +2336,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.81" +version = "0.2.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048" +checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" dependencies = [ "proc-macro2", "quote", @@ -2331,19 +2349,19 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.81" +version = "0.2.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be" +checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" [[package]] name = "which" -version = "4.2.5" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae" +checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" dependencies = [ "either", - "lazy_static", "libc", + "once_cell", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f991f280a..a99cb2d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ byteorder = "1.4.3" lazy_static = "1.4.0" filetime = "0.2.15" nix = "0.23.1" -clap = { version = "3.1.8", features = ["derive"] } +clap = { version = "4.0.9", features = ["derive"] } uuid = { version = "0.8.2", features = ["v4"] } shlex = "1.1.0" relative-path = "1.7.0" diff --git a/WORKSPACE b/WORKSPACE index 7248f3015..8d62ecffb 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -6,10 +6,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", - sha256 = "7fb9b4fe1a6fb4341bdf7c623e619460ecc0f52d5061cc56abc750111fba8a87", + sha256 = "0cc7e6b39e492710b819e00d48f2210ae626b717a3ab96e048c43ab57e61d204", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_rust/releases/download/0.7.0/rules_rust-v0.7.0.tar.gz", - "https://github.com/bazelbuild/rules_rust/releases/download/0.7.0/rules_rust-v0.7.0.tar.gz", + "https://github.com/bazelbuild/rules_rust/releases/download/0.10.0/rules_rust-v0.10.0.tar.gz", ], ) diff --git a/cas/grpc_service/cas_server.rs b/cas/grpc_service/cas_server.rs index 8bd059a7a..4300df63a 100644 --- a/cas/grpc_service/cas_server.rs +++ b/cas/grpc_service/cas_server.rs @@ -70,7 +70,7 @@ impl CasServer { for digest in inner_request.blob_digests.into_iter() { let digest: DigestInfo = digest.try_into()?; let store_clone = store.clone(); - futures.push(tokio::spawn(async move { + futures.push_back(tokio::spawn(async move { let store = Pin::new(store_clone.as_ref()); store.has(digest.clone()).await.map_or_else( |e| { @@ -129,7 +129,7 @@ impl CasServer { let digest: DigestInfo = request.digest.err_tip(|| "Digest not found in request")?.try_into()?; let digest_copy = digest.clone(); let request_data = request.data; - futures.push(tokio::spawn( + futures.push_back(tokio::spawn( async move { let size_bytes = usize::try_from(digest_copy.size_bytes) .err_tip(|| "Digest size_bytes was not convertible to usize")?; @@ -183,7 +183,7 @@ impl CasServer { let digest_copy = digest.clone(); let store_clone = store.clone(); - futures.push(tokio::spawn( + futures.push_back(tokio::spawn( async move { let size_bytes = usize::try_from(digest_copy.size_bytes) .err_tip(|| "Digest size_bytes was not convertible to usize")?; diff --git a/proto/gen_protos_tool.rs b/proto/gen_protos_tool.rs index 65c893499..52d4f04ec 100644 --- a/proto/gen_protos_tool.rs +++ b/proto/gen_protos_tool.rs @@ -1,4 +1,4 @@ -use clap::{Arg, Command}; +use clap::{Arg, ArgAction, Command}; use prost_build::Config; use std::path::PathBuf; use std::vec::Vec; @@ -12,8 +12,7 @@ fn main() -> std::io::Result<()> { .short('i') .long("input") .required(true) - .multiple_occurrences(true) - .takes_value(true) + .action(ArgAction::Append) .help("Input proto file"), ) .arg( @@ -21,12 +20,11 @@ fn main() -> std::io::Result<()> { .short('o') .required(true) .long("output_dir") - .takes_value(true) .help("Output directory"), ) .get_matches(); - let paths = matches.values_of("input").unwrap().collect::>(); - let output_dir = PathBuf::from(matches.value_of("output_dir").unwrap()); + let paths = matches.get_many::("input").unwrap().collect::>(); + let output_dir = PathBuf::from(matches.get_one::("output_dir").unwrap()); let mut config = Config::new(); config.bytes(&["."]); diff --git a/third_party/BUILD.bazel b/third_party/BUILD.bazel index 9a5daa5db..0412bee60 100644 --- a/third_party/BUILD.bazel +++ b/third_party/BUILD.bazel @@ -14,7 +14,7 @@ licenses([ # Aliased targets alias( name = "async_trait", - actual = "@raze__async_trait__0_1_56//:async_trait", + actual = "@raze__async_trait__0_1_57//:async_trait", tags = [ "cargo-raze", "manual", @@ -41,7 +41,7 @@ alias( alias( name = "bytes", - actual = "@raze__bytes__1_2_0//:bytes", + actual = "@raze__bytes__1_2_1//:bytes", tags = [ "cargo-raze", "manual", @@ -50,7 +50,7 @@ alias( alias( name = "clap", - actual = "@raze__clap__3_2_14//:clap", + actual = "@raze__clap__4_0_9//:clap", tags = [ "cargo-raze", "manual", @@ -59,7 +59,7 @@ alias( alias( name = "ctor", - actual = "@raze__ctor__0_1_22//:ctor", + actual = "@raze__ctor__0_1_23//:ctor", tags = [ "cargo-raze", "manual", @@ -68,7 +68,7 @@ alias( alias( name = "env_logger", - actual = "@raze__env_logger__0_9_0//:env_logger", + actual = "@raze__env_logger__0_9_1//:env_logger", tags = [ "cargo-raze", "manual", @@ -104,7 +104,7 @@ alias( alias( name = "futures", - actual = "@raze__futures__0_3_21//:futures", + actual = "@raze__futures__0_3_24//:futures", tags = [ "cargo-raze", "manual", @@ -149,7 +149,7 @@ alias( alias( name = "lazy_init", - actual = "@raze__lazy_init__0_5_0//:lazy_init", + actual = "@raze__lazy_init__0_5_1//:lazy_init", tags = [ "cargo-raze", "manual", @@ -185,7 +185,7 @@ alias( alias( name = "lz4_flex", - actual = "@raze__lz4_flex__0_9_2//:lz4_flex", + actual = "@raze__lz4_flex__0_9_5//:lz4_flex", tags = [ "cargo-raze", "manual", @@ -320,7 +320,7 @@ alias( alias( name = "serde", - actual = "@raze__serde__1_0_140//:serde", + actual = "@raze__serde__1_0_145//:serde", tags = [ "cargo-raze", "manual", @@ -338,7 +338,7 @@ alias( alias( name = "shellexpand", - actual = "@raze__shellexpand__2_1_0//:shellexpand", + actual = "@raze__shellexpand__2_1_2//:shellexpand", tags = [ "cargo-raze", "manual", @@ -365,7 +365,7 @@ alias( alias( name = "tokio", - actual = "@raze__tokio__1_20_0//:tokio", + actual = "@raze__tokio__1_21_2//:tokio", tags = [ "cargo-raze", "manual", @@ -374,7 +374,7 @@ alias( alias( name = "tokio_stream", - actual = "@raze__tokio_stream__0_1_9//:tokio_stream", + actual = "@raze__tokio_stream__0_1_10//:tokio_stream", tags = [ "cargo-raze", "manual", diff --git a/third_party/crates.bzl b/third_party/crates.bzl index 9504cf537..17b37b69c 100644 --- a/third_party/crates.bzl +++ b/third_party/crates.bzl @@ -33,12 +33,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__aho_corasick__0_7_18", - url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download", + name = "raze__aho_corasick__0_7_19", + url = "https://crates.io/api/v1/crates/aho-corasick/0.7.19/download", type = "tar.gz", - sha256 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f", - strip_prefix = "aho-corasick-0.7.18", - build_file = Label("//third_party/remote:BUILD.aho-corasick-0.7.18.bazel"), + sha256 = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e", + strip_prefix = "aho-corasick-0.7.19", + build_file = Label("//third_party/remote:BUILD.aho-corasick-0.7.19.bazel"), + ) + + maybe( + http_archive, + name = "raze__android_system_properties__0_1_5", + url = "https://crates.io/api/v1/crates/android_system_properties/0.1.5/download", + type = "tar.gz", + sha256 = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311", + strip_prefix = "android_system_properties-0.1.5", + build_file = Label("//third_party/remote:BUILD.android_system_properties-0.1.5.bazel"), ) maybe( @@ -53,12 +63,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__anyhow__1_0_58", - url = "https://crates.io/api/v1/crates/anyhow/1.0.58/download", + name = "raze__anyhow__1_0_65", + url = "https://crates.io/api/v1/crates/anyhow/1.0.65/download", type = "tar.gz", - sha256 = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704", - strip_prefix = "anyhow-1.0.58", - build_file = Label("//third_party/remote:BUILD.anyhow-1.0.58.bazel"), + sha256 = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602", + strip_prefix = "anyhow-1.0.65", + build_file = Label("//third_party/remote:BUILD.anyhow-1.0.65.bazel"), ) maybe( @@ -83,12 +93,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__async_trait__0_1_56", - url = "https://crates.io/api/v1/crates/async-trait/0.1.56/download", + name = "raze__async_trait__0_1_57", + url = "https://crates.io/api/v1/crates/async-trait/0.1.57/download", type = "tar.gz", - sha256 = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716", - strip_prefix = "async-trait-0.1.56", - build_file = Label("//third_party/remote:BUILD.async-trait-0.1.56.bazel"), + sha256 = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f", + strip_prefix = "async-trait-0.1.57", + build_file = Label("//third_party/remote:BUILD.async-trait-0.1.57.bazel"), ) maybe( @@ -113,22 +123,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__axum__0_5_13", - url = "https://crates.io/api/v1/crates/axum/0.5.13/download", + name = "raze__axum__0_5_16", + url = "https://crates.io/api/v1/crates/axum/0.5.16/download", type = "tar.gz", - sha256 = "6b9496f0c1d1afb7a2af4338bbe1d969cddfead41d87a9fb3aaa6d0bbc7af648", - strip_prefix = "axum-0.5.13", - build_file = Label("//third_party/remote:BUILD.axum-0.5.13.bazel"), + sha256 = "c9e3356844c4d6a6d6467b8da2cffb4a2820be256f50a3a386c9d152bab31043", + strip_prefix = "axum-0.5.16", + build_file = Label("//third_party/remote:BUILD.axum-0.5.16.bazel"), ) maybe( http_archive, - name = "raze__axum_core__0_2_7", - url = "https://crates.io/api/v1/crates/axum-core/0.2.7/download", + name = "raze__axum_core__0_2_8", + url = "https://crates.io/api/v1/crates/axum-core/0.2.8/download", type = "tar.gz", - sha256 = "e4f44a0e6200e9d11a1cdc989e4b358f6e3d354fbf48478f345a17f4e43f8635", - strip_prefix = "axum-core-0.2.7", - build_file = Label("//third_party/remote:BUILD.axum-core-0.2.7.bazel"), + sha256 = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b", + strip_prefix = "axum-core-0.2.8", + build_file = Label("//third_party/remote:BUILD.axum-core-0.2.8.bazel"), ) maybe( @@ -173,12 +183,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__block_buffer__0_7_3", - url = "https://crates.io/api/v1/crates/block-buffer/0.7.3/download", + name = "raze__block_buffer__0_10_3", + url = "https://crates.io/api/v1/crates/block-buffer/0.10.3/download", type = "tar.gz", - sha256 = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b", - strip_prefix = "block-buffer-0.7.3", - build_file = Label("//third_party/remote:BUILD.block-buffer-0.7.3.bazel"), + sha256 = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e", + strip_prefix = "block-buffer-0.10.3", + build_file = Label("//third_party/remote:BUILD.block-buffer-0.10.3.bazel"), ) maybe( @@ -193,32 +203,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__block_padding__0_1_5", - url = "https://crates.io/api/v1/crates/block-padding/0.1.5/download", - type = "tar.gz", - sha256 = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5", - strip_prefix = "block-padding-0.1.5", - build_file = Label("//third_party/remote:BUILD.block-padding-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "raze__bumpalo__3_10_0", - url = "https://crates.io/api/v1/crates/bumpalo/3.10.0/download", - type = "tar.gz", - sha256 = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3", - strip_prefix = "bumpalo-3.10.0", - build_file = Label("//third_party/remote:BUILD.bumpalo-3.10.0.bazel"), - ) - - maybe( - http_archive, - name = "raze__byte_tools__0_3_1", - url = "https://crates.io/api/v1/crates/byte-tools/0.3.1/download", + name = "raze__bumpalo__3_11_0", + url = "https://crates.io/api/v1/crates/bumpalo/3.11.0/download", type = "tar.gz", - sha256 = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7", - strip_prefix = "byte-tools-0.3.1", - build_file = Label("//third_party/remote:BUILD.byte-tools-0.3.1.bazel"), + sha256 = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d", + strip_prefix = "bumpalo-3.11.0", + build_file = Label("//third_party/remote:BUILD.bumpalo-3.11.0.bazel"), ) maybe( @@ -233,12 +223,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__bytes__1_2_0", - url = "https://crates.io/api/v1/crates/bytes/1.2.0/download", + name = "raze__bytes__1_2_1", + url = "https://crates.io/api/v1/crates/bytes/1.2.1/download", type = "tar.gz", - sha256 = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e", - strip_prefix = "bytes-1.2.0", - build_file = Label("//third_party/remote:BUILD.bytes-1.2.0.bazel"), + sha256 = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db", + strip_prefix = "bytes-1.2.1", + build_file = Label("//third_party/remote:BUILD.bytes-1.2.1.bazel"), ) maybe( @@ -263,42 +253,42 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__chrono__0_4_19", - url = "https://crates.io/api/v1/crates/chrono/0.4.19/download", + name = "raze__chrono__0_4_22", + url = "https://crates.io/api/v1/crates/chrono/0.4.22/download", type = "tar.gz", - sha256 = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73", - strip_prefix = "chrono-0.4.19", - build_file = Label("//third_party/remote:BUILD.chrono-0.4.19.bazel"), + sha256 = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1", + strip_prefix = "chrono-0.4.22", + build_file = Label("//third_party/remote:BUILD.chrono-0.4.22.bazel"), ) maybe( http_archive, - name = "raze__clap__3_2_14", - url = "https://crates.io/api/v1/crates/clap/3.2.14/download", + name = "raze__clap__4_0_9", + url = "https://crates.io/api/v1/crates/clap/4.0.9/download", type = "tar.gz", - sha256 = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b", - strip_prefix = "clap-3.2.14", - build_file = Label("//third_party/remote:BUILD.clap-3.2.14.bazel"), + sha256 = "30607dd93c420c6f1f80b544be522a0238a7db35e6a12968d28910983fee0df0", + strip_prefix = "clap-4.0.9", + build_file = Label("//third_party/remote:BUILD.clap-4.0.9.bazel"), ) maybe( http_archive, - name = "raze__clap_derive__3_2_7", - url = "https://crates.io/api/v1/crates/clap_derive/3.2.7/download", + name = "raze__clap_derive__4_0_9", + url = "https://crates.io/api/v1/crates/clap_derive/4.0.9/download", type = "tar.gz", - sha256 = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902", - strip_prefix = "clap_derive-3.2.7", - build_file = Label("//third_party/remote:BUILD.clap_derive-3.2.7.bazel"), + sha256 = "a4a307492e1a34939f79d3b6b9650bd2b971513cd775436bf2b78defeb5af00b", + strip_prefix = "clap_derive-4.0.9", + build_file = Label("//third_party/remote:BUILD.clap_derive-4.0.9.bazel"), ) maybe( http_archive, - name = "raze__clap_lex__0_2_4", - url = "https://crates.io/api/v1/crates/clap_lex/0.2.4/download", + name = "raze__clap_lex__0_3_0", + url = "https://crates.io/api/v1/crates/clap_lex/0.3.0/download", type = "tar.gz", - sha256 = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5", - strip_prefix = "clap_lex-0.2.4", - build_file = Label("//third_party/remote:BUILD.clap_lex-0.2.4.bazel"), + sha256 = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8", + strip_prefix = "clap_lex-0.3.0", + build_file = Label("//third_party/remote:BUILD.clap_lex-0.3.0.bazel"), ) maybe( @@ -343,12 +333,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__cpufeatures__0_2_2", - url = "https://crates.io/api/v1/crates/cpufeatures/0.2.2/download", + name = "raze__cpufeatures__0_2_5", + url = "https://crates.io/api/v1/crates/cpufeatures/0.2.5/download", type = "tar.gz", - sha256 = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b", - strip_prefix = "cpufeatures-0.2.2", - build_file = Label("//third_party/remote:BUILD.cpufeatures-0.2.2.bazel"), + sha256 = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320", + strip_prefix = "cpufeatures-0.2.5", + build_file = Label("//third_party/remote:BUILD.cpufeatures-0.2.5.bazel"), ) maybe( @@ -361,6 +351,16 @@ def raze_fetch_remote_crates(): build_file = Label("//third_party/remote:BUILD.crc32fast-1.3.2.bazel"), ) + maybe( + http_archive, + name = "raze__crypto_common__0_1_6", + url = "https://crates.io/api/v1/crates/crypto-common/0.1.6/download", + type = "tar.gz", + sha256 = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3", + strip_prefix = "crypto-common-0.1.6", + build_file = Label("//third_party/remote:BUILD.crypto-common-0.1.6.bazel"), + ) + maybe( http_archive, name = "raze__crypto_mac__0_10_1", @@ -373,12 +373,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__ctor__0_1_22", - url = "https://crates.io/api/v1/crates/ctor/0.1.22/download", + name = "raze__ctor__0_1_23", + url = "https://crates.io/api/v1/crates/ctor/0.1.23/download", type = "tar.gz", - sha256 = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c", - strip_prefix = "ctor-0.1.22", - build_file = Label("//third_party/remote:BUILD.ctor-0.1.22.bazel"), + sha256 = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb", + strip_prefix = "ctor-0.1.23", + build_file = Label("//third_party/remote:BUILD.ctor-0.1.23.bazel"), ) maybe( @@ -393,12 +393,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__digest__0_8_1", - url = "https://crates.io/api/v1/crates/digest/0.8.1/download", + name = "raze__digest__0_10_5", + url = "https://crates.io/api/v1/crates/digest/0.10.5/download", type = "tar.gz", - sha256 = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5", - strip_prefix = "digest-0.8.1", - build_file = Label("//third_party/remote:BUILD.digest-0.8.1.bazel"), + sha256 = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c", + strip_prefix = "digest-0.10.5", + build_file = Label("//third_party/remote:BUILD.digest-0.10.5.bazel"), ) maybe( @@ -411,6 +411,16 @@ def raze_fetch_remote_crates(): build_file = Label("//third_party/remote:BUILD.digest-0.9.0.bazel"), ) + maybe( + http_archive, + name = "raze__dirs__4_0_0", + url = "https://crates.io/api/v1/crates/dirs/4.0.0/download", + type = "tar.gz", + sha256 = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059", + strip_prefix = "dirs-4.0.0", + build_file = Label("//third_party/remote:BUILD.dirs-4.0.0.bazel"), + ) + maybe( http_archive, name = "raze__dirs_next__2_0_0", @@ -421,6 +431,16 @@ def raze_fetch_remote_crates(): build_file = Label("//third_party/remote:BUILD.dirs-next-2.0.0.bazel"), ) + maybe( + http_archive, + name = "raze__dirs_sys__0_3_7", + url = "https://crates.io/api/v1/crates/dirs-sys/0.3.7/download", + type = "tar.gz", + sha256 = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6", + strip_prefix = "dirs-sys-0.3.7", + build_file = Label("//third_party/remote:BUILD.dirs-sys-0.3.7.bazel"), + ) + maybe( http_archive, name = "raze__dirs_sys_next__0_1_2", @@ -443,32 +463,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__either__1_7_0", - url = "https://crates.io/api/v1/crates/either/1.7.0/download", + name = "raze__either__1_8_0", + url = "https://crates.io/api/v1/crates/either/1.8.0/download", type = "tar.gz", - sha256 = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be", - strip_prefix = "either-1.7.0", - build_file = Label("//third_party/remote:BUILD.either-1.7.0.bazel"), + sha256 = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797", + strip_prefix = "either-1.8.0", + build_file = Label("//third_party/remote:BUILD.either-1.8.0.bazel"), ) maybe( http_archive, - name = "raze__env_logger__0_9_0", - url = "https://crates.io/api/v1/crates/env_logger/0.9.0/download", + name = "raze__env_logger__0_9_1", + url = "https://crates.io/api/v1/crates/env_logger/0.9.1/download", type = "tar.gz", - sha256 = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3", - strip_prefix = "env_logger-0.9.0", - build_file = Label("//third_party/remote:BUILD.env_logger-0.9.0.bazel"), - ) - - maybe( - http_archive, - name = "raze__fake_simd__0_1_2", - url = "https://crates.io/api/v1/crates/fake-simd/0.1.2/download", - type = "tar.gz", - sha256 = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed", - strip_prefix = "fake-simd-0.1.2", - build_file = Label("//third_party/remote:BUILD.fake-simd-0.1.2.bazel"), + sha256 = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272", + strip_prefix = "env_logger-0.9.1", + build_file = Label("//third_party/remote:BUILD.env_logger-0.9.1.bazel"), ) maybe( @@ -483,12 +493,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__fastrand__1_7_0", - url = "https://crates.io/api/v1/crates/fastrand/1.7.0/download", + name = "raze__fastrand__1_8_0", + url = "https://crates.io/api/v1/crates/fastrand/1.8.0/download", type = "tar.gz", - sha256 = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf", - strip_prefix = "fastrand-1.7.0", - build_file = Label("//third_party/remote:BUILD.fastrand-1.7.0.bazel"), + sha256 = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499", + strip_prefix = "fastrand-1.8.0", + build_file = Label("//third_party/remote:BUILD.fastrand-1.8.0.bazel"), ) maybe( @@ -563,112 +573,102 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__futures__0_3_21", - url = "https://crates.io/api/v1/crates/futures/0.3.21/download", + name = "raze__futures__0_3_24", + url = "https://crates.io/api/v1/crates/futures/0.3.24/download", type = "tar.gz", - sha256 = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e", - strip_prefix = "futures-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-0.3.21.bazel"), + sha256 = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c", + strip_prefix = "futures-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__futures_channel__0_3_21", - url = "https://crates.io/api/v1/crates/futures-channel/0.3.21/download", + name = "raze__futures_channel__0_3_24", + url = "https://crates.io/api/v1/crates/futures-channel/0.3.24/download", type = "tar.gz", - sha256 = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010", - strip_prefix = "futures-channel-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-channel-0.3.21.bazel"), + sha256 = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050", + strip_prefix = "futures-channel-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-channel-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__futures_core__0_3_21", - url = "https://crates.io/api/v1/crates/futures-core/0.3.21/download", + name = "raze__futures_core__0_3_24", + url = "https://crates.io/api/v1/crates/futures-core/0.3.24/download", type = "tar.gz", - sha256 = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3", - strip_prefix = "futures-core-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-core-0.3.21.bazel"), + sha256 = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf", + strip_prefix = "futures-core-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-core-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__futures_executor__0_3_21", - url = "https://crates.io/api/v1/crates/futures-executor/0.3.21/download", + name = "raze__futures_executor__0_3_24", + url = "https://crates.io/api/v1/crates/futures-executor/0.3.24/download", type = "tar.gz", - sha256 = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6", - strip_prefix = "futures-executor-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-executor-0.3.21.bazel"), + sha256 = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab", + strip_prefix = "futures-executor-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-executor-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__futures_io__0_3_21", - url = "https://crates.io/api/v1/crates/futures-io/0.3.21/download", + name = "raze__futures_io__0_3_24", + url = "https://crates.io/api/v1/crates/futures-io/0.3.24/download", type = "tar.gz", - sha256 = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b", - strip_prefix = "futures-io-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-io-0.3.21.bazel"), + sha256 = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68", + strip_prefix = "futures-io-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-io-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__futures_macro__0_3_21", - url = "https://crates.io/api/v1/crates/futures-macro/0.3.21/download", + name = "raze__futures_macro__0_3_24", + url = "https://crates.io/api/v1/crates/futures-macro/0.3.24/download", type = "tar.gz", - sha256 = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512", - strip_prefix = "futures-macro-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-macro-0.3.21.bazel"), + sha256 = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17", + strip_prefix = "futures-macro-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-macro-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__futures_sink__0_3_21", - url = "https://crates.io/api/v1/crates/futures-sink/0.3.21/download", + name = "raze__futures_sink__0_3_24", + url = "https://crates.io/api/v1/crates/futures-sink/0.3.24/download", type = "tar.gz", - sha256 = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868", - strip_prefix = "futures-sink-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-sink-0.3.21.bazel"), + sha256 = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56", + strip_prefix = "futures-sink-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-sink-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__futures_task__0_3_21", - url = "https://crates.io/api/v1/crates/futures-task/0.3.21/download", + name = "raze__futures_task__0_3_24", + url = "https://crates.io/api/v1/crates/futures-task/0.3.24/download", type = "tar.gz", - sha256 = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a", - strip_prefix = "futures-task-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-task-0.3.21.bazel"), + sha256 = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1", + strip_prefix = "futures-task-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-task-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__futures_util__0_3_21", - url = "https://crates.io/api/v1/crates/futures-util/0.3.21/download", + name = "raze__futures_util__0_3_24", + url = "https://crates.io/api/v1/crates/futures-util/0.3.24/download", type = "tar.gz", - sha256 = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a", - strip_prefix = "futures-util-0.3.21", - build_file = Label("//third_party/remote:BUILD.futures-util-0.3.21.bazel"), + sha256 = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90", + strip_prefix = "futures-util-0.3.24", + build_file = Label("//third_party/remote:BUILD.futures-util-0.3.24.bazel"), ) maybe( http_archive, - name = "raze__generic_array__0_12_4", - url = "https://crates.io/api/v1/crates/generic-array/0.12.4/download", + name = "raze__generic_array__0_14_6", + url = "https://crates.io/api/v1/crates/generic-array/0.14.6/download", type = "tar.gz", - sha256 = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd", - strip_prefix = "generic-array-0.12.4", - build_file = Label("//third_party/remote:BUILD.generic-array-0.12.4.bazel"), - ) - - maybe( - http_archive, - name = "raze__generic_array__0_14_5", - url = "https://crates.io/api/v1/crates/generic-array/0.14.5/download", - type = "tar.gz", - sha256 = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803", - strip_prefix = "generic-array-0.14.5", - build_file = Label("//third_party/remote:BUILD.generic-array-0.14.5.bazel"), + sha256 = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9", + strip_prefix = "generic-array-0.14.6", + build_file = Label("//third_party/remote:BUILD.generic-array-0.14.6.bazel"), ) maybe( @@ -683,12 +683,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__h2__0_3_13", - url = "https://crates.io/api/v1/crates/h2/0.3.13/download", + name = "raze__h2__0_3_14", + url = "https://crates.io/api/v1/crates/h2/0.3.14/download", type = "tar.gz", - sha256 = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57", - strip_prefix = "h2-0.3.13", - build_file = Label("//third_party/remote:BUILD.h2-0.3.13.bazel"), + sha256 = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be", + strip_prefix = "h2-0.3.14", + build_file = Label("//third_party/remote:BUILD.h2-0.3.14.bazel"), ) maybe( @@ -773,12 +773,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__httparse__1_7_1", - url = "https://crates.io/api/v1/crates/httparse/1.7.1/download", + name = "raze__httparse__1_8_0", + url = "https://crates.io/api/v1/crates/httparse/1.8.0/download", type = "tar.gz", - sha256 = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c", - strip_prefix = "httparse-1.7.1", - build_file = Label("//third_party/remote:BUILD.httparse-1.7.1.bazel"), + sha256 = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904", + strip_prefix = "httparse-1.8.0", + build_file = Label("//third_party/remote:BUILD.httparse-1.8.0.bazel"), ) maybe( @@ -831,6 +831,16 @@ def raze_fetch_remote_crates(): build_file = Label("//third_party/remote:BUILD.hyper-tls-0.5.0.bazel"), ) + maybe( + http_archive, + name = "raze__iana_time_zone__0_1_50", + url = "https://crates.io/api/v1/crates/iana-time-zone/0.1.50/download", + type = "tar.gz", + sha256 = "fd911b35d940d2bd0bea0f9100068e5b97b51a1cbe13d13382f132e0365257a0", + strip_prefix = "iana-time-zone-0.1.50", + build_file = Label("//third_party/remote:BUILD.iana-time-zone-0.1.50.bazel"), + ) + maybe( http_archive, name = "raze__indexmap__1_9_1", @@ -853,22 +863,32 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__itertools__0_10_3", - url = "https://crates.io/api/v1/crates/itertools/0.10.3/download", + name = "raze__itertools__0_10_5", + url = "https://crates.io/api/v1/crates/itertools/0.10.5/download", type = "tar.gz", - sha256 = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3", - strip_prefix = "itertools-0.10.3", - build_file = Label("//third_party/remote:BUILD.itertools-0.10.3.bazel"), + sha256 = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473", + strip_prefix = "itertools-0.10.5", + build_file = Label("//third_party/remote:BUILD.itertools-0.10.5.bazel"), ) maybe( http_archive, - name = "raze__itoa__1_0_2", - url = "https://crates.io/api/v1/crates/itoa/1.0.2/download", + name = "raze__itoa__1_0_3", + url = "https://crates.io/api/v1/crates/itoa/1.0.3/download", type = "tar.gz", - sha256 = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d", - strip_prefix = "itoa-1.0.2", - build_file = Label("//third_party/remote:BUILD.itoa-1.0.2.bazel"), + sha256 = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754", + strip_prefix = "itoa-1.0.3", + build_file = Label("//third_party/remote:BUILD.itoa-1.0.3.bazel"), + ) + + maybe( + http_archive, + name = "raze__js_sys__0_3_60", + url = "https://crates.io/api/v1/crates/js-sys/0.3.60/download", + type = "tar.gz", + sha256 = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47", + strip_prefix = "js-sys-0.3.60", + build_file = Label("//third_party/remote:BUILD.js-sys-0.3.60.bazel"), ) maybe( @@ -883,12 +903,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__lazy_init__0_5_0", - url = "https://crates.io/api/v1/crates/lazy-init/0.5.0/download", + name = "raze__lazy_init__0_5_1", + url = "https://crates.io/api/v1/crates/lazy-init/0.5.1/download", type = "tar.gz", - sha256 = "23517540be87a91d06324e6bf6286ba8214171123ee8862ae9a5e7d938d71815", - strip_prefix = "lazy-init-0.5.0", - build_file = Label("//third_party/remote:BUILD.lazy-init-0.5.0.bazel"), + sha256 = "9f40963626ac12dcaf92afc15e4c3db624858c92fd9f8ba2125eaada3ac2706f", + strip_prefix = "lazy-init-0.5.1", + build_file = Label("//third_party/remote:BUILD.lazy-init-0.5.1.bazel"), ) maybe( @@ -903,22 +923,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__libc__0_2_126", - url = "https://crates.io/api/v1/crates/libc/0.2.126/download", + name = "raze__libc__0_2_134", + url = "https://crates.io/api/v1/crates/libc/0.2.134/download", type = "tar.gz", - sha256 = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836", - strip_prefix = "libc-0.2.126", - build_file = Label("//third_party/remote:BUILD.libc-0.2.126.bazel"), + sha256 = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb", + strip_prefix = "libc-0.2.134", + build_file = Label("//third_party/remote:BUILD.libc-0.2.134.bazel"), ) maybe( http_archive, - name = "raze__lock_api__0_4_7", - url = "https://crates.io/api/v1/crates/lock_api/0.4.7/download", + name = "raze__lock_api__0_4_9", + url = "https://crates.io/api/v1/crates/lock_api/0.4.9/download", type = "tar.gz", - sha256 = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53", - strip_prefix = "lock_api-0.4.7", - build_file = Label("//third_party/remote:BUILD.lock_api-0.4.7.bazel"), + sha256 = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df", + strip_prefix = "lock_api-0.4.9", + build_file = Label("//third_party/remote:BUILD.lock_api-0.4.9.bazel"), ) maybe( @@ -943,12 +963,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__lz4_flex__0_9_2", - url = "https://crates.io/api/v1/crates/lz4_flex/0.9.2/download", + name = "raze__lz4_flex__0_9_5", + url = "https://crates.io/api/v1/crates/lz4_flex/0.9.5/download", type = "tar.gz", - sha256 = "42c51df9d8d4842336c835df1d85ed447c4813baa237d033d95128bf5552ad8a", - strip_prefix = "lz4_flex-0.9.2", - build_file = Label("//third_party/remote:BUILD.lz4_flex-0.9.2.bazel"), + sha256 = "1a8cbbb2831780bc3b9c15a41f5b49222ef756b6730a95f3decfdd15903eb5a3", + strip_prefix = "lz4_flex-0.9.5", + build_file = Label("//third_party/remote:BUILD.lz4_flex-0.9.5.bazel"), ) maybe( @@ -1013,12 +1033,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__miniz_oxide__0_5_3", - url = "https://crates.io/api/v1/crates/miniz_oxide/0.5.3/download", + name = "raze__miniz_oxide__0_5_4", + url = "https://crates.io/api/v1/crates/miniz_oxide/0.5.4/download", type = "tar.gz", - sha256 = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc", - strip_prefix = "miniz_oxide-0.5.3", - build_file = Label("//third_party/remote:BUILD.miniz_oxide-0.5.3.bazel"), + sha256 = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34", + strip_prefix = "miniz_oxide-0.5.4", + build_file = Label("//third_party/remote:BUILD.miniz_oxide-0.5.4.bazel"), ) maybe( @@ -1103,22 +1123,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__once_cell__1_13_0", - url = "https://crates.io/api/v1/crates/once_cell/1.13.0/download", + name = "raze__once_cell__1_15_0", + url = "https://crates.io/api/v1/crates/once_cell/1.15.0/download", type = "tar.gz", - sha256 = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1", - strip_prefix = "once_cell-1.13.0", - build_file = Label("//third_party/remote:BUILD.once_cell-1.13.0.bazel"), - ) - - maybe( - http_archive, - name = "raze__opaque_debug__0_2_3", - url = "https://crates.io/api/v1/crates/opaque-debug/0.2.3/download", - type = "tar.gz", - sha256 = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c", - strip_prefix = "opaque-debug-0.2.3", - build_file = Label("//third_party/remote:BUILD.opaque-debug-0.2.3.bazel"), + sha256 = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1", + strip_prefix = "once_cell-1.15.0", + build_file = Label("//third_party/remote:BUILD.once_cell-1.15.0.bazel"), ) maybe( @@ -1133,12 +1143,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__openssl__0_10_41", - url = "https://crates.io/api/v1/crates/openssl/0.10.41/download", + name = "raze__openssl__0_10_42", + url = "https://crates.io/api/v1/crates/openssl/0.10.42/download", type = "tar.gz", - sha256 = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0", - strip_prefix = "openssl-0.10.41", - build_file = Label("//third_party/remote:BUILD.openssl-0.10.41.bazel"), + sha256 = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13", + strip_prefix = "openssl-0.10.42", + build_file = Label("//third_party/remote:BUILD.openssl-0.10.42.bazel"), ) maybe( @@ -1163,22 +1173,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__openssl_sys__0_9_75", - url = "https://crates.io/api/v1/crates/openssl-sys/0.9.75/download", + name = "raze__openssl_sys__0_9_76", + url = "https://crates.io/api/v1/crates/openssl-sys/0.9.76/download", type = "tar.gz", - sha256 = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f", - strip_prefix = "openssl-sys-0.9.75", - build_file = Label("//third_party/remote:BUILD.openssl-sys-0.9.75.bazel"), + sha256 = "5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce", + strip_prefix = "openssl-sys-0.9.76", + build_file = Label("//third_party/remote:BUILD.openssl-sys-0.9.76.bazel"), ) maybe( http_archive, - name = "raze__os_str_bytes__6_2_0", - url = "https://crates.io/api/v1/crates/os_str_bytes/6.2.0/download", + name = "raze__os_str_bytes__6_3_0", + url = "https://crates.io/api/v1/crates/os_str_bytes/6.3.0/download", type = "tar.gz", - sha256 = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4", - strip_prefix = "os_str_bytes-6.2.0", - build_file = Label("//third_party/remote:BUILD.os_str_bytes-6.2.0.bazel"), + sha256 = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff", + strip_prefix = "os_str_bytes-6.3.0", + build_file = Label("//third_party/remote:BUILD.os_str_bytes-6.3.0.bazel"), ) maybe( @@ -1213,52 +1223,52 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__percent_encoding__2_1_0", - url = "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download", + name = "raze__percent_encoding__2_2_0", + url = "https://crates.io/api/v1/crates/percent-encoding/2.2.0/download", type = "tar.gz", - sha256 = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e", - strip_prefix = "percent-encoding-2.1.0", - build_file = Label("//third_party/remote:BUILD.percent-encoding-2.1.0.bazel"), + sha256 = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e", + strip_prefix = "percent-encoding-2.2.0", + build_file = Label("//third_party/remote:BUILD.percent-encoding-2.2.0.bazel"), ) maybe( http_archive, - name = "raze__pest__2_1_3", - url = "https://crates.io/api/v1/crates/pest/2.1.3/download", + name = "raze__pest__2_4_0", + url = "https://crates.io/api/v1/crates/pest/2.4.0/download", type = "tar.gz", - sha256 = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53", - strip_prefix = "pest-2.1.3", - build_file = Label("//third_party/remote:BUILD.pest-2.1.3.bazel"), + sha256 = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a", + strip_prefix = "pest-2.4.0", + build_file = Label("//third_party/remote:BUILD.pest-2.4.0.bazel"), ) maybe( http_archive, - name = "raze__pest_derive__2_1_0", - url = "https://crates.io/api/v1/crates/pest_derive/2.1.0/download", + name = "raze__pest_derive__2_4_0", + url = "https://crates.io/api/v1/crates/pest_derive/2.4.0/download", type = "tar.gz", - sha256 = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0", - strip_prefix = "pest_derive-2.1.0", - build_file = Label("//third_party/remote:BUILD.pest_derive-2.1.0.bazel"), + sha256 = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2", + strip_prefix = "pest_derive-2.4.0", + build_file = Label("//third_party/remote:BUILD.pest_derive-2.4.0.bazel"), ) maybe( http_archive, - name = "raze__pest_generator__2_1_3", - url = "https://crates.io/api/v1/crates/pest_generator/2.1.3/download", + name = "raze__pest_generator__2_4_0", + url = "https://crates.io/api/v1/crates/pest_generator/2.4.0/download", type = "tar.gz", - sha256 = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55", - strip_prefix = "pest_generator-2.1.3", - build_file = Label("//third_party/remote:BUILD.pest_generator-2.1.3.bazel"), + sha256 = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db", + strip_prefix = "pest_generator-2.4.0", + build_file = Label("//third_party/remote:BUILD.pest_generator-2.4.0.bazel"), ) maybe( http_archive, - name = "raze__pest_meta__2_1_3", - url = "https://crates.io/api/v1/crates/pest_meta/2.1.3/download", + name = "raze__pest_meta__2_4_0", + url = "https://crates.io/api/v1/crates/pest_meta/2.4.0/download", type = "tar.gz", - sha256 = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d", - strip_prefix = "pest_meta-2.1.3", - build_file = Label("//third_party/remote:BUILD.pest_meta-2.1.3.bazel"), + sha256 = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d", + strip_prefix = "pest_meta-2.4.0", + build_file = Label("//third_party/remote:BUILD.pest_meta-2.4.0.bazel"), ) maybe( @@ -1273,22 +1283,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__pin_project__1_0_11", - url = "https://crates.io/api/v1/crates/pin-project/1.0.11/download", + name = "raze__pin_project__1_0_12", + url = "https://crates.io/api/v1/crates/pin-project/1.0.12/download", type = "tar.gz", - sha256 = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260", - strip_prefix = "pin-project-1.0.11", - build_file = Label("//third_party/remote:BUILD.pin-project-1.0.11.bazel"), + sha256 = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc", + strip_prefix = "pin-project-1.0.12", + build_file = Label("//third_party/remote:BUILD.pin-project-1.0.12.bazel"), ) maybe( http_archive, - name = "raze__pin_project_internal__1_0_11", - url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.11/download", + name = "raze__pin_project_internal__1_0_12", + url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.12/download", type = "tar.gz", - sha256 = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74", - strip_prefix = "pin-project-internal-1.0.11", - build_file = Label("//third_party/remote:BUILD.pin-project-internal-1.0.11.bazel"), + sha256 = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55", + strip_prefix = "pin-project-internal-1.0.12", + build_file = Label("//third_party/remote:BUILD.pin-project-internal-1.0.12.bazel"), ) maybe( @@ -1343,12 +1353,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__prettyplease__0_1_16", - url = "https://crates.io/api/v1/crates/prettyplease/0.1.16/download", + name = "raze__prettyplease__0_1_19", + url = "https://crates.io/api/v1/crates/prettyplease/0.1.19/download", type = "tar.gz", - sha256 = "da6ffbe862780245013cb1c0a48c4e44b7d665548088f91f6b90876d0625e4c2", - strip_prefix = "prettyplease-0.1.16", - build_file = Label("//third_party/remote:BUILD.prettyplease-0.1.16.bazel"), + sha256 = "a49e86d2c26a24059894a3afa13fd17d063419b05dfb83f06d9c3566060c3f5a", + strip_prefix = "prettyplease-0.1.19", + build_file = Label("//third_party/remote:BUILD.prettyplease-0.1.19.bazel"), ) maybe( @@ -1383,12 +1393,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__proc_macro2__1_0_40", - url = "https://crates.io/api/v1/crates/proc-macro2/1.0.40/download", + name = "raze__proc_macro2__1_0_46", + url = "https://crates.io/api/v1/crates/proc-macro2/1.0.46/download", type = "tar.gz", - sha256 = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7", - strip_prefix = "proc-macro2-1.0.40", - build_file = Label("//third_party/remote:BUILD.proc-macro2-1.0.40.bazel"), + sha256 = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b", + strip_prefix = "proc-macro2-1.0.46", + build_file = Label("//third_party/remote:BUILD.proc-macro2-1.0.46.bazel"), ) maybe( @@ -1433,12 +1443,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__quote__1_0_20", - url = "https://crates.io/api/v1/crates/quote/1.0.20/download", + name = "raze__quote__1_0_21", + url = "https://crates.io/api/v1/crates/quote/1.0.21/download", type = "tar.gz", - sha256 = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804", - strip_prefix = "quote-1.0.20", - build_file = Label("//third_party/remote:BUILD.quote-1.0.20.bazel"), + sha256 = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179", + strip_prefix = "quote-1.0.21", + build_file = Label("//third_party/remote:BUILD.quote-1.0.21.bazel"), ) maybe( @@ -1463,22 +1473,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__rand_core__0_6_3", - url = "https://crates.io/api/v1/crates/rand_core/0.6.3/download", + name = "raze__rand_core__0_6_4", + url = "https://crates.io/api/v1/crates/rand_core/0.6.4/download", type = "tar.gz", - sha256 = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7", - strip_prefix = "rand_core-0.6.3", - build_file = Label("//third_party/remote:BUILD.rand_core-0.6.3.bazel"), + sha256 = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c", + strip_prefix = "rand_core-0.6.4", + build_file = Label("//third_party/remote:BUILD.rand_core-0.6.4.bazel"), ) maybe( http_archive, - name = "raze__redox_syscall__0_2_13", - url = "https://crates.io/api/v1/crates/redox_syscall/0.2.13/download", + name = "raze__redox_syscall__0_2_16", + url = "https://crates.io/api/v1/crates/redox_syscall/0.2.16/download", type = "tar.gz", - sha256 = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42", - strip_prefix = "redox_syscall-0.2.13", - build_file = Label("//third_party/remote:BUILD.redox_syscall-0.2.13.bazel"), + sha256 = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a", + strip_prefix = "redox_syscall-0.2.16", + build_file = Label("//third_party/remote:BUILD.redox_syscall-0.2.16.bazel"), ) maybe( @@ -1599,12 +1609,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__ryu__1_0_10", - url = "https://crates.io/api/v1/crates/ryu/1.0.10/download", + name = "raze__ryu__1_0_11", + url = "https://crates.io/api/v1/crates/ryu/1.0.11/download", type = "tar.gz", - sha256 = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695", - strip_prefix = "ryu-1.0.10", - build_file = Label("//third_party/remote:BUILD.ryu-1.0.10.bazel"), + sha256 = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09", + strip_prefix = "ryu-1.0.11", + build_file = Label("//third_party/remote:BUILD.ryu-1.0.11.bazel"), ) maybe( @@ -1629,12 +1639,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__security_framework__2_6_1", - url = "https://crates.io/api/v1/crates/security-framework/2.6.1/download", + name = "raze__security_framework__2_7_0", + url = "https://crates.io/api/v1/crates/security-framework/2.7.0/download", type = "tar.gz", - sha256 = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc", - strip_prefix = "security-framework-2.6.1", - build_file = Label("//third_party/remote:BUILD.security-framework-2.6.1.bazel"), + sha256 = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c", + strip_prefix = "security-framework-2.7.0", + build_file = Label("//third_party/remote:BUILD.security-framework-2.7.0.bazel"), ) maybe( @@ -1669,42 +1679,42 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__serde__1_0_140", - url = "https://crates.io/api/v1/crates/serde/1.0.140/download", + name = "raze__serde__1_0_145", + url = "https://crates.io/api/v1/crates/serde/1.0.145/download", type = "tar.gz", - sha256 = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03", - strip_prefix = "serde-1.0.140", - build_file = Label("//third_party/remote:BUILD.serde-1.0.140.bazel"), + sha256 = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b", + strip_prefix = "serde-1.0.145", + build_file = Label("//third_party/remote:BUILD.serde-1.0.145.bazel"), ) maybe( http_archive, - name = "raze__serde_derive__1_0_140", - url = "https://crates.io/api/v1/crates/serde_derive/1.0.140/download", + name = "raze__serde_derive__1_0_145", + url = "https://crates.io/api/v1/crates/serde_derive/1.0.145/download", type = "tar.gz", - sha256 = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da", - strip_prefix = "serde_derive-1.0.140", - build_file = Label("//third_party/remote:BUILD.serde_derive-1.0.140.bazel"), + sha256 = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c", + strip_prefix = "serde_derive-1.0.145", + build_file = Label("//third_party/remote:BUILD.serde_derive-1.0.145.bazel"), ) maybe( http_archive, - name = "raze__serde_json__1_0_82", - url = "https://crates.io/api/v1/crates/serde_json/1.0.82/download", + name = "raze__serde_json__1_0_85", + url = "https://crates.io/api/v1/crates/serde_json/1.0.85/download", type = "tar.gz", - sha256 = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7", - strip_prefix = "serde_json-1.0.82", - build_file = Label("//third_party/remote:BUILD.serde_json-1.0.82.bazel"), + sha256 = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44", + strip_prefix = "serde_json-1.0.85", + build_file = Label("//third_party/remote:BUILD.serde_json-1.0.85.bazel"), ) maybe( http_archive, - name = "raze__sha_1__0_8_2", - url = "https://crates.io/api/v1/crates/sha-1/0.8.2/download", + name = "raze__sha1__0_10_5", + url = "https://crates.io/api/v1/crates/sha1/0.10.5/download", type = "tar.gz", - sha256 = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df", - strip_prefix = "sha-1-0.8.2", - build_file = Label("//third_party/remote:BUILD.sha-1-0.8.2.bazel"), + sha256 = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3", + strip_prefix = "sha1-0.10.5", + build_file = Label("//third_party/remote:BUILD.sha1-0.10.5.bazel"), ) maybe( @@ -1739,12 +1749,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__shellexpand__2_1_0", - url = "https://crates.io/api/v1/crates/shellexpand/2.1.0/download", + name = "raze__shellexpand__2_1_2", + url = "https://crates.io/api/v1/crates/shellexpand/2.1.2/download", type = "tar.gz", - sha256 = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829", - strip_prefix = "shellexpand-2.1.0", - build_file = Label("//third_party/remote:BUILD.shellexpand-2.1.0.bazel"), + sha256 = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4", + strip_prefix = "shellexpand-2.1.2", + build_file = Label("//third_party/remote:BUILD.shellexpand-2.1.2.bazel"), ) maybe( @@ -1789,22 +1799,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__smallvec__1_9_0", - url = "https://crates.io/api/v1/crates/smallvec/1.9.0/download", + name = "raze__smallvec__1_10_0", + url = "https://crates.io/api/v1/crates/smallvec/1.10.0/download", type = "tar.gz", - sha256 = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1", - strip_prefix = "smallvec-1.9.0", - build_file = Label("//third_party/remote:BUILD.smallvec-1.9.0.bazel"), + sha256 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0", + strip_prefix = "smallvec-1.10.0", + build_file = Label("//third_party/remote:BUILD.smallvec-1.10.0.bazel"), ) maybe( http_archive, - name = "raze__socket2__0_4_4", - url = "https://crates.io/api/v1/crates/socket2/0.4.4/download", + name = "raze__socket2__0_4_7", + url = "https://crates.io/api/v1/crates/socket2/0.4.7/download", type = "tar.gz", - sha256 = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0", - strip_prefix = "socket2-0.4.4", - build_file = Label("//third_party/remote:BUILD.socket2-0.4.4.bazel"), + sha256 = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd", + strip_prefix = "socket2-0.4.7", + build_file = Label("//third_party/remote:BUILD.socket2-0.4.7.bazel"), ) maybe( @@ -1899,12 +1909,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__syn__1_0_98", - url = "https://crates.io/api/v1/crates/syn/1.0.98/download", + name = "raze__syn__1_0_101", + url = "https://crates.io/api/v1/crates/syn/1.0.101/download", type = "tar.gz", - sha256 = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd", - strip_prefix = "syn-1.0.98", - build_file = Label("//third_party/remote:BUILD.syn-1.0.98.bazel"), + sha256 = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2", + strip_prefix = "syn-1.0.101", + build_file = Label("//third_party/remote:BUILD.syn-1.0.101.bazel"), ) maybe( @@ -1939,32 +1949,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__textwrap__0_15_0", - url = "https://crates.io/api/v1/crates/textwrap/0.15.0/download", - type = "tar.gz", - sha256 = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb", - strip_prefix = "textwrap-0.15.0", - build_file = Label("//third_party/remote:BUILD.textwrap-0.15.0.bazel"), - ) - - maybe( - http_archive, - name = "raze__thiserror__1_0_31", - url = "https://crates.io/api/v1/crates/thiserror/1.0.31/download", + name = "raze__thiserror__1_0_37", + url = "https://crates.io/api/v1/crates/thiserror/1.0.37/download", type = "tar.gz", - sha256 = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a", - strip_prefix = "thiserror-1.0.31", - build_file = Label("//third_party/remote:BUILD.thiserror-1.0.31.bazel"), + sha256 = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e", + strip_prefix = "thiserror-1.0.37", + build_file = Label("//third_party/remote:BUILD.thiserror-1.0.37.bazel"), ) maybe( http_archive, - name = "raze__thiserror_impl__1_0_31", - url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.31/download", + name = "raze__thiserror_impl__1_0_37", + url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.37/download", type = "tar.gz", - sha256 = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a", - strip_prefix = "thiserror-impl-1.0.31", - build_file = Label("//third_party/remote:BUILD.thiserror-impl-1.0.31.bazel"), + sha256 = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb", + strip_prefix = "thiserror-impl-1.0.37", + build_file = Label("//third_party/remote:BUILD.thiserror-impl-1.0.37.bazel"), ) maybe( @@ -2009,12 +2009,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tokio__1_20_0", - url = "https://crates.io/api/v1/crates/tokio/1.20.0/download", + name = "raze__tokio__1_21_2", + url = "https://crates.io/api/v1/crates/tokio/1.21.2/download", type = "tar.gz", - sha256 = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e", - strip_prefix = "tokio-1.20.0", - build_file = Label("//third_party/remote:BUILD.tokio-1.20.0.bazel"), + sha256 = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099", + strip_prefix = "tokio-1.21.2", + build_file = Label("//third_party/remote:BUILD.tokio-1.21.2.bazel"), ) maybe( @@ -2049,12 +2049,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tokio_stream__0_1_9", - url = "https://crates.io/api/v1/crates/tokio-stream/0.1.9/download", + name = "raze__tokio_stream__0_1_10", + url = "https://crates.io/api/v1/crates/tokio-stream/0.1.10/download", type = "tar.gz", - sha256 = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9", - strip_prefix = "tokio-stream-0.1.9", - build_file = Label("//third_party/remote:BUILD.tokio-stream-0.1.9.bazel"), + sha256 = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af", + strip_prefix = "tokio-stream-0.1.10", + build_file = Label("//third_party/remote:BUILD.tokio-stream-0.1.10.bazel"), ) maybe( @@ -2069,12 +2069,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tokio_util__0_7_3", - url = "https://crates.io/api/v1/crates/tokio-util/0.7.3/download", + name = "raze__tokio_util__0_7_4", + url = "https://crates.io/api/v1/crates/tokio-util/0.7.4/download", type = "tar.gz", - sha256 = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45", - strip_prefix = "tokio-util-0.7.3", - build_file = Label("//third_party/remote:BUILD.tokio-util-0.7.3.bazel"), + sha256 = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740", + strip_prefix = "tokio-util-0.7.4", + build_file = Label("//third_party/remote:BUILD.tokio-util-0.7.4.bazel"), ) maybe( @@ -2139,12 +2139,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tracing__0_1_35", - url = "https://crates.io/api/v1/crates/tracing/0.1.35/download", + name = "raze__tracing__0_1_36", + url = "https://crates.io/api/v1/crates/tracing/0.1.36/download", type = "tar.gz", - sha256 = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160", - strip_prefix = "tracing-0.1.35", - build_file = Label("//third_party/remote:BUILD.tracing-0.1.35.bazel"), + sha256 = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307", + strip_prefix = "tracing-0.1.36", + build_file = Label("//third_party/remote:BUILD.tracing-0.1.36.bazel"), ) maybe( @@ -2159,12 +2159,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tracing_core__0_1_28", - url = "https://crates.io/api/v1/crates/tracing-core/0.1.28/download", + name = "raze__tracing_core__0_1_29", + url = "https://crates.io/api/v1/crates/tracing-core/0.1.29/download", type = "tar.gz", - sha256 = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7", - strip_prefix = "tracing-core-0.1.28", - build_file = Label("//third_party/remote:BUILD.tracing-core-0.1.28.bazel"), + sha256 = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7", + strip_prefix = "tracing-core-0.1.29", + build_file = Label("//third_party/remote:BUILD.tracing-core-0.1.29.bazel"), ) maybe( @@ -2209,22 +2209,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__ucd_trie__0_1_4", - url = "https://crates.io/api/v1/crates/ucd-trie/0.1.4/download", + name = "raze__ucd_trie__0_1_5", + url = "https://crates.io/api/v1/crates/ucd-trie/0.1.5/download", type = "tar.gz", - sha256 = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c", - strip_prefix = "ucd-trie-0.1.4", - build_file = Label("//third_party/remote:BUILD.ucd-trie-0.1.4.bazel"), + sha256 = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81", + strip_prefix = "ucd-trie-0.1.5", + build_file = Label("//third_party/remote:BUILD.ucd-trie-0.1.5.bazel"), ) maybe( http_archive, - name = "raze__unicode_ident__1_0_2", - url = "https://crates.io/api/v1/crates/unicode-ident/1.0.2/download", + name = "raze__unicode_ident__1_0_4", + url = "https://crates.io/api/v1/crates/unicode-ident/1.0.4/download", type = "tar.gz", - sha256 = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7", - strip_prefix = "unicode-ident-1.0.2", - build_file = Label("//third_party/remote:BUILD.unicode-ident-1.0.2.bazel"), + sha256 = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd", + strip_prefix = "unicode-ident-1.0.4", + build_file = Label("//third_party/remote:BUILD.unicode-ident-1.0.4.bazel"), ) maybe( @@ -2289,62 +2289,62 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__wasm_bindgen__0_2_81", - url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.81/download", + name = "raze__wasm_bindgen__0_2_83", + url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.83/download", type = "tar.gz", - sha256 = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994", - strip_prefix = "wasm-bindgen-0.2.81", - build_file = Label("//third_party/remote:BUILD.wasm-bindgen-0.2.81.bazel"), + sha256 = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268", + strip_prefix = "wasm-bindgen-0.2.83", + build_file = Label("//third_party/remote:BUILD.wasm-bindgen-0.2.83.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_backend__0_2_81", - url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.81/download", + name = "raze__wasm_bindgen_backend__0_2_83", + url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.83/download", type = "tar.gz", - sha256 = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a", - strip_prefix = "wasm-bindgen-backend-0.2.81", - build_file = Label("//third_party/remote:BUILD.wasm-bindgen-backend-0.2.81.bazel"), + sha256 = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142", + strip_prefix = "wasm-bindgen-backend-0.2.83", + build_file = Label("//third_party/remote:BUILD.wasm-bindgen-backend-0.2.83.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_macro__0_2_81", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.81/download", + name = "raze__wasm_bindgen_macro__0_2_83", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.83/download", type = "tar.gz", - sha256 = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa", - strip_prefix = "wasm-bindgen-macro-0.2.81", - build_file = Label("//third_party/remote:BUILD.wasm-bindgen-macro-0.2.81.bazel"), + sha256 = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810", + strip_prefix = "wasm-bindgen-macro-0.2.83", + build_file = Label("//third_party/remote:BUILD.wasm-bindgen-macro-0.2.83.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_macro_support__0_2_81", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.81/download", + name = "raze__wasm_bindgen_macro_support__0_2_83", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.83/download", type = "tar.gz", - sha256 = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048", - strip_prefix = "wasm-bindgen-macro-support-0.2.81", - build_file = Label("//third_party/remote:BUILD.wasm-bindgen-macro-support-0.2.81.bazel"), + sha256 = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c", + strip_prefix = "wasm-bindgen-macro-support-0.2.83", + build_file = Label("//third_party/remote:BUILD.wasm-bindgen-macro-support-0.2.83.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_shared__0_2_81", - url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.81/download", + name = "raze__wasm_bindgen_shared__0_2_83", + url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.83/download", type = "tar.gz", - sha256 = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be", - strip_prefix = "wasm-bindgen-shared-0.2.81", - build_file = Label("//third_party/remote:BUILD.wasm-bindgen-shared-0.2.81.bazel"), + sha256 = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f", + strip_prefix = "wasm-bindgen-shared-0.2.83", + build_file = Label("//third_party/remote:BUILD.wasm-bindgen-shared-0.2.83.bazel"), ) maybe( http_archive, - name = "raze__which__4_2_5", - url = "https://crates.io/api/v1/crates/which/4.2.5/download", + name = "raze__which__4_3_0", + url = "https://crates.io/api/v1/crates/which/4.3.0/download", type = "tar.gz", - sha256 = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae", - strip_prefix = "which-4.2.5", - build_file = Label("//third_party/remote:BUILD.which-4.2.5.bazel"), + sha256 = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b", + strip_prefix = "which-4.3.0", + build_file = Label("//third_party/remote:BUILD.which-4.3.0.bazel"), ) maybe( diff --git a/third_party/remote/BUILD.ahash-0.7.6.bazel b/third_party/remote/BUILD.ahash-0.7.6.bazel index a17bfdb64..0744319d7 100644 --- a/third_party/remote/BUILD.ahash-0.7.6.bazel +++ b/third_party/remote/BUILD.ahash-0.7.6.bazel @@ -129,7 +129,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__once_cell__1_13_0//:once_cell", + "@raze__once_cell__1_15_0//:once_cell", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.aho-corasick-0.7.18.bazel b/third_party/remote/BUILD.aho-corasick-0.7.19.bazel similarity index 97% rename from third_party/remote/BUILD.aho-corasick-0.7.18.bazel rename to third_party/remote/BUILD.aho-corasick-0.7.19.bazel index ed83fb462..5d32894fd 100644 --- a/third_party/remote/BUILD.aho-corasick-0.7.18.bazel +++ b/third_party/remote/BUILD.aho-corasick-0.7.19.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.18", + version = "0.7.19", # buildifier: leave-alone deps = [ "@raze__memchr__2_5_0//:memchr", diff --git a/third_party/remote/BUILD.block-padding-0.1.5.bazel b/third_party/remote/BUILD.android_system_properties-0.1.5.bazel similarity index 85% rename from third_party/remote/BUILD.block-padding-0.1.5.bazel rename to third_party/remote/BUILD.android_system_properties-0.1.5.bazel index ec01f6724..1de89e4b3 100644 --- a/third_party/remote/BUILD.block-padding-0.1.5.bazel +++ b/third_party/remote/BUILD.android_system_properties-0.1.5.bazel @@ -31,14 +31,16 @@ licenses([ # Generated Targets +# Unsupported target "time_zone" with type "example" omitted + rust_library( - name = "block_padding", + name = "android_system_properties", srcs = glob(["**/*.rs"]), crate_features = [ ], crate_root = "src/lib.rs", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -49,6 +51,6 @@ rust_library( version = "0.1.5", # buildifier: leave-alone deps = [ - "@raze__byte_tools__0_3_1//:byte_tools", + "@raze__libc__0_2_134//:libc", ], ) diff --git a/third_party/remote/BUILD.anyhow-1.0.58.bazel b/third_party/remote/BUILD.anyhow-1.0.65.bazel similarity index 98% rename from third_party/remote/BUILD.anyhow-1.0.58.bazel rename to third_party/remote/BUILD.anyhow-1.0.65.bazel index ff3ab297f..163b2d914 100644 --- a/third_party/remote/BUILD.anyhow-1.0.58.bazel +++ b/third_party/remote/BUILD.anyhow-1.0.65.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.58", + version = "1.0.65", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.58", + version = "1.0.65", # buildifier: leave-alone deps = [ ":anyhow_build_script", diff --git a/third_party/remote/BUILD.async-stream-0.3.3.bazel b/third_party/remote/BUILD.async-stream-0.3.3.bazel index daddac291..22cf2fe61 100644 --- a/third_party/remote/BUILD.async-stream-0.3.3.bazel +++ b/third_party/remote/BUILD.async-stream-0.3.3.bazel @@ -54,7 +54,7 @@ rust_library( version = "0.3.3", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_21//:futures_core", + "@raze__futures_core__0_3_24//:futures_core", ], ) diff --git a/third_party/remote/BUILD.async-stream-impl-0.3.3.bazel b/third_party/remote/BUILD.async-stream-impl-0.3.3.bazel index 2e6bf30eb..24678c735 100644 --- a/third_party/remote/BUILD.async-stream-impl-0.3.3.bazel +++ b/third_party/remote/BUILD.async-stream-impl-0.3.3.bazel @@ -49,8 +49,8 @@ rust_proc_macro( version = "0.3.3", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.async-trait-0.1.56.bazel b/third_party/remote/BUILD.async-trait-0.1.57.bazel similarity index 90% rename from third_party/remote/BUILD.async-trait-0.1.56.bazel rename to third_party/remote/BUILD.async-trait-0.1.57.bazel index 1f5629e43..0a2d3fb96 100644 --- a/third_party/remote/BUILD.async-trait-0.1.56.bazel +++ b/third_party/remote/BUILD.async-trait-0.1.57.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.1.56", + version = "0.1.57", visibility = ["//visibility:private"], deps = [ ], @@ -75,13 +75,13 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "0.1.56", + version = "0.1.57", # buildifier: leave-alone deps = [ ":async_trait_build_script", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.atty-0.2.14.bazel b/third_party/remote/BUILD.atty-0.2.14.bazel index a435c3d09..f40efcb89 100644 --- a/third_party/remote/BUILD.atty-0.2.14.bazel +++ b/third_party/remote/BUILD.atty-0.2.14.bazel @@ -62,7 +62,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.axum-0.5.13.bazel b/third_party/remote/BUILD.axum-0.5.16.bazel similarity index 81% rename from third_party/remote/BUILD.axum-0.5.13.bazel rename to third_party/remote/BUILD.axum-0.5.16.bazel index deb836d07..d141deea4 100644 --- a/third_party/remote/BUILD.axum-0.5.13.bazel +++ b/third_party/remote/BUILD.axum-0.5.16.bazel @@ -44,7 +44,7 @@ rust_library( compile_data = glob(['**/*.md']), edition = "2021", proc_macro_deps = [ - "@raze__async_trait__0_1_56//:async_trait", + "@raze__async_trait__0_1_57//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -53,25 +53,25 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.13", + version = "0.5.16", # buildifier: leave-alone deps = [ - "@raze__axum_core__0_2_7//:axum_core", + "@raze__axum_core__0_2_8//:axum_core", "@raze__bitflags__1_3_2//:bitflags", - "@raze__bytes__1_2_0//:bytes", - "@raze__futures_util__0_3_21//:futures_util", + "@raze__bytes__1_2_1//:bytes", + "@raze__futures_util__0_3_24//:futures_util", "@raze__http__0_2_8//:http", "@raze__http_body__0_4_5//:http_body", "@raze__hyper__0_14_20//:hyper", - "@raze__itoa__1_0_2//:itoa", + "@raze__itoa__1_0_3//:itoa", "@raze__matchit__0_5_0//:matchit", "@raze__memchr__2_5_0//:memchr", "@raze__mime__0_3_16//:mime", - "@raze__percent_encoding__2_1_0//:percent_encoding", + "@raze__percent_encoding__2_2_0//:percent_encoding", "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__serde__1_0_140//:serde", + "@raze__serde__1_0_145//:serde", "@raze__sync_wrapper__0_1_1//:sync_wrapper", - "@raze__tokio__1_20_0//:tokio", + "@raze__tokio__1_21_2//:tokio", "@raze__tower__0_4_13//:tower", "@raze__tower_http__0_3_4//:tower_http", "@raze__tower_layer__0_3_1//:tower_layer", diff --git a/third_party/remote/BUILD.axum-core-0.2.7.bazel b/third_party/remote/BUILD.axum-core-0.2.8.bazel similarity index 80% rename from third_party/remote/BUILD.axum-core-0.2.7.bazel rename to third_party/remote/BUILD.axum-core-0.2.8.bazel index 8dcdfe87d..bc52bef4b 100644 --- a/third_party/remote/BUILD.axum-core-0.2.7.bazel +++ b/third_party/remote/BUILD.axum-core-0.2.8.bazel @@ -40,7 +40,7 @@ rust_library( data = [], edition = "2021", proc_macro_deps = [ - "@raze__async_trait__0_1_56//:async_trait", + "@raze__async_trait__0_1_57//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -49,13 +49,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.7", + version = "0.2.8", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", - "@raze__futures_util__0_3_21//:futures_util", + "@raze__bytes__1_2_1//:bytes", + "@raze__futures_util__0_3_24//:futures_util", "@raze__http__0_2_8//:http", "@raze__http_body__0_4_5//:http_body", "@raze__mime__0_3_16//:mime", + "@raze__tower_layer__0_3_1//:tower_layer", + "@raze__tower_service__0_3_2//:tower_service", ], ) diff --git a/third_party/remote/BUILD.bincode-1.3.3.bazel b/third_party/remote/BUILD.bincode-1.3.3.bazel index 9601bfc75..5c26aaad3 100644 --- a/third_party/remote/BUILD.bincode-1.3.3.bazel +++ b/third_party/remote/BUILD.bincode-1.3.3.bazel @@ -49,7 +49,7 @@ rust_library( version = "1.3.3", # buildifier: leave-alone deps = [ - "@raze__serde__1_0_140//:serde", + "@raze__serde__1_0_145//:serde", ], ) diff --git a/third_party/remote/BUILD.block-buffer-0.10.3.bazel b/third_party/remote/BUILD.block-buffer-0.10.3.bazel new file mode 100644 index 000000000..c33a473f5 --- /dev/null +++ b/third_party/remote/BUILD.block-buffer-0.10.3.bazel @@ -0,0 +1,56 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:defs.bzl", + "rust_binary", + "rust_library", + "rust_proc_macro", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//third_party", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "block_buffer", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.10.3", + # buildifier: leave-alone + deps = [ + "@raze__generic_array__0_14_6//:generic_array", + ], +) + +# Unsupported target "mod" with type "test" omitted diff --git a/third_party/remote/BUILD.block-buffer-0.9.0.bazel b/third_party/remote/BUILD.block-buffer-0.9.0.bazel index 6e2f36064..cefc447b7 100644 --- a/third_party/remote/BUILD.block-buffer-0.9.0.bazel +++ b/third_party/remote/BUILD.block-buffer-0.9.0.bazel @@ -49,6 +49,6 @@ rust_library( version = "0.9.0", # buildifier: leave-alone deps = [ - "@raze__generic_array__0_14_5//:generic_array", + "@raze__generic_array__0_14_6//:generic_array", ], ) diff --git a/third_party/remote/BUILD.bumpalo-3.10.0.bazel b/third_party/remote/BUILD.bumpalo-3.11.0.bazel similarity index 96% rename from third_party/remote/BUILD.bumpalo-3.10.0.bazel rename to third_party/remote/BUILD.bumpalo-3.11.0.bazel index 679402c3b..275c45c17 100644 --- a/third_party/remote/BUILD.bumpalo-3.10.0.bazel +++ b/third_party/remote/BUILD.bumpalo-3.11.0.bazel @@ -41,7 +41,7 @@ rust_library( ], crate_root = "src/lib.rs", data = [], - edition = "2018", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "3.10.0", + version = "3.11.0", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.bytes-1.2.0.bazel b/third_party/remote/BUILD.bytes-1.2.1.bazel similarity index 98% rename from third_party/remote/BUILD.bytes-1.2.0.bazel rename to third_party/remote/BUILD.bytes-1.2.1.bazel index bc7794085..2d660ba3c 100644 --- a/third_party/remote/BUILD.bytes-1.2.0.bazel +++ b/third_party/remote/BUILD.bytes-1.2.1.bazel @@ -54,7 +54,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.2.0", + version = "1.2.1", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.chrono-0.4.19.bazel b/third_party/remote/BUILD.chrono-0.4.22.bazel similarity index 85% rename from third_party/remote/BUILD.chrono-0.4.19.bazel rename to third_party/remote/BUILD.chrono-0.4.22.bazel index 15c210a63..70f72bde7 100644 --- a/third_party/remote/BUILD.chrono-0.4.19.bazel +++ b/third_party/remote/BUILD.chrono-0.4.22.bazel @@ -41,16 +41,19 @@ rust_library( crate_features = [ "clock", "default", - "libc", + "iana-time-zone", + "js-sys", "oldtime", "serde", "std", "time", + "wasm-bindgen", + "wasmbind", "winapi", ], crate_root = "src/lib.rs", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -58,13 +61,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.19", + version = "0.4.22", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_126//:libc", + "@raze__iana_time_zone__0_1_50//:iana_time_zone", "@raze__num_integer__0_1_45//:num_integer", "@raze__num_traits__0_2_15//:num_traits", - "@raze__serde__1_0_140//:serde", + "@raze__serde__1_0_145//:serde", "@raze__time__0_1_44//:time", ], ) diff --git a/third_party/remote/BUILD.clap-3.2.14.bazel b/third_party/remote/BUILD.clap-4.0.9.bazel similarity index 87% rename from third_party/remote/BUILD.clap-3.2.14.bazel rename to third_party/remote/BUILD.clap-4.0.9.bazel index 9c59d4a36..f51d8710e 100644 --- a/third_party/remote/BUILD.clap-3.2.14.bazel +++ b/third_party/remote/BUILD.clap-4.0.9.bazel @@ -37,23 +37,21 @@ rust_binary( name = "cargo_bin_stdio_fixture", srcs = glob(["**/*.rs"]), crate_features = [ - "atty", - "clap_derive", "color", "default", "derive", - "once_cell", + "error-context", + "help", "std", - "strsim", "suggestions", - "termcolor", + "usage", ], crate_root = "src/bin/stdio-fixture.rs", data = [], compile_data = ['README.md', 'examples/demo.md'], edition = "2021", proc_macro_deps = [ - "@raze__clap_derive__3_2_7//:clap_derive", + "@raze__clap_derive__4_0_9//:clap_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -62,18 +60,16 @@ rust_binary( "cargo-raze", "manual", ], - version = "3.2.14", + version = "4.0.9", # buildifier: leave-alone deps = [ ":clap", "@raze__atty__0_2_14//:atty", "@raze__bitflags__1_3_2//:bitflags", - "@raze__clap_lex__0_2_4//:clap_lex", - "@raze__indexmap__1_9_1//:indexmap", - "@raze__once_cell__1_13_0//:once_cell", + "@raze__clap_lex__0_3_0//:clap_lex", + "@raze__once_cell__1_15_0//:once_cell", "@raze__strsim__0_10_0//:strsim", "@raze__termcolor__1_1_3//:termcolor", - "@raze__textwrap__0_15_0//:textwrap", ], ) @@ -105,10 +101,18 @@ rust_binary( # Unsupported target "03_02_option_derive" with type "example" omitted +# Unsupported target "03_02_option_mult" with type "example" omitted + +# Unsupported target "03_02_option_mult_derive" with type "example" omitted + # Unsupported target "03_03_positional" with type "example" omitted # Unsupported target "03_03_positional_derive" with type "example" omitted +# Unsupported target "03_03_positional_mult" with type "example" omitted + +# Unsupported target "03_03_positional_mult_derive" with type "example" omitted + # Unsupported target "03_04_subcommands" with type "example" omitted # Unsupported target "03_04_subcommands_alt_derive" with type "example" omitted @@ -151,14 +155,14 @@ rust_binary( # Unsupported target "cargo-example-derive" with type "example" omitted -# Unsupported target "custom-bool" with type "example" omitted - # Unsupported target "demo" with type "example" omitted # Unsupported target "escaped-positional" with type "example" omitted # Unsupported target "escaped-positional-derive" with type "example" omitted +# Unsupported target "find" with type "example" omitted + # Unsupported target "git" with type "example" omitted # Unsupported target "git-derive" with type "example" omitted @@ -183,23 +187,21 @@ rust_library( name = "clap", srcs = glob(["**/*.rs"]), crate_features = [ - "atty", - "clap_derive", "color", "default", "derive", - "once_cell", + "error-context", + "help", "std", - "strsim", "suggestions", - "termcolor", + "usage", ], crate_root = "src/lib.rs", data = [], compile_data = ['README.md', 'examples/demo.md'], edition = "2021", proc_macro_deps = [ - "@raze__clap_derive__3_2_7//:clap_derive", + "@raze__clap_derive__4_0_9//:clap_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -208,16 +210,14 @@ rust_library( "cargo-raze", "manual", ], - version = "3.2.14", + version = "4.0.9", # buildifier: leave-alone deps = [ "@raze__atty__0_2_14//:atty", "@raze__bitflags__1_3_2//:bitflags", - "@raze__clap_lex__0_2_4//:clap_lex", - "@raze__indexmap__1_9_1//:indexmap", - "@raze__once_cell__1_13_0//:once_cell", + "@raze__clap_lex__0_3_0//:clap_lex", + "@raze__once_cell__1_15_0//:once_cell", "@raze__strsim__0_10_0//:strsim", "@raze__termcolor__1_1_3//:termcolor", - "@raze__textwrap__0_15_0//:textwrap", ], ) diff --git a/third_party/remote/BUILD.clap_derive-3.2.7.bazel b/third_party/remote/BUILD.clap_derive-4.0.9.bazel similarity index 88% rename from third_party/remote/BUILD.clap_derive-3.2.7.bazel rename to third_party/remote/BUILD.clap_derive-4.0.9.bazel index dc050e842..32c1c5a72 100644 --- a/third_party/remote/BUILD.clap_derive-3.2.7.bazel +++ b/third_party/remote/BUILD.clap_derive-4.0.9.bazel @@ -48,13 +48,13 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "3.2.7", + version = "4.0.9", # buildifier: leave-alone deps = [ "@raze__heck__0_4_0//:heck", - "@raze__proc_macro2__1_0_40//:proc_macro2", + "@raze__proc_macro2__1_0_46//:proc_macro2", "@raze__proc_macro_error__1_0_4//:proc_macro_error", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.clap_lex-0.2.4.bazel b/third_party/remote/BUILD.clap_lex-0.3.0.bazel similarity index 92% rename from third_party/remote/BUILD.clap_lex-0.2.4.bazel rename to third_party/remote/BUILD.clap_lex-0.3.0.bazel index 878e2ce3c..b1e75eacf 100644 --- a/third_party/remote/BUILD.clap_lex-0.2.4.bazel +++ b/third_party/remote/BUILD.clap_lex-0.3.0.bazel @@ -46,9 +46,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.4", + version = "0.3.0", # buildifier: leave-alone deps = [ - "@raze__os_str_bytes__6_2_0//:os_str_bytes", + "@raze__os_str_bytes__6_3_0//:os_str_bytes", ], ) diff --git a/third_party/remote/BUILD.core-foundation-0.9.3.bazel b/third_party/remote/BUILD.core-foundation-0.9.3.bazel index e4990f7c2..04de969d8 100644 --- a/third_party/remote/BUILD.core-foundation-0.9.3.bazel +++ b/third_party/remote/BUILD.core-foundation-0.9.3.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], ) diff --git a/third_party/remote/BUILD.cpufeatures-0.2.2.bazel b/third_party/remote/BUILD.cpufeatures-0.2.5.bazel similarity index 95% rename from third_party/remote/BUILD.cpufeatures-0.2.2.bazel rename to third_party/remote/BUILD.cpufeatures-0.2.5.bazel index 3e7451437..feab25e3a 100644 --- a/third_party/remote/BUILD.cpufeatures-0.2.2.bazel +++ b/third_party/remote/BUILD.cpufeatures-0.2.5.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.2", + version = "0.2.5", # buildifier: leave-alone deps = [ ] + selects.with_or({ @@ -56,7 +56,7 @@ rust_library( ( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.crypto-common-0.1.6.bazel b/third_party/remote/BUILD.crypto-common-0.1.6.bazel new file mode 100644 index 000000000..8ada41b1b --- /dev/null +++ b/third_party/remote/BUILD.crypto-common-0.1.6.bazel @@ -0,0 +1,55 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:defs.bzl", + "rust_binary", + "rust_library", + "rust_proc_macro", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//third_party", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "crypto_common", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.6", + # buildifier: leave-alone + deps = [ + "@raze__generic_array__0_14_6//:generic_array", + "@raze__typenum__1_15_0//:typenum", + ], +) diff --git a/third_party/remote/BUILD.crypto-mac-0.10.1.bazel b/third_party/remote/BUILD.crypto-mac-0.10.1.bazel index 783ed475b..e73eba62f 100644 --- a/third_party/remote/BUILD.crypto-mac-0.10.1.bazel +++ b/third_party/remote/BUILD.crypto-mac-0.10.1.bazel @@ -49,7 +49,7 @@ rust_library( version = "0.10.1", # buildifier: leave-alone deps = [ - "@raze__generic_array__0_14_5//:generic_array", + "@raze__generic_array__0_14_6//:generic_array", "@raze__subtle__2_4_1//:subtle", ], ) diff --git a/third_party/remote/BUILD.ctor-0.1.22.bazel b/third_party/remote/BUILD.ctor-0.1.23.bazel similarity index 91% rename from third_party/remote/BUILD.ctor-0.1.22.bazel rename to third_party/remote/BUILD.ctor-0.1.23.bazel index 275681168..f0ee4313a 100644 --- a/third_party/remote/BUILD.ctor-0.1.22.bazel +++ b/third_party/remote/BUILD.ctor-0.1.23.bazel @@ -48,10 +48,10 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "0.1.22", + version = "0.1.23", # buildifier: leave-alone deps = [ - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.digest-0.10.5.bazel b/third_party/remote/BUILD.digest-0.10.5.bazel new file mode 100644 index 000000000..b968deb73 --- /dev/null +++ b/third_party/remote/BUILD.digest-0.10.5.bazel @@ -0,0 +1,58 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:defs.bzl", + "rust_binary", + "rust_library", + "rust_proc_macro", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//third_party", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "digest", + srcs = glob(["**/*.rs"]), + crate_features = [ + "block-buffer", + "core-api", + "default", + ], + crate_root = "src/lib.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.10.5", + # buildifier: leave-alone + deps = [ + "@raze__block_buffer__0_10_3//:block_buffer", + "@raze__crypto_common__0_1_6//:crypto_common", + ], +) diff --git a/third_party/remote/BUILD.digest-0.8.1.bazel b/third_party/remote/BUILD.digest-0.8.1.bazel deleted file mode 100644 index 1d1aef9f9..000000000 --- a/third_party/remote/BUILD.digest-0.8.1.bazel +++ /dev/null @@ -1,54 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//third_party", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "digest", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.8.1", - # buildifier: leave-alone - deps = [ - "@raze__generic_array__0_12_4//:generic_array", - ], -) diff --git a/third_party/remote/BUILD.digest-0.9.0.bazel b/third_party/remote/BUILD.digest-0.9.0.bazel index 74545bbf6..3948d64ed 100644 --- a/third_party/remote/BUILD.digest-0.9.0.bazel +++ b/third_party/remote/BUILD.digest-0.9.0.bazel @@ -51,6 +51,6 @@ rust_library( version = "0.9.0", # buildifier: leave-alone deps = [ - "@raze__generic_array__0_14_5//:generic_array", + "@raze__generic_array__0_14_6//:generic_array", ], ) diff --git a/third_party/remote/BUILD.fake-simd-0.1.2.bazel b/third_party/remote/BUILD.dirs-4.0.0.bazel similarity index 91% rename from third_party/remote/BUILD.fake-simd-0.1.2.bazel rename to third_party/remote/BUILD.dirs-4.0.0.bazel index e9a8b0bdb..234672bcc 100644 --- a/third_party/remote/BUILD.fake-simd-0.1.2.bazel +++ b/third_party/remote/BUILD.dirs-4.0.0.bazel @@ -32,7 +32,7 @@ licenses([ # Generated Targets rust_library( - name = "fake_simd", + name = "dirs", srcs = glob(["**/*.rs"]), crate_features = [ ], @@ -46,8 +46,9 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.2", + version = "4.0.0", # buildifier: leave-alone deps = [ + "@raze__dirs_sys__0_3_7//:dirs_sys", ], ) diff --git a/third_party/remote/BUILD.block-buffer-0.7.3.bazel b/third_party/remote/BUILD.dirs-sys-0.3.7.bazel similarity index 62% rename from third_party/remote/BUILD.block-buffer-0.7.3.bazel rename to third_party/remote/BUILD.dirs-sys-0.3.7.bazel index 80ae072d2..856eee710 100644 --- a/third_party/remote/BUILD.block-buffer-0.7.3.bazel +++ b/third_party/remote/BUILD.dirs-sys-0.3.7.bazel @@ -32,8 +32,10 @@ licenses([ # Generated Targets rust_library( - name = "block_buffer", + name = "dirs_sys", srcs = glob(["**/*.rs"]), + aliases = { + }, crate_features = [ ], crate_root = "src/lib.rs", @@ -46,12 +48,20 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.3", + version = "0.3.7", # buildifier: leave-alone deps = [ - "@raze__block_padding__0_1_5//:block_padding", - "@raze__byte_tools__0_3_1//:byte_tools", - "@raze__byteorder__1_4_3//:byteorder", - "@raze__generic_array__0_12_4//:generic_array", - ], + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + ): [ + "@raze__libc__0_2_134//:libc", + ], + "//conditions:default": [], + }), ) diff --git a/third_party/remote/BUILD.dirs-sys-next-0.1.2.bazel b/third_party/remote/BUILD.dirs-sys-next-0.1.2.bazel index d50bdd6a0..17e689e0a 100644 --- a/third_party/remote/BUILD.dirs-sys-next-0.1.2.bazel +++ b/third_party/remote/BUILD.dirs-sys-next-0.1.2.bazel @@ -60,7 +60,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.either-1.7.0.bazel b/third_party/remote/BUILD.either-1.8.0.bazel similarity index 97% rename from third_party/remote/BUILD.either-1.7.0.bazel rename to third_party/remote/BUILD.either-1.8.0.bazel index e47a14d2b..44c067e82 100644 --- a/third_party/remote/BUILD.either-1.7.0.bazel +++ b/third_party/remote/BUILD.either-1.8.0.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.7.0", + version = "1.8.0", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.env_logger-0.9.0.bazel b/third_party/remote/BUILD.env_logger-0.9.1.bazel similarity index 98% rename from third_party/remote/BUILD.env_logger-0.9.0.bazel rename to third_party/remote/BUILD.env_logger-0.9.1.bazel index 379f44159..ccd4571b4 100644 --- a/third_party/remote/BUILD.env_logger-0.9.0.bazel +++ b/third_party/remote/BUILD.env_logger-0.9.1.bazel @@ -51,7 +51,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.9.0", + version = "0.9.1", # buildifier: leave-alone deps = [ "@raze__atty__0_2_14//:atty", diff --git a/third_party/remote/BUILD.fastrand-1.7.0.bazel b/third_party/remote/BUILD.fastrand-1.8.0.bazel similarity index 98% rename from third_party/remote/BUILD.fastrand-1.7.0.bazel rename to third_party/remote/BUILD.fastrand-1.8.0.bazel index 882a951c8..abe50c5bb 100644 --- a/third_party/remote/BUILD.fastrand-1.7.0.bazel +++ b/third_party/remote/BUILD.fastrand-1.8.0.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.7.0", + version = "1.8.0", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.filetime-0.2.17.bazel b/third_party/remote/BUILD.filetime-0.2.17.bazel index ab7fe3790..2059a27fa 100644 --- a/third_party/remote/BUILD.filetime-0.2.17.bazel +++ b/third_party/remote/BUILD.filetime-0.2.17.bazel @@ -61,7 +61,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.flate2-1.0.24.bazel b/third_party/remote/BUILD.flate2-1.0.24.bazel index 1a86c28c1..b38590d52 100644 --- a/third_party/remote/BUILD.flate2-1.0.24.bazel +++ b/third_party/remote/BUILD.flate2-1.0.24.bazel @@ -97,7 +97,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__crc32fast__1_3_2//:crc32fast", - "@raze__miniz_oxide__0_5_3//:miniz_oxide", + "@raze__miniz_oxide__0_5_4//:miniz_oxide", ], ) diff --git a/third_party/remote/BUILD.futures-0.3.21.bazel b/third_party/remote/BUILD.futures-0.3.24.bazel similarity index 91% rename from third_party/remote/BUILD.futures-0.3.21.bazel rename to third_party/remote/BUILD.futures-0.3.24.bazel index 03a1ca538..edce6e6f5 100644 --- a/third_party/remote/BUILD.futures-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-0.3.24.bazel @@ -52,16 +52,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ - "@raze__futures_channel__0_3_21//:futures_channel", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_executor__0_3_21//:futures_executor", - "@raze__futures_io__0_3_21//:futures_io", - "@raze__futures_sink__0_3_21//:futures_sink", - "@raze__futures_task__0_3_21//:futures_task", - "@raze__futures_util__0_3_21//:futures_util", + "@raze__futures_channel__0_3_24//:futures_channel", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_executor__0_3_24//:futures_executor", + "@raze__futures_io__0_3_24//:futures_io", + "@raze__futures_sink__0_3_24//:futures_sink", + "@raze__futures_task__0_3_24//:futures_task", + "@raze__futures_util__0_3_24//:futures_util", ], ) diff --git a/third_party/remote/BUILD.futures-channel-0.3.21.bazel b/third_party/remote/BUILD.futures-channel-0.3.24.bazel similarity index 93% rename from third_party/remote/BUILD.futures-channel-0.3.21.bazel rename to third_party/remote/BUILD.futures-channel-0.3.24.bazel index 5ef7a2f1d..125de084b 100644 --- a/third_party/remote/BUILD.futures-channel-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-channel-0.3.24.bazel @@ -59,7 +59,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", visibility = ["//visibility:private"], deps = [ ], @@ -87,12 +87,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ ":futures_channel_build_script", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_sink__0_3_21//:futures_sink", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_sink__0_3_24//:futures_sink", ], ) diff --git a/third_party/remote/BUILD.futures-core-0.3.21.bazel b/third_party/remote/BUILD.futures-core-0.3.24.bazel similarity index 97% rename from third_party/remote/BUILD.futures-core-0.3.21.bazel rename to third_party/remote/BUILD.futures-core-0.3.24.bazel index a81498bc8..e6bcf062d 100644 --- a/third_party/remote/BUILD.futures-core-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-core-0.3.24.bazel @@ -57,7 +57,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ ":futures_core_build_script", diff --git a/third_party/remote/BUILD.futures-executor-0.3.21.bazel b/third_party/remote/BUILD.futures-executor-0.3.24.bazel similarity index 86% rename from third_party/remote/BUILD.futures-executor-0.3.21.bazel rename to third_party/remote/BUILD.futures-executor-0.3.24.bazel index a30b13e1d..dc9505de5 100644 --- a/third_party/remote/BUILD.futures-executor-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-executor-0.3.24.bazel @@ -49,12 +49,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_task__0_3_21//:futures_task", - "@raze__futures_util__0_3_21//:futures_util", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_task__0_3_24//:futures_task", + "@raze__futures_util__0_3_24//:futures_util", ], ) diff --git a/third_party/remote/BUILD.futures-io-0.3.21.bazel b/third_party/remote/BUILD.futures-io-0.3.24.bazel similarity index 97% rename from third_party/remote/BUILD.futures-io-0.3.21.bazel rename to third_party/remote/BUILD.futures-io-0.3.24.bazel index 2322a8766..f24f76c5c 100644 --- a/third_party/remote/BUILD.futures-io-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-io-0.3.24.bazel @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.futures-macro-0.3.21.bazel b/third_party/remote/BUILD.futures-macro-0.3.24.bazel similarity index 86% rename from third_party/remote/BUILD.futures-macro-0.3.21.bazel rename to third_party/remote/BUILD.futures-macro-0.3.24.bazel index 296c7c257..dce3ab61a 100644 --- a/third_party/remote/BUILD.futures-macro-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-macro-0.3.24.bazel @@ -46,11 +46,11 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.futures-sink-0.3.21.bazel b/third_party/remote/BUILD.futures-sink-0.3.24.bazel similarity index 97% rename from third_party/remote/BUILD.futures-sink-0.3.21.bazel rename to third_party/remote/BUILD.futures-sink-0.3.24.bazel index f5787bb2b..14d5f45be 100644 --- a/third_party/remote/BUILD.futures-sink-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-sink-0.3.24.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.futures-task-0.3.21.bazel b/third_party/remote/BUILD.futures-task-0.3.24.bazel similarity index 97% rename from third_party/remote/BUILD.futures-task-0.3.21.bazel rename to third_party/remote/BUILD.futures-task-0.3.24.bazel index 54e6f145f..cd70a1a23 100644 --- a/third_party/remote/BUILD.futures-task-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-task-0.3.24.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ ":futures_task_build_script", diff --git a/third_party/remote/BUILD.futures-util-0.3.21.bazel b/third_party/remote/BUILD.futures-util-0.3.24.bazel similarity index 85% rename from third_party/remote/BUILD.futures-util-0.3.21.bazel rename to third_party/remote/BUILD.futures-util-0.3.24.bazel index 5dc30efd7..2083ce25e 100644 --- a/third_party/remote/BUILD.futures-util-0.3.21.bazel +++ b/third_party/remote/BUILD.futures-util-0.3.24.bazel @@ -67,7 +67,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", visibility = ["//visibility:private"], deps = [ ], @@ -77,6 +77,8 @@ cargo_build_script( # Unsupported target "futures_unordered" with type "bench" omitted +# Unsupported target "select" with type "bench" omitted + rust_library( name = "futures_util", srcs = glob(["**/*.rs"]), @@ -99,7 +101,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__futures_macro__0_3_21//:futures_macro", + "@raze__futures_macro__0_3_24//:futures_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -108,15 +110,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.21", + version = "0.3.24", # buildifier: leave-alone deps = [ ":futures_util_build_script", - "@raze__futures_channel__0_3_21//:futures_channel", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_io__0_3_21//:futures_io", - "@raze__futures_sink__0_3_21//:futures_sink", - "@raze__futures_task__0_3_21//:futures_task", + "@raze__futures_channel__0_3_24//:futures_channel", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_io__0_3_24//:futures_io", + "@raze__futures_sink__0_3_24//:futures_sink", + "@raze__futures_task__0_3_24//:futures_task", "@raze__memchr__2_5_0//:memchr", "@raze__pin_project_lite__0_2_9//:pin_project_lite", "@raze__pin_utils__0_1_0//:pin_utils", diff --git a/third_party/remote/BUILD.generic-array-0.12.4.bazel b/third_party/remote/BUILD.generic-array-0.12.4.bazel deleted file mode 100644 index e0dc9254d..000000000 --- a/third_party/remote/BUILD.generic-array-0.12.4.bazel +++ /dev/null @@ -1,66 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//third_party", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "generic_array", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.12.4", - # buildifier: leave-alone - deps = [ - "@raze__typenum__1_15_0//:typenum", - ], -) - -# Unsupported target "arr" with type "test" omitted - -# Unsupported target "generics" with type "test" omitted - -# Unsupported target "hex" with type "test" omitted - -# Unsupported target "import_name" with type "test" omitted - -# Unsupported target "iter" with type "test" omitted - -# Unsupported target "mod" with type "test" omitted diff --git a/third_party/remote/BUILD.generic-array-0.14.5.bazel b/third_party/remote/BUILD.generic-array-0.14.6.bazel similarity index 81% rename from third_party/remote/BUILD.generic-array-0.14.5.bazel rename to third_party/remote/BUILD.generic-array-0.14.6.bazel index 1f66cb2d3..e28de945c 100644 --- a/third_party/remote/BUILD.generic-array-0.14.5.bazel +++ b/third_party/remote/BUILD.generic-array-0.14.6.bazel @@ -43,6 +43,7 @@ cargo_build_script( build_script_env = { }, crate_features = [ + "more_lengths", ], crate_root = "build.rs", data = glob(["**"]), @@ -54,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.14.5", + version = "0.14.6", visibility = ["//visibility:private"], deps = [ "@raze__version_check__0_9_4//:version_check", @@ -65,6 +66,7 @@ rust_library( name = "generic_array", srcs = glob(["**/*.rs"]), crate_features = [ + "more_lengths", ], crate_root = "src/lib.rs", data = [], @@ -76,22 +78,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.14.5", + version = "0.14.6", # buildifier: leave-alone deps = [ ":generic_array_build_script", "@raze__typenum__1_15_0//:typenum", ], ) - -# Unsupported target "arr" with type "test" omitted - -# Unsupported target "generics" with type "test" omitted - -# Unsupported target "hex" with type "test" omitted - -# Unsupported target "import_name" with type "test" omitted - -# Unsupported target "iter" with type "test" omitted - -# Unsupported target "mod" with type "test" omitted diff --git a/third_party/remote/BUILD.getrandom-0.2.7.bazel b/third_party/remote/BUILD.getrandom-0.2.7.bazel index ada430bbf..5fd339e90 100644 --- a/third_party/remote/BUILD.getrandom-0.2.7.bazel +++ b/third_party/remote/BUILD.getrandom-0.2.7.bazel @@ -64,7 +64,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.h2-0.3.13.bazel b/third_party/remote/BUILD.h2-0.3.14.bazel similarity index 78% rename from third_party/remote/BUILD.h2-0.3.13.bazel rename to third_party/remote/BUILD.h2-0.3.14.bazel index 330e5ff7a..1fc9b8ebc 100644 --- a/third_party/remote/BUILD.h2-0.3.13.bazel +++ b/third_party/remote/BUILD.h2-0.3.14.bazel @@ -52,19 +52,19 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__fnv__1_0_7//:fnv", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_sink__0_3_21//:futures_sink", - "@raze__futures_util__0_3_21//:futures_util", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_sink__0_3_24//:futures_sink", + "@raze__futures_util__0_3_24//:futures_util", "@raze__http__0_2_8//:http", "@raze__indexmap__1_9_1//:indexmap", "@raze__slab__0_4_7//:slab", - "@raze__tokio__1_20_0//:tokio", - "@raze__tokio_util__0_7_3//:tokio_util", - "@raze__tracing__0_1_35//:tracing", + "@raze__tokio__1_21_2//:tokio", + "@raze__tokio_util__0_7_4//:tokio_util", + "@raze__tracing__0_1_36//:tracing", ], ) diff --git a/third_party/remote/BUILD.hermit-abi-0.1.19.bazel b/third_party/remote/BUILD.hermit-abi-0.1.19.bazel index 71f4bc8fe..f444bfd9a 100644 --- a/third_party/remote/BUILD.hermit-abi-0.1.19.bazel +++ b/third_party/remote/BUILD.hermit-abi-0.1.19.bazel @@ -50,6 +50,6 @@ rust_library( version = "0.1.19", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], ) diff --git a/third_party/remote/BUILD.http-0.2.8.bazel b/third_party/remote/BUILD.http-0.2.8.bazel index 3f8915193..40676f8dc 100644 --- a/third_party/remote/BUILD.http-0.2.8.bazel +++ b/third_party/remote/BUILD.http-0.2.8.bazel @@ -61,9 +61,9 @@ rust_library( version = "0.2.8", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__fnv__1_0_7//:fnv", - "@raze__itoa__1_0_2//:itoa", + "@raze__itoa__1_0_3//:itoa", ], ) diff --git a/third_party/remote/BUILD.http-body-0.4.5.bazel b/third_party/remote/BUILD.http-body-0.4.5.bazel index 3c39d8aa6..ba4b8ac36 100644 --- a/third_party/remote/BUILD.http-body-0.4.5.bazel +++ b/third_party/remote/BUILD.http-body-0.4.5.bazel @@ -49,7 +49,7 @@ rust_library( version = "0.4.5", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__http__0_2_8//:http", "@raze__pin_project_lite__0_2_9//:pin_project_lite", ], diff --git a/third_party/remote/BUILD.httparse-1.7.1.bazel b/third_party/remote/BUILD.httparse-1.8.0.bazel similarity index 95% rename from third_party/remote/BUILD.httparse-1.7.1.bazel rename to third_party/remote/BUILD.httparse-1.8.0.bazel index 8119d1c41..d2598a962 100644 --- a/third_party/remote/BUILD.httparse-1.7.1.bazel +++ b/third_party/remote/BUILD.httparse-1.8.0.bazel @@ -48,7 +48,7 @@ cargo_build_script( ], crate_root = "build.rs", data = glob(["**"]), - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.7.1", + version = "1.8.0", visibility = ["//visibility:private"], deps = [ ], @@ -73,7 +73,7 @@ rust_library( ], crate_root = "src/lib.rs", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.7.1", + version = "1.8.0", # buildifier: leave-alone deps = [ ":httparse_build_script", diff --git a/third_party/remote/BUILD.hyper-0.14.20.bazel b/third_party/remote/BUILD.hyper-0.14.20.bazel index 2e9b336fa..5cf5aa26f 100644 --- a/third_party/remote/BUILD.hyper-0.14.20.bazel +++ b/third_party/remote/BUILD.hyper-0.14.20.bazel @@ -102,21 +102,21 @@ rust_library( version = "0.14.20", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", - "@raze__futures_channel__0_3_21//:futures_channel", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_util__0_3_21//:futures_util", - "@raze__h2__0_3_13//:h2", + "@raze__bytes__1_2_1//:bytes", + "@raze__futures_channel__0_3_24//:futures_channel", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_util__0_3_24//:futures_util", + "@raze__h2__0_3_14//:h2", "@raze__http__0_2_8//:http", "@raze__http_body__0_4_5//:http_body", - "@raze__httparse__1_7_1//:httparse", + "@raze__httparse__1_8_0//:httparse", "@raze__httpdate__1_0_2//:httpdate", - "@raze__itoa__1_0_2//:itoa", + "@raze__itoa__1_0_3//:itoa", "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__socket2__0_4_4//:socket2", - "@raze__tokio__1_20_0//:tokio", + "@raze__socket2__0_4_7//:socket2", + "@raze__tokio__1_21_2//:tokio", "@raze__tower_service__0_3_2//:tower_service", - "@raze__tracing__0_1_35//:tracing", + "@raze__tracing__0_1_36//:tracing", "@raze__want__0_3_0//:want", ], ) diff --git a/third_party/remote/BUILD.hyper-timeout-0.4.1.bazel b/third_party/remote/BUILD.hyper-timeout-0.4.1.bazel index 9c1d18539..18b6c8f1f 100644 --- a/third_party/remote/BUILD.hyper-timeout-0.4.1.bazel +++ b/third_party/remote/BUILD.hyper-timeout-0.4.1.bazel @@ -53,7 +53,7 @@ rust_library( deps = [ "@raze__hyper__0_14_20//:hyper", "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__tokio__1_20_0//:tokio", + "@raze__tokio__1_21_2//:tokio", "@raze__tokio_io_timeout__1_2_0//:tokio_io_timeout", ], ) diff --git a/third_party/remote/BUILD.hyper-tls-0.5.0.bazel b/third_party/remote/BUILD.hyper-tls-0.5.0.bazel index 707b74738..97023d6de 100644 --- a/third_party/remote/BUILD.hyper-tls-0.5.0.bazel +++ b/third_party/remote/BUILD.hyper-tls-0.5.0.bazel @@ -51,10 +51,10 @@ rust_library( version = "0.5.0", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__hyper__0_14_20//:hyper", "@raze__native_tls__0_2_10//:native_tls", - "@raze__tokio__1_20_0//:tokio", + "@raze__tokio__1_21_2//:tokio", "@raze__tokio_native_tls__0_3_0//:tokio_native_tls", ], ) diff --git a/third_party/remote/BUILD.iana-time-zone-0.1.50.bazel b/third_party/remote/BUILD.iana-time-zone-0.1.50.bazel new file mode 100644 index 000000000..010bf471b --- /dev/null +++ b/third_party/remote/BUILD.iana-time-zone-0.1.50.bazel @@ -0,0 +1,58 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:defs.bzl", + "rust_binary", + "rust_library", + "rust_proc_macro", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//third_party", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "get_timezone" with type "example" omitted + +# Unsupported target "stress-test" with type "example" omitted + +rust_library( + name = "iana_time_zone", + srcs = glob(["**/*.rs"]), + crate_features = [ + "fallback", + ], + crate_root = "src/lib.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.50", + # buildifier: leave-alone + deps = [ + ], +) diff --git a/third_party/remote/BUILD.itertools-0.10.3.bazel b/third_party/remote/BUILD.itertools-0.10.5.bazel similarity index 97% rename from third_party/remote/BUILD.itertools-0.10.3.bazel rename to third_party/remote/BUILD.itertools-0.10.5.bazel index 71746e2c3..fccf1d409 100644 --- a/third_party/remote/BUILD.itertools-0.10.3.bazel +++ b/third_party/remote/BUILD.itertools-0.10.5.bazel @@ -67,10 +67,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.10.3", + version = "0.10.5", # buildifier: leave-alone deps = [ - "@raze__either__1_7_0//:either", + "@raze__either__1_8_0//:either", ], ) diff --git a/third_party/remote/BUILD.itoa-1.0.2.bazel b/third_party/remote/BUILD.itoa-1.0.3.bazel similarity index 97% rename from third_party/remote/BUILD.itoa-1.0.2.bazel rename to third_party/remote/BUILD.itoa-1.0.3.bazel index 2e864cedc..e10eb6751 100644 --- a/third_party/remote/BUILD.itoa-1.0.2.bazel +++ b/third_party/remote/BUILD.itoa-1.0.3.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.2", + version = "1.0.3", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.js-sys-0.3.60.bazel b/third_party/remote/BUILD.js-sys-0.3.60.bazel new file mode 100644 index 000000000..d5bbd3df2 --- /dev/null +++ b/third_party/remote/BUILD.js-sys-0.3.60.bazel @@ -0,0 +1,58 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:defs.bzl", + "rust_binary", + "rust_library", + "rust_proc_macro", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//third_party", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "js_sys", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.60", + # buildifier: leave-alone + deps = [ + "@raze__wasm_bindgen__0_2_83//:wasm_bindgen", + ], +) + +# Unsupported target "headless" with type "test" omitted + +# Unsupported target "wasm" with type "test" omitted diff --git a/third_party/remote/BUILD.json5-0.3.0.bazel b/third_party/remote/BUILD.json5-0.3.0.bazel index e1158e975..5b8356123 100644 --- a/third_party/remote/BUILD.json5-0.3.0.bazel +++ b/third_party/remote/BUILD.json5-0.3.0.bazel @@ -40,7 +40,7 @@ rust_library( data = [] + ['src/json5.pest'], edition = "2018", proc_macro_deps = [ - "@raze__pest_derive__2_1_0//:pest_derive", + "@raze__pest_derive__2_4_0//:pest_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -52,8 +52,8 @@ rust_library( version = "0.3.0", # buildifier: leave-alone deps = [ - "@raze__pest__2_1_3//:pest", - "@raze__serde__1_0_140//:serde", + "@raze__pest__2_4_0//:pest", + "@raze__serde__1_0_145//:serde", ], ) diff --git a/third_party/remote/BUILD.lazy-init-0.5.0.bazel b/third_party/remote/BUILD.lazy-init-0.5.1.bazel similarity index 97% rename from third_party/remote/BUILD.lazy-init-0.5.0.bazel rename to third_party/remote/BUILD.lazy-init-0.5.1.bazel index 8a7760dbf..49a038b19 100644 --- a/third_party/remote/BUILD.lazy-init-0.5.0.bazel +++ b/third_party/remote/BUILD.lazy-init-0.5.1.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.0", + version = "0.5.1", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.libc-0.2.126.bazel b/third_party/remote/BUILD.libc-0.2.134.bazel similarity index 97% rename from third_party/remote/BUILD.libc-0.2.126.bazel rename to third_party/remote/BUILD.libc-0.2.134.bazel index fdaff2b14..4f3c0a69d 100644 --- a/third_party/remote/BUILD.libc-0.2.126.bazel +++ b/third_party/remote/BUILD.libc-0.2.134.bazel @@ -57,7 +57,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.126", + version = "0.2.134", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.126", + version = "0.2.134", # buildifier: leave-alone deps = [ ":libc_build_script", diff --git a/third_party/remote/BUILD.lock_api-0.4.7.bazel b/third_party/remote/BUILD.lock_api-0.4.9.bazel similarity index 97% rename from third_party/remote/BUILD.lock_api-0.4.7.bazel rename to third_party/remote/BUILD.lock_api-0.4.9.bazel index 1b5732b83..7f16f2c06 100644 --- a/third_party/remote/BUILD.lock_api-0.4.7.bazel +++ b/third_party/remote/BUILD.lock_api-0.4.9.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.4.7", + version = "0.4.9", visibility = ["//visibility:private"], deps = [ "@raze__autocfg__1_1_0//:autocfg", @@ -76,7 +76,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.7", + version = "0.4.9", # buildifier: leave-alone deps = [ ":lock_api_build_script", diff --git a/third_party/remote/BUILD.lz4_flex-0.9.2.bazel b/third_party/remote/BUILD.lz4_flex-0.9.5.bazel similarity index 98% rename from third_party/remote/BUILD.lz4_flex-0.9.2.bazel rename to third_party/remote/BUILD.lz4_flex-0.9.5.bazel index b0d81c457..6396dc51a 100644 --- a/third_party/remote/BUILD.lz4_flex-0.9.2.bazel +++ b/third_party/remote/BUILD.lz4_flex-0.9.5.bazel @@ -53,7 +53,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.9.2", + version = "0.9.5", # buildifier: leave-alone deps = [ "@raze__twox_hash__1_6_3//:twox_hash", diff --git a/third_party/remote/BUILD.miniz_oxide-0.5.3.bazel b/third_party/remote/BUILD.miniz_oxide-0.5.4.bazel similarity index 97% rename from third_party/remote/BUILD.miniz_oxide-0.5.3.bazel rename to third_party/remote/BUILD.miniz_oxide-0.5.4.bazel index 636d980e9..14d14aaab 100644 --- a/third_party/remote/BUILD.miniz_oxide-0.5.3.bazel +++ b/third_party/remote/BUILD.miniz_oxide-0.5.4.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.3", + version = "0.5.4", # buildifier: leave-alone deps = [ "@raze__adler__1_0_2//:adler", diff --git a/third_party/remote/BUILD.mio-0.8.4.bazel b/third_party/remote/BUILD.mio-0.8.4.bazel index 23915d0c1..a46a2ff8c 100644 --- a/third_party/remote/BUILD.mio-0.8.4.bazel +++ b/third_party/remote/BUILD.mio-0.8.4.bazel @@ -71,7 +71,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.native-tls-0.2.10.bazel b/third_party/remote/BUILD.native-tls-0.2.10.bazel index 946f505ee..11601c997 100644 --- a/third_party/remote/BUILD.native-tls-0.2.10.bazel +++ b/third_party/remote/BUILD.native-tls-0.2.10.bazel @@ -66,7 +66,7 @@ cargo_build_script( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__openssl_sys__0_9_75//:openssl_sys", + "@raze__openssl_sys__0_9_76//:openssl_sys", ], "//conditions:default": [], }), @@ -109,9 +109,9 @@ rust_library( "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ "@raze__log__0_4_17//:log", - "@raze__openssl__0_10_41//:openssl", + "@raze__openssl__0_10_42//:openssl", "@raze__openssl_probe__0_1_5//:openssl_probe", - "@raze__openssl_sys__0_9_75//:openssl_sys", + "@raze__openssl_sys__0_9_76//:openssl_sys", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.nix-0.23.1.bazel b/third_party/remote/BUILD.nix-0.23.1.bazel index bc717414f..e85db4002 100644 --- a/third_party/remote/BUILD.nix-0.23.1.bazel +++ b/third_party/remote/BUILD.nix-0.23.1.bazel @@ -53,7 +53,7 @@ rust_library( deps = [ "@raze__bitflags__1_3_2//:bitflags", "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ] + selects.with_or({ # cfg(not(target_os = "redox")) ( diff --git a/third_party/remote/BUILD.num_cpus-1.13.1.bazel b/third_party/remote/BUILD.num_cpus-1.13.1.bazel index a35e8cab5..fac276b1f 100644 --- a/third_party/remote/BUILD.num_cpus-1.13.1.bazel +++ b/third_party/remote/BUILD.num_cpus-1.13.1.bazel @@ -62,7 +62,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.once_cell-1.13.0.bazel b/third_party/remote/BUILD.once_cell-1.15.0.bazel similarity index 97% rename from third_party/remote/BUILD.once_cell-1.13.0.bazel rename to third_party/remote/BUILD.once_cell-1.15.0.bazel index 0b39c6a6b..15987bb81 100644 --- a/third_party/remote/BUILD.once_cell-1.13.0.bazel +++ b/third_party/remote/BUILD.once_cell-1.15.0.bazel @@ -56,7 +56,7 @@ rust_library( ], crate_root = "src/lib.rs", data = [], - edition = "2018", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -64,7 +64,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.13.0", + version = "1.15.0", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.opaque-debug-0.2.3.bazel b/third_party/remote/BUILD.opaque-debug-0.2.3.bazel deleted file mode 100644 index feb1fb6e7..000000000 --- a/third_party/remote/BUILD.opaque-debug-0.2.3.bazel +++ /dev/null @@ -1,53 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//third_party", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "opaque_debug", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.2.3", - # buildifier: leave-alone - deps = [ - ], -) diff --git a/third_party/remote/BUILD.openssl-0.10.41.bazel b/third_party/remote/BUILD.openssl-0.10.42.bazel similarity index 84% rename from third_party/remote/BUILD.openssl-0.10.41.bazel rename to third_party/remote/BUILD.openssl-0.10.42.bazel index 4d908f0d9..0906cc462 100644 --- a/third_party/remote/BUILD.openssl-0.10.41.bazel +++ b/third_party/remote/BUILD.openssl-0.10.42.bazel @@ -43,6 +43,7 @@ cargo_build_script( build_script_env = { }, crate_features = [ + "default", ], crate_root = "build.rs", data = glob(["**"]), @@ -54,10 +55,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.10.41", + version = "0.10.42", visibility = ["//visibility:private"], deps = [ - "@raze__openssl_sys__0_9_75//:openssl_sys", + "@raze__openssl_sys__0_9_76//:openssl_sys", ], ) @@ -67,9 +68,10 @@ rust_library( name = "openssl", srcs = glob(["**/*.rs"]), aliases = { - "@raze__openssl_sys__0_9_75//:openssl_sys": "ffi", + "@raze__openssl_sys__0_9_76//:openssl_sys": "ffi", }, crate_features = [ + "default", ], crate_root = "src/lib.rs", data = [], @@ -84,15 +86,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.10.41", + version = "0.10.42", # buildifier: leave-alone deps = [ ":openssl_build_script", "@raze__bitflags__1_3_2//:bitflags", "@raze__cfg_if__1_0_0//:cfg_if", "@raze__foreign_types__0_3_2//:foreign_types", - "@raze__libc__0_2_126//:libc", - "@raze__once_cell__1_13_0//:once_cell", - "@raze__openssl_sys__0_9_75//:openssl_sys", + "@raze__libc__0_2_134//:libc", + "@raze__once_cell__1_15_0//:once_cell", + "@raze__openssl_sys__0_9_76//:openssl_sys", ], ) diff --git a/third_party/remote/BUILD.openssl-macros-0.1.0.bazel b/third_party/remote/BUILD.openssl-macros-0.1.0.bazel index 9ee863140..2598a1496 100644 --- a/third_party/remote/BUILD.openssl-macros-0.1.0.bazel +++ b/third_party/remote/BUILD.openssl-macros-0.1.0.bazel @@ -49,8 +49,8 @@ rust_proc_macro( version = "0.1.0", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.openssl-sys-0.9.75.bazel b/third_party/remote/BUILD.openssl-sys-0.9.76.bazel similarity index 95% rename from third_party/remote/BUILD.openssl-sys-0.9.75.bazel rename to third_party/remote/BUILD.openssl-sys-0.9.76.bazel index 52d2d512c..9fa1eee80 100644 --- a/third_party/remote/BUILD.openssl-sys-0.9.75.bazel +++ b/third_party/remote/BUILD.openssl-sys-0.9.76.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.9.75", + version = "0.9.76", visibility = ["//visibility:private"], deps = [ "@raze__autocfg__1_1_0//:autocfg", @@ -79,10 +79,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.9.75", + version = "0.9.76", # buildifier: leave-alone deps = [ ":openssl_sys_build_script", - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], ) diff --git a/third_party/remote/BUILD.os_str_bytes-6.2.0.bazel b/third_party/remote/BUILD.os_str_bytes-6.3.0.bazel similarity index 97% rename from third_party/remote/BUILD.os_str_bytes-6.2.0.bazel rename to third_party/remote/BUILD.os_str_bytes-6.3.0.bazel index 92475b96f..22e59b2c3 100644 --- a/third_party/remote/BUILD.os_str_bytes-6.2.0.bazel +++ b/third_party/remote/BUILD.os_str_bytes-6.3.0.bazel @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "6.2.0", + version = "6.3.0", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.parking_lot-0.12.1.bazel b/third_party/remote/BUILD.parking_lot-0.12.1.bazel index 193af36f1..f88b36534 100644 --- a/third_party/remote/BUILD.parking_lot-0.12.1.bazel +++ b/third_party/remote/BUILD.parking_lot-0.12.1.bazel @@ -50,7 +50,7 @@ rust_library( version = "0.12.1", # buildifier: leave-alone deps = [ - "@raze__lock_api__0_4_7//:lock_api", + "@raze__lock_api__0_4_9//:lock_api", "@raze__parking_lot_core__0_9_3//:parking_lot_core", ], ) diff --git a/third_party/remote/BUILD.parking_lot_core-0.9.3.bazel b/third_party/remote/BUILD.parking_lot_core-0.9.3.bazel index 62005c7b9..7c7c6b9d2 100644 --- a/third_party/remote/BUILD.parking_lot_core-0.9.3.bazel +++ b/third_party/remote/BUILD.parking_lot_core-0.9.3.bazel @@ -93,7 +93,7 @@ rust_library( deps = [ ":parking_lot_core_build_script", "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__smallvec__1_9_0//:smallvec", + "@raze__smallvec__1_10_0//:smallvec", ] + selects.with_or({ # cfg(unix) ( @@ -103,7 +103,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.percent-encoding-2.1.0.bazel b/third_party/remote/BUILD.percent-encoding-2.1.0.bazel deleted file mode 100644 index b489d7482..000000000 --- a/third_party/remote/BUILD.percent-encoding-2.1.0.bazel +++ /dev/null @@ -1,53 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//third_party", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "percent_encoding", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "lib.rs", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "2.1.0", - # buildifier: leave-alone - deps = [ - ], -) diff --git a/third_party/remote/BUILD.byte-tools-0.3.1.bazel b/third_party/remote/BUILD.percent-encoding-2.2.0.bazel similarity index 89% rename from third_party/remote/BUILD.byte-tools-0.3.1.bazel rename to third_party/remote/BUILD.percent-encoding-2.2.0.bazel index c578342e4..1d483cec8 100644 --- a/third_party/remote/BUILD.byte-tools-0.3.1.bazel +++ b/third_party/remote/BUILD.percent-encoding-2.2.0.bazel @@ -32,13 +32,15 @@ licenses([ # Generated Targets rust_library( - name = "byte_tools", + name = "percent_encoding", srcs = glob(["**/*.rs"]), crate_features = [ + "alloc", + "default", ], crate_root = "src/lib.rs", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.1", + version = "2.2.0", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.pest-2.1.3.bazel b/third_party/remote/BUILD.pest-2.4.0.bazel similarity index 85% rename from third_party/remote/BUILD.pest-2.1.3.bazel rename to third_party/remote/BUILD.pest-2.4.0.bazel index 74d335ef3..af9342c09 100644 --- a/third_party/remote/BUILD.pest-2.1.3.bazel +++ b/third_party/remote/BUILD.pest-2.4.0.bazel @@ -37,10 +37,13 @@ rust_library( name = "pest", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "std", + "thiserror", ], crate_root = "src/lib.rs", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -48,10 +51,11 @@ rust_library( "cargo-raze", "manual", ], - version = "2.1.3", + version = "2.4.0", # buildifier: leave-alone deps = [ - "@raze__ucd_trie__0_1_4//:ucd_trie", + "@raze__thiserror__1_0_37//:thiserror", + "@raze__ucd_trie__0_1_5//:ucd_trie", ], ) diff --git a/third_party/remote/BUILD.pest_derive-2.1.0.bazel b/third_party/remote/BUILD.pest_derive-2.4.0.bazel similarity index 84% rename from third_party/remote/BUILD.pest_derive-2.1.0.bazel rename to third_party/remote/BUILD.pest_derive-2.4.0.bazel index a6d742f5c..6fea8cbc1 100644 --- a/third_party/remote/BUILD.pest_derive-2.1.0.bazel +++ b/third_party/remote/BUILD.pest_derive-2.4.0.bazel @@ -31,14 +31,18 @@ licenses([ # Generated Targets +# Unsupported target "calc" with type "example" omitted + rust_proc_macro( name = "pest_derive", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "std", ], crate_root = "src/lib.rs", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,11 +50,11 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "2.1.0", + version = "2.4.0", # buildifier: leave-alone deps = [ - "@raze__pest__2_1_3//:pest", - "@raze__pest_generator__2_1_3//:pest_generator", + "@raze__pest__2_4_0//:pest", + "@raze__pest_generator__2_4_0//:pest_generator", ], ) diff --git a/third_party/remote/BUILD.pest_generator-2.1.3.bazel b/third_party/remote/BUILD.pest_generator-2.1.3.bazel deleted file mode 100644 index 75d24cfd7..000000000 --- a/third_party/remote/BUILD.pest_generator-2.1.3.bazel +++ /dev/null @@ -1,58 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//third_party", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "pest_generator", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "2.1.3", - # buildifier: leave-alone - deps = [ - "@raze__pest__2_1_3//:pest", - "@raze__pest_meta__2_1_3//:pest_meta", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", - ], -) diff --git a/third_party/remote/BUILD.pest_generator-2.4.0.bazel b/third_party/remote/BUILD.pest_generator-2.4.0.bazel new file mode 100644 index 000000000..0bef6d445 --- /dev/null +++ b/third_party/remote/BUILD.pest_generator-2.4.0.bazel @@ -0,0 +1,59 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:defs.bzl", + "rust_binary", + "rust_library", + "rust_proc_macro", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//third_party", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +rust_library( + name = "pest_generator", + srcs = glob(["**/*.rs"]), + crate_features = [ + "std", + ], + crate_root = "src/lib.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "2.4.0", + # buildifier: leave-alone + deps = [ + "@raze__pest__2_4_0//:pest", + "@raze__pest_meta__2_4_0//:pest_meta", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", + ], +) diff --git a/third_party/remote/BUILD.pest_meta-2.1.3.bazel b/third_party/remote/BUILD.pest_meta-2.4.0.bazel similarity index 88% rename from third_party/remote/BUILD.pest_meta-2.1.3.bazel rename to third_party/remote/BUILD.pest_meta-2.4.0.bazel index e93a10027..cfd062259 100644 --- a/third_party/remote/BUILD.pest_meta-2.1.3.bazel +++ b/third_party/remote/BUILD.pest_meta-2.4.0.bazel @@ -38,7 +38,7 @@ rust_library( ], crate_root = "src/lib.rs", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "2.1.3", + version = "2.4.0", # buildifier: leave-alone deps = [ - "@raze__maplit__1_0_2//:maplit", - "@raze__pest__2_1_3//:pest", + "@raze__once_cell__1_15_0//:once_cell", + "@raze__pest__2_4_0//:pest", ], ) diff --git a/third_party/remote/BUILD.pin-project-1.0.11.bazel b/third_party/remote/BUILD.pin-project-1.0.12.bazel similarity index 96% rename from third_party/remote/BUILD.pin-project-1.0.11.bazel rename to third_party/remote/BUILD.pin-project-1.0.12.bazel index 3b623fb46..a8e8d0422 100644 --- a/third_party/remote/BUILD.pin-project-1.0.11.bazel +++ b/third_party/remote/BUILD.pin-project-1.0.12.bazel @@ -64,7 +64,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__pin_project_internal__1_0_11//:pin_project_internal", + "@raze__pin_project_internal__1_0_12//:pin_project_internal", ], rustc_flags = [ "--cap-lints=allow", @@ -73,7 +73,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.11", + version = "1.0.12", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.pin-project-internal-1.0.11.bazel b/third_party/remote/BUILD.pin-project-internal-1.0.12.bazel similarity index 87% rename from third_party/remote/BUILD.pin-project-internal-1.0.11.bazel rename to third_party/remote/BUILD.pin-project-internal-1.0.12.bazel index 38b2ffde6..be0db8e59 100644 --- a/third_party/remote/BUILD.pin-project-internal-1.0.11.bazel +++ b/third_party/remote/BUILD.pin-project-internal-1.0.12.bazel @@ -46,11 +46,11 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "1.0.11", + version = "1.0.12", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.prettyplease-0.1.16.bazel b/third_party/remote/BUILD.prettyplease-0.1.19.bazel similarity index 92% rename from third_party/remote/BUILD.prettyplease-0.1.16.bazel rename to third_party/remote/BUILD.prettyplease-0.1.19.bazel index bcc98dc72..8c7d9a666 100644 --- a/third_party/remote/BUILD.prettyplease-0.1.16.bazel +++ b/third_party/remote/BUILD.prettyplease-0.1.19.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.1.16", + version = "0.1.19", visibility = ["//visibility:private"], deps = [ ], @@ -76,11 +76,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.16", + version = "0.1.19", # buildifier: leave-alone deps = [ ":prettyplease_build_script", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.proc-macro-error-1.0.4.bazel b/third_party/remote/BUILD.proc-macro-error-1.0.4.bazel index b57f1cb1e..f65e93064 100644 --- a/third_party/remote/BUILD.proc-macro-error-1.0.4.bazel +++ b/third_party/remote/BUILD.proc-macro-error-1.0.4.bazel @@ -89,9 +89,9 @@ rust_library( # buildifier: leave-alone deps = [ ":proc_macro_error_build_script", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.proc-macro-error-attr-1.0.4.bazel b/third_party/remote/BUILD.proc-macro-error-attr-1.0.4.bazel index da0f92a23..46e6b02f4 100644 --- a/third_party/remote/BUILD.proc-macro-error-attr-1.0.4.bazel +++ b/third_party/remote/BUILD.proc-macro-error-attr-1.0.4.bazel @@ -80,7 +80,7 @@ rust_proc_macro( # buildifier: leave-alone deps = [ ":proc_macro_error_attr_build_script", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", ], ) diff --git a/third_party/remote/BUILD.proc-macro2-1.0.40.bazel b/third_party/remote/BUILD.proc-macro2-1.0.46.bazel similarity index 95% rename from third_party/remote/BUILD.proc-macro2-1.0.40.bazel rename to third_party/remote/BUILD.proc-macro2-1.0.46.bazel index ebd15c8c7..2290838c2 100644 --- a/third_party/remote/BUILD.proc-macro2-1.0.40.bazel +++ b/third_party/remote/BUILD.proc-macro2-1.0.46.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.40", + version = "1.0.46", visibility = ["//visibility:private"], deps = [ ], @@ -79,11 +79,11 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.40", + version = "1.0.46", # buildifier: leave-alone deps = [ ":proc_macro2_build_script", - "@raze__unicode_ident__1_0_2//:unicode_ident", + "@raze__unicode_ident__1_0_4//:unicode_ident", ], ) diff --git a/third_party/remote/BUILD.prost-0.10.4.bazel b/third_party/remote/BUILD.prost-0.10.4.bazel index b8b3cb890..d025f49d2 100644 --- a/third_party/remote/BUILD.prost-0.10.4.bazel +++ b/third_party/remote/BUILD.prost-0.10.4.bazel @@ -57,6 +57,6 @@ rust_library( version = "0.10.4", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", ], ) diff --git a/third_party/remote/BUILD.prost-build-0.10.4.bazel b/third_party/remote/BUILD.prost-build-0.10.4.bazel index 96f07b975..12afa2676 100644 --- a/third_party/remote/BUILD.prost-build-0.10.4.bazel +++ b/third_party/remote/BUILD.prost-build-0.10.4.bazel @@ -62,7 +62,7 @@ cargo_build_script( deps = [ "@raze__cfg_if__1_0_0//:cfg_if", "@raze__cmake__0_1_48//:cmake", - "@raze__which__4_2_5//:which", + "@raze__which__4_3_0//:which", ], ) @@ -90,9 +90,9 @@ rust_library( deps = [ ":prost_build_build_script", "@com_google_protobuf//:protoc", - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__heck__0_4_0//:heck", - "@raze__itertools__0_10_3//:itertools", + "@raze__itertools__0_10_5//:itertools", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_17//:log", "@raze__multimap__0_8_3//:multimap", diff --git a/third_party/remote/BUILD.prost-derive-0.10.1.bazel b/third_party/remote/BUILD.prost-derive-0.10.1.bazel index d3fc9ffa2..0d76e1bb7 100644 --- a/third_party/remote/BUILD.prost-derive-0.10.1.bazel +++ b/third_party/remote/BUILD.prost-derive-0.10.1.bazel @@ -49,10 +49,10 @@ rust_proc_macro( version = "0.10.1", # buildifier: leave-alone deps = [ - "@raze__anyhow__1_0_58//:anyhow", - "@raze__itertools__0_10_3//:itertools", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__anyhow__1_0_65//:anyhow", + "@raze__itertools__0_10_5//:itertools", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.prost-types-0.10.1.bazel b/third_party/remote/BUILD.prost-types-0.10.1.bazel index e86f46725..8a9449ec5 100644 --- a/third_party/remote/BUILD.prost-types-0.10.1.bazel +++ b/third_party/remote/BUILD.prost-types-0.10.1.bazel @@ -51,7 +51,7 @@ rust_library( version = "0.10.1", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__prost__0_10_4//:prost", ], ) diff --git a/third_party/remote/BUILD.quote-1.0.20.bazel b/third_party/remote/BUILD.quote-1.0.21.bazel similarity index 94% rename from third_party/remote/BUILD.quote-1.0.20.bazel rename to third_party/remote/BUILD.quote-1.0.21.bazel index c591bf964..cee5aebca 100644 --- a/third_party/remote/BUILD.quote-1.0.20.bazel +++ b/third_party/remote/BUILD.quote-1.0.21.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.20", + version = "1.0.21", visibility = ["//visibility:private"], deps = [ ], @@ -79,11 +79,11 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.20", + version = "1.0.21", # buildifier: leave-alone deps = [ ":quote_build_script", - "@raze__proc_macro2__1_0_40//:proc_macro2", + "@raze__proc_macro2__1_0_46//:proc_macro2", ], ) diff --git a/third_party/remote/BUILD.rand-0.8.5.bazel b/third_party/remote/BUILD.rand-0.8.5.bazel index fcb9c2c3d..0349972b3 100644 --- a/third_party/remote/BUILD.rand-0.8.5.bazel +++ b/third_party/remote/BUILD.rand-0.8.5.bazel @@ -60,7 +60,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__rand_chacha__0_3_1//:rand_chacha", - "@raze__rand_core__0_6_3//:rand_core", + "@raze__rand_core__0_6_4//:rand_core", ] + selects.with_or({ # cfg(unix) ( @@ -70,7 +70,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.rand_chacha-0.3.1.bazel b/third_party/remote/BUILD.rand_chacha-0.3.1.bazel index a979c255a..7b46c6962 100644 --- a/third_party/remote/BUILD.rand_chacha-0.3.1.bazel +++ b/third_party/remote/BUILD.rand_chacha-0.3.1.bazel @@ -51,6 +51,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__ppv_lite86__0_2_16//:ppv_lite86", - "@raze__rand_core__0_6_3//:rand_core", + "@raze__rand_core__0_6_4//:rand_core", ], ) diff --git a/third_party/remote/BUILD.rand_core-0.6.3.bazel b/third_party/remote/BUILD.rand_core-0.6.4.bazel similarity index 97% rename from third_party/remote/BUILD.rand_core-0.6.3.bazel rename to third_party/remote/BUILD.rand_core-0.6.4.bazel index 2cce0baac..35beaa66d 100644 --- a/third_party/remote/BUILD.rand_core-0.6.3.bazel +++ b/third_party/remote/BUILD.rand_core-0.6.4.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.3", + version = "0.6.4", # buildifier: leave-alone deps = [ "@raze__getrandom__0_2_7//:getrandom", diff --git a/third_party/remote/BUILD.redox_syscall-0.2.13.bazel b/third_party/remote/BUILD.redox_syscall-0.2.16.bazel similarity index 97% rename from third_party/remote/BUILD.redox_syscall-0.2.13.bazel rename to third_party/remote/BUILD.redox_syscall-0.2.16.bazel index a0035d4ce..2de0821e5 100644 --- a/third_party/remote/BUILD.redox_syscall-0.2.13.bazel +++ b/third_party/remote/BUILD.redox_syscall-0.2.16.bazel @@ -55,7 +55,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.13", + version = "0.2.16", # buildifier: leave-alone deps = [ "@raze__bitflags__1_3_2//:bitflags", diff --git a/third_party/remote/BUILD.redox_users-0.4.3.bazel b/third_party/remote/BUILD.redox_users-0.4.3.bazel index 1ff11f5d6..7c0972649 100644 --- a/third_party/remote/BUILD.redox_users-0.4.3.bazel +++ b/third_party/remote/BUILD.redox_users-0.4.3.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__getrandom__0_2_7//:getrandom", - "@raze__redox_syscall__0_2_13//:redox_syscall", - "@raze__thiserror__1_0_31//:thiserror", + "@raze__redox_syscall__0_2_16//:redox_syscall", + "@raze__thiserror__1_0_37//:thiserror", ], ) diff --git a/third_party/remote/BUILD.regex-1.6.0.bazel b/third_party/remote/BUILD.regex-1.6.0.bazel index 81c1c94f1..05c644fde 100644 --- a/third_party/remote/BUILD.regex-1.6.0.bazel +++ b/third_party/remote/BUILD.regex-1.6.0.bazel @@ -70,7 +70,7 @@ rust_library( version = "1.6.0", # buildifier: leave-alone deps = [ - "@raze__aho_corasick__0_7_18//:aho_corasick", + "@raze__aho_corasick__0_7_19//:aho_corasick", "@raze__memchr__2_5_0//:memchr", "@raze__regex_syntax__0_6_27//:regex_syntax", ], diff --git a/third_party/remote/BUILD.rusoto_core-0.46.0.bazel b/third_party/remote/BUILD.rusoto_core-0.46.0.bazel index bcaa5a25a..64a54e14a 100644 --- a/third_party/remote/BUILD.rusoto_core-0.46.0.bazel +++ b/third_party/remote/BUILD.rusoto_core-0.46.0.bazel @@ -74,7 +74,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_56//:async_trait", + "@raze__async_trait__0_1_57//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -88,9 +88,9 @@ rust_library( deps = [ ":rusoto_core_build_script", "@raze__base64__0_13_0//:base64", - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__crc32fast__1_3_2//:crc32fast", - "@raze__futures__0_3_21//:futures", + "@raze__futures__0_3_24//:futures", "@raze__http__0_2_8//:http", "@raze__hyper__0_14_20//:hyper", "@raze__hyper_tls__0_5_0//:hyper_tls", @@ -98,9 +98,9 @@ rust_library( "@raze__log__0_4_17//:log", "@raze__rusoto_credential__0_46_0//:rusoto_credential", "@raze__rusoto_signature__0_46_0//:rusoto_signature", - "@raze__serde__1_0_140//:serde", - "@raze__serde_json__1_0_82//:serde_json", - "@raze__tokio__1_20_0//:tokio", + "@raze__serde__1_0_145//:serde", + "@raze__serde_json__1_0_85//:serde_json", + "@raze__tokio__1_21_2//:tokio", "@raze__xml_rs__0_8_4//:xml_rs", ], ) diff --git a/third_party/remote/BUILD.rusoto_credential-0.46.0.bazel b/third_party/remote/BUILD.rusoto_credential-0.46.0.bazel index 8d413fcb2..2516aad10 100644 --- a/third_party/remote/BUILD.rusoto_credential-0.46.0.bazel +++ b/third_party/remote/BUILD.rusoto_credential-0.46.0.bazel @@ -40,7 +40,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_56//:async_trait", + "@raze__async_trait__0_1_57//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -52,14 +52,14 @@ rust_library( version = "0.46.0", # buildifier: leave-alone deps = [ - "@raze__chrono__0_4_19//:chrono", + "@raze__chrono__0_4_22//:chrono", "@raze__dirs_next__2_0_0//:dirs_next", - "@raze__futures__0_3_21//:futures", + "@raze__futures__0_3_24//:futures", "@raze__hyper__0_14_20//:hyper", - "@raze__serde__1_0_140//:serde", - "@raze__serde_json__1_0_82//:serde_json", + "@raze__serde__1_0_145//:serde", + "@raze__serde_json__1_0_85//:serde_json", "@raze__shlex__0_1_1//:shlex", - "@raze__tokio__1_20_0//:tokio", + "@raze__tokio__1_21_2//:tokio", "@raze__zeroize__1_5_7//:zeroize", ], ) diff --git a/third_party/remote/BUILD.rusoto_mock-0.46.0.bazel b/third_party/remote/BUILD.rusoto_mock-0.46.0.bazel index a1476a793..e0d96448e 100644 --- a/third_party/remote/BUILD.rusoto_mock-0.46.0.bazel +++ b/third_party/remote/BUILD.rusoto_mock-0.46.0.bazel @@ -42,7 +42,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_56//:async_trait", + "@raze__async_trait__0_1_57//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -54,11 +54,11 @@ rust_library( version = "0.46.0", # buildifier: leave-alone deps = [ - "@raze__chrono__0_4_19//:chrono", - "@raze__futures__0_3_21//:futures", + "@raze__chrono__0_4_22//:chrono", + "@raze__futures__0_3_24//:futures", "@raze__http__0_2_8//:http", "@raze__rusoto_core__0_46_0//:rusoto_core", - "@raze__serde__1_0_140//:serde", - "@raze__serde_json__1_0_82//:serde_json", + "@raze__serde__1_0_145//:serde", + "@raze__serde_json__1_0_85//:serde_json", ], ) diff --git a/third_party/remote/BUILD.rusoto_s3-0.46.0.bazel b/third_party/remote/BUILD.rusoto_s3-0.46.0.bazel index b8fab90fb..9dd822107 100644 --- a/third_party/remote/BUILD.rusoto_s3-0.46.0.bazel +++ b/third_party/remote/BUILD.rusoto_s3-0.46.0.bazel @@ -42,7 +42,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_56//:async_trait", + "@raze__async_trait__0_1_57//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -54,8 +54,8 @@ rust_library( version = "0.46.0", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", - "@raze__futures__0_3_21//:futures", + "@raze__bytes__1_2_1//:bytes", + "@raze__futures__0_3_24//:futures", "@raze__rusoto_core__0_46_0//:rusoto_core", "@raze__xml_rs__0_8_4//:xml_rs", ], diff --git a/third_party/remote/BUILD.rusoto_signature-0.46.0.bazel b/third_party/remote/BUILD.rusoto_signature-0.46.0.bazel index 8e798495f..0a9f77024 100644 --- a/third_party/remote/BUILD.rusoto_signature-0.46.0.bazel +++ b/third_party/remote/BUILD.rusoto_signature-0.46.0.bazel @@ -50,20 +50,20 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__base64__0_13_0//:base64", - "@raze__bytes__1_2_0//:bytes", - "@raze__futures__0_3_21//:futures", + "@raze__bytes__1_2_1//:bytes", + "@raze__futures__0_3_24//:futures", "@raze__hex__0_4_3//:hex", "@raze__hmac__0_10_1//:hmac", "@raze__http__0_2_8//:http", "@raze__hyper__0_14_20//:hyper", "@raze__log__0_4_17//:log", "@raze__md5__0_7_0//:md5", - "@raze__percent_encoding__2_1_0//:percent_encoding", + "@raze__percent_encoding__2_2_0//:percent_encoding", "@raze__pin_project_lite__0_2_9//:pin_project_lite", "@raze__rusoto_credential__0_46_0//:rusoto_credential", - "@raze__serde__1_0_140//:serde", + "@raze__serde__1_0_145//:serde", "@raze__sha2__0_9_9//:sha2", "@raze__time__0_2_27//:time", - "@raze__tokio__1_20_0//:tokio", + "@raze__tokio__1_21_2//:tokio", ], ) diff --git a/third_party/remote/BUILD.ryu-1.0.10.bazel b/third_party/remote/BUILD.ryu-1.0.11.bazel similarity index 98% rename from third_party/remote/BUILD.ryu-1.0.10.bazel rename to third_party/remote/BUILD.ryu-1.0.11.bazel index 078cd9103..27d327446 100644 --- a/third_party/remote/BUILD.ryu-1.0.10.bazel +++ b/third_party/remote/BUILD.ryu-1.0.11.bazel @@ -50,7 +50,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.10", + version = "1.0.11", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.security-framework-2.6.1.bazel b/third_party/remote/BUILD.security-framework-2.7.0.bazel similarity index 94% rename from third_party/remote/BUILD.security-framework-2.6.1.bazel rename to third_party/remote/BUILD.security-framework-2.7.0.bazel index 324ead92f..e82807a9b 100644 --- a/third_party/remote/BUILD.security-framework-2.6.1.bazel +++ b/third_party/remote/BUILD.security-framework-2.7.0.bazel @@ -46,7 +46,7 @@ rust_library( ], crate_root = "src/lib.rs", data = [], - edition = "2018", + edition = "2021", rustc_flags = [ "--cap-lints=allow", ], @@ -54,13 +54,13 @@ rust_library( "cargo-raze", "manual", ], - version = "2.6.1", + version = "2.7.0", # buildifier: leave-alone deps = [ "@raze__bitflags__1_3_2//:bitflags", "@raze__core_foundation__0_9_3//:core_foundation", "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", "@raze__security_framework_sys__2_6_1//:security_framework_sys", ], ) diff --git a/third_party/remote/BUILD.security-framework-sys-2.6.1.bazel b/third_party/remote/BUILD.security-framework-sys-2.6.1.bazel index 8cc92b0f6..ee9644b99 100644 --- a/third_party/remote/BUILD.security-framework-sys-2.6.1.bazel +++ b/third_party/remote/BUILD.security-framework-sys-2.6.1.bazel @@ -52,6 +52,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], ) diff --git a/third_party/remote/BUILD.serde-1.0.140.bazel b/third_party/remote/BUILD.serde-1.0.145.bazel similarity index 94% rename from third_party/remote/BUILD.serde-1.0.140.bazel rename to third_party/remote/BUILD.serde-1.0.145.bazel index 7a4c0ebfe..24d90728b 100644 --- a/third_party/remote/BUILD.serde-1.0.140.bazel +++ b/third_party/remote/BUILD.serde-1.0.145.bazel @@ -58,7 +58,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.140", + version = "1.0.145", visibility = ["//visibility:private"], deps = [ ], @@ -77,7 +77,7 @@ rust_library( data = [], edition = "2015", proc_macro_deps = [ - "@raze__serde_derive__1_0_140//:serde_derive", + "@raze__serde_derive__1_0_145//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -86,7 +86,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.140", + version = "1.0.145", # buildifier: leave-alone deps = [ ":serde_build_script", diff --git a/third_party/remote/BUILD.serde_derive-1.0.140.bazel b/third_party/remote/BUILD.serde_derive-1.0.145.bazel similarity index 90% rename from third_party/remote/BUILD.serde_derive-1.0.140.bazel rename to third_party/remote/BUILD.serde_derive-1.0.145.bazel index 133119db1..105869855 100644 --- a/third_party/remote/BUILD.serde_derive-1.0.140.bazel +++ b/third_party/remote/BUILD.serde_derive-1.0.145.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.140", + version = "1.0.145", visibility = ["//visibility:private"], deps = [ ], @@ -77,12 +77,12 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "1.0.140", + version = "1.0.145", # buildifier: leave-alone deps = [ ":serde_derive_build_script", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.serde_json-1.0.82.bazel b/third_party/remote/BUILD.serde_json-1.0.85.bazel similarity index 92% rename from third_party/remote/BUILD.serde_json-1.0.82.bazel rename to third_party/remote/BUILD.serde_json-1.0.85.bazel index 60231538b..fcc644bbd 100644 --- a/third_party/remote/BUILD.serde_json-1.0.82.bazel +++ b/third_party/remote/BUILD.serde_json-1.0.85.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.82", + version = "1.0.85", visibility = ["//visibility:private"], deps = [ ], @@ -79,13 +79,13 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.82", + version = "1.0.85", # buildifier: leave-alone deps = [ ":serde_json_build_script", - "@raze__itoa__1_0_2//:itoa", - "@raze__ryu__1_0_10//:ryu", - "@raze__serde__1_0_140//:serde", + "@raze__itoa__1_0_3//:itoa", + "@raze__ryu__1_0_11//:ryu", + "@raze__serde__1_0_145//:serde", ], ) diff --git a/third_party/remote/BUILD.sha-1-0.8.2.bazel b/third_party/remote/BUILD.sha-1-0.8.2.bazel deleted file mode 100644 index e60a45273..000000000 --- a/third_party/remote/BUILD.sha-1-0.8.2.bazel +++ /dev/null @@ -1,72 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//third_party", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -# Unsupported target "lib" with type "bench" omitted - -# Unsupported target "sha1sum" with type "example" omitted - -alias( - name = "sha_1", - actual = ":sha1", - tags = [ - "cargo-raze", - "manual", - ], -) - -rust_library( - name = "sha1", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.8.2", - # buildifier: leave-alone - deps = [ - "@raze__block_buffer__0_7_3//:block_buffer", - "@raze__digest__0_8_1//:digest", - "@raze__fake_simd__0_1_2//:fake_simd", - "@raze__opaque_debug__0_2_3//:opaque_debug", - ], -) - -# Unsupported target "lib" with type "test" omitted diff --git a/third_party/remote/BUILD.sha1-0.10.5.bazel b/third_party/remote/BUILD.sha1-0.10.5.bazel new file mode 100644 index 000000000..33d337ac5 --- /dev/null +++ b/third_party/remote/BUILD.sha1-0.10.5.bazel @@ -0,0 +1,70 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:defs.bzl", + "rust_binary", + "rust_library", + "rust_proc_macro", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//third_party", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets + +# Unsupported target "mod" with type "bench" omitted + +rust_library( + name = "sha1", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.10.5", + # buildifier: leave-alone + deps = [ + "@raze__cfg_if__1_0_0//:cfg_if", + "@raze__digest__0_10_5//:digest", + ] + selects.with_or({ + # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) + ( + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + ): [ + "@raze__cpufeatures__0_2_5//:cpufeatures", + ], + "//conditions:default": [], + }), +) + +# Unsupported target "mod" with type "test" omitted diff --git a/third_party/remote/BUILD.sha2-0.9.9.bazel b/third_party/remote/BUILD.sha2-0.9.9.bazel index b2056f8bf..17e85b23f 100644 --- a/third_party/remote/BUILD.sha2-0.9.9.bazel +++ b/third_party/remote/BUILD.sha2-0.9.9.bazel @@ -71,7 +71,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", ): [ - "@raze__cpufeatures__0_2_2//:cpufeatures", + "@raze__cpufeatures__0_2_5//:cpufeatures", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.shellexpand-2.1.0.bazel b/third_party/remote/BUILD.shellexpand-2.1.2.bazel similarity index 93% rename from third_party/remote/BUILD.shellexpand-2.1.0.bazel rename to third_party/remote/BUILD.shellexpand-2.1.2.bazel index dadfd0ef3..2e276a271 100644 --- a/third_party/remote/BUILD.shellexpand-2.1.0.bazel +++ b/third_party/remote/BUILD.shellexpand-2.1.2.bazel @@ -46,9 +46,9 @@ rust_library( "cargo-raze", "manual", ], - version = "2.1.0", + version = "2.1.2", # buildifier: leave-alone deps = [ - "@raze__dirs_next__2_0_0//:dirs_next", + "@raze__dirs__4_0_0//:dirs", ], ) diff --git a/third_party/remote/BUILD.signal-hook-registry-1.4.0.bazel b/third_party/remote/BUILD.signal-hook-registry-1.4.0.bazel index 47171f377..4ae3f196d 100644 --- a/third_party/remote/BUILD.signal-hook-registry-1.4.0.bazel +++ b/third_party/remote/BUILD.signal-hook-registry-1.4.0.bazel @@ -49,7 +49,7 @@ rust_library( version = "1.4.0", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], ) diff --git a/third_party/remote/BUILD.smallvec-1.9.0.bazel b/third_party/remote/BUILD.smallvec-1.10.0.bazel similarity index 92% rename from third_party/remote/BUILD.smallvec-1.9.0.bazel rename to third_party/remote/BUILD.smallvec-1.10.0.bazel index 0f8f7a6cd..3bd36f7ff 100644 --- a/third_party/remote/BUILD.smallvec-1.9.0.bazel +++ b/third_party/remote/BUILD.smallvec-1.10.0.bazel @@ -48,10 +48,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.9.0", + version = "1.10.0", # buildifier: leave-alone deps = [ ], ) +# Unsupported target "debugger_visualizer" with type "test" omitted + # Unsupported target "macro" with type "test" omitted diff --git a/third_party/remote/BUILD.socket2-0.4.4.bazel b/third_party/remote/BUILD.socket2-0.4.7.bazel similarity index 95% rename from third_party/remote/BUILD.socket2-0.4.4.bazel rename to third_party/remote/BUILD.socket2-0.4.7.bazel index a7269b304..01be8fbf1 100644 --- a/third_party/remote/BUILD.socket2-0.4.4.bazel +++ b/third_party/remote/BUILD.socket2-0.4.7.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.4", + version = "0.4.7", # buildifier: leave-alone deps = [ ] + selects.with_or({ @@ -61,7 +61,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.stdweb-derive-0.5.3.bazel b/third_party/remote/BUILD.stdweb-derive-0.5.3.bazel index 7152dfe73..07b68f9ec 100644 --- a/third_party/remote/BUILD.stdweb-derive-0.5.3.bazel +++ b/third_party/remote/BUILD.stdweb-derive-0.5.3.bazel @@ -40,7 +40,7 @@ rust_proc_macro( data = [], edition = "2015", proc_macro_deps = [ - "@raze__serde_derive__1_0_140//:serde_derive", + "@raze__serde_derive__1_0_145//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -52,9 +52,9 @@ rust_proc_macro( version = "0.5.3", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__serde__1_0_140//:serde", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__serde__1_0_145//:serde", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.stdweb-internal-macros-0.2.9.bazel b/third_party/remote/BUILD.stdweb-internal-macros-0.2.9.bazel index 933dae66f..eed13cf02 100644 --- a/third_party/remote/BUILD.stdweb-internal-macros-0.2.9.bazel +++ b/third_party/remote/BUILD.stdweb-internal-macros-0.2.9.bazel @@ -40,7 +40,7 @@ rust_proc_macro( data = [], edition = "2015", proc_macro_deps = [ - "@raze__serde_derive__1_0_140//:serde_derive", + "@raze__serde_derive__1_0_145//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -53,11 +53,11 @@ rust_proc_macro( # buildifier: leave-alone deps = [ "@raze__base_x__0_2_11//:base_x", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__serde__1_0_140//:serde", - "@raze__serde_json__1_0_82//:serde_json", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__serde__1_0_145//:serde", + "@raze__serde_json__1_0_85//:serde_json", "@raze__sha1__0_6_1//:sha1", - "@raze__syn__1_0_98//:syn", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.syn-1.0.98.bazel b/third_party/remote/BUILD.syn-1.0.101.bazel similarity index 95% rename from third_party/remote/BUILD.syn-1.0.98.bazel rename to third_party/remote/BUILD.syn-1.0.101.bazel index 333880e81..7ae77f46c 100644 --- a/third_party/remote/BUILD.syn-1.0.98.bazel +++ b/third_party/remote/BUILD.syn-1.0.101.bazel @@ -65,7 +65,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.98", + version = "1.0.101", visibility = ["//visibility:private"], deps = [ ], @@ -101,13 +101,13 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.98", + version = "1.0.101", # buildifier: leave-alone deps = [ ":syn_build_script", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__unicode_ident__1_0_2//:unicode_ident", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__unicode_ident__1_0_4//:unicode_ident", ], ) diff --git a/third_party/remote/BUILD.tempfile-3.3.0.bazel b/third_party/remote/BUILD.tempfile-3.3.0.bazel index 745711350..edc4341da 100644 --- a/third_party/remote/BUILD.tempfile-3.3.0.bazel +++ b/third_party/remote/BUILD.tempfile-3.3.0.bazel @@ -52,7 +52,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__fastrand__1_7_0//:fastrand", + "@raze__fastrand__1_8_0//:fastrand", "@raze__remove_dir_all__0_5_3//:remove_dir_all", ] + selects.with_or({ # cfg(any(unix, target_os = "wasi")) @@ -63,7 +63,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.textwrap-0.15.0.bazel b/third_party/remote/BUILD.textwrap-0.15.0.bazel deleted file mode 100644 index 2c87c8f6a..000000000 --- a/third_party/remote/BUILD.textwrap-0.15.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//third_party", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -# Unsupported target "indent" with type "bench" omitted - -# Unsupported target "linear" with type "bench" omitted - -# Unsupported target "hyphenation" with type "example" omitted - -# Unsupported target "termwidth" with type "example" omitted - -rust_library( - name = "textwrap", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.15.0", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "indent" with type "test" omitted - -# Unsupported target "version-numbers" with type "test" omitted diff --git a/third_party/remote/BUILD.thiserror-1.0.31.bazel b/third_party/remote/BUILD.thiserror-1.0.37.bazel similarity index 69% rename from third_party/remote/BUILD.thiserror-1.0.31.bazel rename to third_party/remote/BUILD.thiserror-1.0.37.bazel index dffc0b1cb..256fc7620 100644 --- a/third_party/remote/BUILD.thiserror-1.0.31.bazel +++ b/third_party/remote/BUILD.thiserror-1.0.37.bazel @@ -30,6 +30,35 @@ licenses([ ]) # Generated Targets +# buildifier: disable=out-of-order-load +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "thiserror_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.37", + visibility = ["//visibility:private"], + deps = [ + ], +) rust_library( name = "thiserror", @@ -40,7 +69,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__thiserror_impl__1_0_31//:thiserror_impl", + "@raze__thiserror_impl__1_0_37//:thiserror_impl", ], rustc_flags = [ "--cap-lints=allow", @@ -49,9 +78,10 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.31", + version = "1.0.37", # buildifier: leave-alone deps = [ + ":thiserror_build_script", ], ) @@ -59,6 +89,8 @@ rust_library( # Unsupported target "test_backtrace" with type "test" omitted +# Unsupported target "test_deprecated" with type "test" omitted + # Unsupported target "test_display" with type "test" omitted # Unsupported target "test_error" with type "test" omitted diff --git a/third_party/remote/BUILD.thiserror-impl-1.0.31.bazel b/third_party/remote/BUILD.thiserror-impl-1.0.37.bazel similarity index 86% rename from third_party/remote/BUILD.thiserror-impl-1.0.31.bazel rename to third_party/remote/BUILD.thiserror-impl-1.0.37.bazel index 3fac402dc..e3b0c16a7 100644 --- a/third_party/remote/BUILD.thiserror-impl-1.0.31.bazel +++ b/third_party/remote/BUILD.thiserror-impl-1.0.37.bazel @@ -46,11 +46,11 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "1.0.31", + version = "1.0.37", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.time-0.1.44.bazel b/third_party/remote/BUILD.time-0.1.44.bazel index 6e127948c..aa834d650 100644 --- a/third_party/remote/BUILD.time-0.1.44.bazel +++ b/third_party/remote/BUILD.time-0.1.44.bazel @@ -49,6 +49,6 @@ rust_library( version = "0.1.44", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], ) diff --git a/third_party/remote/BUILD.time-0.2.27.bazel b/third_party/remote/BUILD.time-0.2.27.bazel index c487aabc6..6fa97e147 100644 --- a/third_party/remote/BUILD.time-0.2.27.bazel +++ b/third_party/remote/BUILD.time-0.2.27.bazel @@ -119,7 +119,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", ], "//conditions:default": [], }), diff --git a/third_party/remote/BUILD.time-macros-impl-0.1.2.bazel b/third_party/remote/BUILD.time-macros-impl-0.1.2.bazel index 3b697a88f..d7e239020 100644 --- a/third_party/remote/BUILD.time-macros-impl-0.1.2.bazel +++ b/third_party/remote/BUILD.time-macros-impl-0.1.2.bazel @@ -52,9 +52,9 @@ rust_proc_macro( version = "0.1.2", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", "@raze__standback__0_2_17//:standback", - "@raze__syn__1_0_98//:syn", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.tokio-1.20.0.bazel b/third_party/remote/BUILD.tokio-1.21.2.bazel similarity index 89% rename from third_party/remote/BUILD.tokio-1.20.0.bazel rename to third_party/remote/BUILD.tokio-1.21.2.bazel index c774b808b..801e0872d 100644 --- a/third_party/remote/BUILD.tokio-1.20.0.bazel +++ b/third_party/remote/BUILD.tokio-1.21.2.bazel @@ -54,7 +54,6 @@ cargo_build_script( "mio", "net", "num_cpus", - "once_cell", "parking_lot", "process", "rt", @@ -76,11 +75,22 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.20.0", + version = "1.21.2", visibility = ["//visibility:private"], deps = [ "@raze__autocfg__1_1_0//:autocfg", ] + selects.with_or({ + # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ( + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ # cfg(unix) ( "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", @@ -111,7 +121,6 @@ rust_library( "mio", "net", "num_cpus", - "once_cell", "parking_lot", "process", "rt", @@ -136,19 +145,29 @@ rust_library( "cargo-raze", "manual", ], - version = "1.20.0", + version = "1.21.2", # buildifier: leave-alone deps = [ ":tokio_build_script", - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__memchr__2_5_0//:memchr", "@raze__mio__0_8_4//:mio", "@raze__num_cpus__1_13_1//:num_cpus", - "@raze__once_cell__1_13_0//:once_cell", "@raze__parking_lot__0_12_1//:parking_lot", "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__socket2__0_4_4//:socket2", ] + selects.with_or({ + # cfg(not(any(target_arch = "wasm32", target_arch = "wasm64"))) + ( + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", + "@rules_rust//rust/platform:s390x-unknown-linux-gnu", + ): [ + "@raze__socket2__0_4_7//:socket2", + ], + "//conditions:default": [], + }) + selects.with_or({ # cfg(unix) ( "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", @@ -157,7 +176,7 @@ rust_library( "@rules_rust//rust/platform:powerpc-unknown-linux-gnu", "@rules_rust//rust/platform:s390x-unknown-linux-gnu", ): [ - "@raze__libc__0_2_126//:libc", + "@raze__libc__0_2_134//:libc", "@raze__signal_hook_registry__1_4_0//:signal_hook_registry", ], "//conditions:default": [], @@ -258,6 +277,8 @@ rust_library( # Unsupported target "net_lookup_host" with type "test" omitted +# Unsupported target "net_panic" with type "test" omitted + # Unsupported target "no_rt" with type "test" omitted # Unsupported target "process_arg0" with type "test" omitted @@ -344,6 +365,8 @@ rust_library( # Unsupported target "task_local_set" with type "test" omitted +# Unsupported target "task_panic" with type "test" omitted + # Unsupported target "tcp_accept" with type "test" omitted # Unsupported target "tcp_connect" with type "test" omitted diff --git a/third_party/remote/BUILD.tokio-io-timeout-1.2.0.bazel b/third_party/remote/BUILD.tokio-io-timeout-1.2.0.bazel index 71e2e1916..fbaabc3a9 100644 --- a/third_party/remote/BUILD.tokio-io-timeout-1.2.0.bazel +++ b/third_party/remote/BUILD.tokio-io-timeout-1.2.0.bazel @@ -50,6 +50,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__tokio__1_20_0//:tokio", + "@raze__tokio__1_21_2//:tokio", ], ) diff --git a/third_party/remote/BUILD.tokio-macros-1.8.0.bazel b/third_party/remote/BUILD.tokio-macros-1.8.0.bazel index 4a3474e24..d583052f7 100644 --- a/third_party/remote/BUILD.tokio-macros-1.8.0.bazel +++ b/third_party/remote/BUILD.tokio-macros-1.8.0.bazel @@ -49,8 +49,8 @@ rust_proc_macro( version = "1.8.0", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.tokio-native-tls-0.3.0.bazel b/third_party/remote/BUILD.tokio-native-tls-0.3.0.bazel index 0acf62e20..fdd908cb3 100644 --- a/third_party/remote/BUILD.tokio-native-tls-0.3.0.bazel +++ b/third_party/remote/BUILD.tokio-native-tls-0.3.0.bazel @@ -54,7 +54,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__native_tls__0_2_10//:native_tls", - "@raze__tokio__1_20_0//:tokio", + "@raze__tokio__1_21_2//:tokio", ], ) diff --git a/third_party/remote/BUILD.tokio-stream-0.1.9.bazel b/third_party/remote/BUILD.tokio-stream-0.1.10.bazel similarity index 86% rename from third_party/remote/BUILD.tokio-stream-0.1.9.bazel rename to third_party/remote/BUILD.tokio-stream-0.1.10.bazel index 7ec95dd2d..28438dd12 100644 --- a/third_party/remote/BUILD.tokio-stream-0.1.9.bazel +++ b/third_party/remote/BUILD.tokio-stream-0.1.10.bazel @@ -51,18 +51,20 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.9", + version = "0.1.10", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_21//:futures_core", + "@raze__futures_core__0_3_24//:futures_core", "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__tokio__1_20_0//:tokio", - "@raze__tokio_util__0_7_3//:tokio_util", + "@raze__tokio__1_21_2//:tokio", + "@raze__tokio_util__0_7_4//:tokio_util", ], ) # Unsupported target "async_send_sync" with type "test" omitted +# Unsupported target "chunks_timeout" with type "test" omitted + # Unsupported target "stream_chain" with type "test" omitted # Unsupported target "stream_collect" with type "test" omitted @@ -77,6 +79,8 @@ rust_library( # Unsupported target "stream_once" with type "test" omitted +# Unsupported target "stream_panic" with type "test" omitted + # Unsupported target "stream_pending" with type "test" omitted # Unsupported target "stream_stream_map" with type "test" omitted diff --git a/third_party/remote/BUILD.tokio-util-0.6.10.bazel b/third_party/remote/BUILD.tokio-util-0.6.10.bazel index 4f688c7da..4e65534f6 100644 --- a/third_party/remote/BUILD.tokio-util-0.6.10.bazel +++ b/third_party/remote/BUILD.tokio-util-0.6.10.bazel @@ -53,12 +53,12 @@ rust_library( version = "0.6.10", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_sink__0_3_21//:futures_sink", + "@raze__bytes__1_2_1//:bytes", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_sink__0_3_24//:futures_sink", "@raze__log__0_4_17//:log", "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__tokio__1_20_0//:tokio", + "@raze__tokio__1_21_2//:tokio", ], ) diff --git a/third_party/remote/BUILD.tokio-util-0.7.3.bazel b/third_party/remote/BUILD.tokio-util-0.7.4.bazel similarity index 88% rename from third_party/remote/BUILD.tokio-util-0.7.3.bazel rename to third_party/remote/BUILD.tokio-util-0.7.4.bazel index 148119697..3119759b1 100644 --- a/third_party/remote/BUILD.tokio-util-0.7.3.bazel +++ b/third_party/remote/BUILD.tokio-util-0.7.4.bazel @@ -49,15 +49,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.3", + version = "0.7.4", # buildifier: leave-alone deps = [ - "@raze__bytes__1_2_0//:bytes", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_sink__0_3_21//:futures_sink", + "@raze__bytes__1_2_1//:bytes", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_sink__0_3_24//:futures_sink", "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__tokio__1_20_0//:tokio", - "@raze__tracing__0_1_35//:tracing", + "@raze__tokio__1_21_2//:tokio", + "@raze__tracing__0_1_36//:tracing", ], ) @@ -85,6 +85,8 @@ rust_library( # Unsupported target "mpsc" with type "test" omitted +# Unsupported target "panic" with type "test" omitted + # Unsupported target "poll_semaphore" with type "test" omitted # Unsupported target "reusable_box" with type "test" omitted diff --git a/third_party/remote/BUILD.tonic-0.7.2.bazel b/third_party/remote/BUILD.tonic-0.7.2.bazel index 8c8d51b8c..7fda37c34 100644 --- a/third_party/remote/BUILD.tonic-0.7.2.bazel +++ b/third_party/remote/BUILD.tonic-0.7.2.bazel @@ -62,7 +62,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__async_trait__0_1_56//:async_trait", + "@raze__async_trait__0_1_57//:async_trait", "@raze__prost_derive__0_10_1//:prost_derive", ], rustc_flags = [ @@ -76,27 +76,27 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__async_stream__0_3_3//:async_stream", - "@raze__axum__0_5_13//:axum", + "@raze__axum__0_5_16//:axum", "@raze__base64__0_13_0//:base64", - "@raze__bytes__1_2_0//:bytes", + "@raze__bytes__1_2_1//:bytes", "@raze__flate2__1_0_24//:flate2", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_util__0_3_21//:futures_util", - "@raze__h2__0_3_13//:h2", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_util__0_3_24//:futures_util", + "@raze__h2__0_3_14//:h2", "@raze__http__0_2_8//:http", "@raze__http_body__0_4_5//:http_body", "@raze__hyper__0_14_20//:hyper", "@raze__hyper_timeout__0_4_1//:hyper_timeout", - "@raze__percent_encoding__2_1_0//:percent_encoding", - "@raze__pin_project__1_0_11//:pin_project", + "@raze__percent_encoding__2_2_0//:percent_encoding", + "@raze__pin_project__1_0_12//:pin_project", "@raze__prost__0_10_4//:prost", - "@raze__tokio__1_20_0//:tokio", - "@raze__tokio_stream__0_1_9//:tokio_stream", - "@raze__tokio_util__0_7_3//:tokio_util", + "@raze__tokio__1_21_2//:tokio", + "@raze__tokio_stream__0_1_10//:tokio_stream", + "@raze__tokio_util__0_7_4//:tokio_util", "@raze__tower__0_4_13//:tower", "@raze__tower_layer__0_3_1//:tower_layer", "@raze__tower_service__0_3_2//:tower_service", - "@raze__tracing__0_1_35//:tracing", + "@raze__tracing__0_1_36//:tracing", "@raze__tracing_futures__0_2_5//:tracing_futures", ], ) diff --git a/third_party/remote/BUILD.tonic-build-0.7.2.bazel b/third_party/remote/BUILD.tonic-build-0.7.2.bazel index d2a5b3f97..ac6a03634 100644 --- a/third_party/remote/BUILD.tonic-build-0.7.2.bazel +++ b/third_party/remote/BUILD.tonic-build-0.7.2.bazel @@ -54,10 +54,10 @@ rust_library( version = "0.7.2", # buildifier: leave-alone deps = [ - "@raze__prettyplease__0_1_16//:prettyplease", - "@raze__proc_macro2__1_0_40//:proc_macro2", + "@raze__prettyplease__0_1_19//:prettyplease", + "@raze__proc_macro2__1_0_46//:proc_macro2", "@raze__prost_build__0_10_4//:prost_build", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.tower-0.4.13.bazel b/third_party/remote/BUILD.tower-0.4.13.bazel index 0b8bb4438..8f1b848fc 100644 --- a/third_party/remote/BUILD.tower-0.4.13.bazel +++ b/third_party/remote/BUILD.tower-0.4.13.bazel @@ -73,18 +73,18 @@ rust_library( version = "0.4.13", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_util__0_3_21//:futures_util", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_util__0_3_24//:futures_util", "@raze__indexmap__1_9_1//:indexmap", - "@raze__pin_project__1_0_11//:pin_project", + "@raze__pin_project__1_0_12//:pin_project", "@raze__pin_project_lite__0_2_9//:pin_project_lite", "@raze__rand__0_8_5//:rand", "@raze__slab__0_4_7//:slab", - "@raze__tokio__1_20_0//:tokio", - "@raze__tokio_util__0_7_3//:tokio_util", + "@raze__tokio__1_21_2//:tokio", + "@raze__tokio_util__0_7_4//:tokio_util", "@raze__tower_layer__0_3_1//:tower_layer", "@raze__tower_service__0_3_2//:tower_service", - "@raze__tracing__0_1_35//:tracing", + "@raze__tracing__0_1_36//:tracing", ], ) diff --git a/third_party/remote/BUILD.tower-http-0.3.4.bazel b/third_party/remote/BUILD.tower-http-0.3.4.bazel index c6e22a85e..b1c7f86d0 100644 --- a/third_party/remote/BUILD.tower-http-0.3.4.bazel +++ b/third_party/remote/BUILD.tower-http-0.3.4.bazel @@ -54,9 +54,9 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__bitflags__1_3_2//:bitflags", - "@raze__bytes__1_2_0//:bytes", - "@raze__futures_core__0_3_21//:futures_core", - "@raze__futures_util__0_3_21//:futures_util", + "@raze__bytes__1_2_1//:bytes", + "@raze__futures_core__0_3_24//:futures_core", + "@raze__futures_util__0_3_24//:futures_util", "@raze__http__0_2_8//:http", "@raze__http_body__0_4_5//:http_body", "@raze__http_range_header__0_3_0//:http_range_header", diff --git a/third_party/remote/BUILD.tracing-0.1.35.bazel b/third_party/remote/BUILD.tracing-0.1.36.bazel similarity index 78% rename from third_party/remote/BUILD.tracing-0.1.35.bazel rename to third_party/remote/BUILD.tracing-0.1.36.bazel index 4fc5ecb76..0262a0654 100644 --- a/third_party/remote/BUILD.tracing-0.1.35.bazel +++ b/third_party/remote/BUILD.tracing-0.1.36.bazel @@ -31,11 +31,25 @@ licenses([ # Generated Targets -# Unsupported target "global_subscriber" with type "bench" omitted +# Unsupported target "baseline" with type "bench" omitted -# Unsupported target "no_subscriber" with type "bench" omitted +# Unsupported target "dispatch_get_clone" with type "bench" omitted -# Unsupported target "subscriber" with type "bench" omitted +# Unsupported target "dispatch_get_ref" with type "bench" omitted + +# Unsupported target "empty_span" with type "bench" omitted + +# Unsupported target "enter_span" with type "bench" omitted + +# Unsupported target "event" with type "bench" omitted + +# Unsupported target "shared" with type "bench" omitted + +# Unsupported target "span_fields" with type "bench" omitted + +# Unsupported target "span_no_fields" with type "bench" omitted + +# Unsupported target "span_repeated" with type "bench" omitted rust_library( name = "tracing", @@ -60,13 +74,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.35", + version = "0.1.36", # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", "@raze__log__0_4_17//:log", "@raze__pin_project_lite__0_2_9//:pin_project_lite", - "@raze__tracing_core__0_1_28//:tracing_core", + "@raze__tracing_core__0_1_29//:tracing_core", ], ) diff --git a/third_party/remote/BUILD.tracing-attributes-0.1.22.bazel b/third_party/remote/BUILD.tracing-attributes-0.1.22.bazel index 2b8f5e4dc..510816a32 100644 --- a/third_party/remote/BUILD.tracing-attributes-0.1.22.bazel +++ b/third_party/remote/BUILD.tracing-attributes-0.1.22.bazel @@ -49,9 +49,9 @@ rust_proc_macro( version = "0.1.22", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", ], ) diff --git a/third_party/remote/BUILD.tracing-core-0.1.28.bazel b/third_party/remote/BUILD.tracing-core-0.1.29.bazel similarity index 94% rename from third_party/remote/BUILD.tracing-core-0.1.28.bazel rename to third_party/remote/BUILD.tracing-core-0.1.29.bazel index 9dcc5e048..a62954059 100644 --- a/third_party/remote/BUILD.tracing-core-0.1.28.bazel +++ b/third_party/remote/BUILD.tracing-core-0.1.29.bazel @@ -48,10 +48,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.28", + version = "0.1.29", # buildifier: leave-alone deps = [ - "@raze__once_cell__1_13_0//:once_cell", + "@raze__once_cell__1_15_0//:once_cell", ], ) diff --git a/third_party/remote/BUILD.tracing-futures-0.2.5.bazel b/third_party/remote/BUILD.tracing-futures-0.2.5.bazel index de35560e0..2a28abbc2 100644 --- a/third_party/remote/BUILD.tracing-futures-0.2.5.bazel +++ b/third_party/remote/BUILD.tracing-futures-0.2.5.bazel @@ -53,8 +53,8 @@ rust_library( version = "0.2.5", # buildifier: leave-alone deps = [ - "@raze__pin_project__1_0_11//:pin_project", - "@raze__tracing__0_1_35//:tracing", + "@raze__pin_project__1_0_12//:pin_project", + "@raze__tracing__0_1_36//:tracing", ], ) diff --git a/third_party/remote/BUILD.ucd-trie-0.1.4.bazel b/third_party/remote/BUILD.ucd-trie-0.1.5.bazel similarity index 96% rename from third_party/remote/BUILD.ucd-trie-0.1.4.bazel rename to third_party/remote/BUILD.ucd-trie-0.1.5.bazel index 1ffac6137..162d2fa0a 100644 --- a/third_party/remote/BUILD.ucd-trie-0.1.4.bazel +++ b/third_party/remote/BUILD.ucd-trie-0.1.5.bazel @@ -37,7 +37,6 @@ rust_library( name = "ucd_trie", srcs = glob(["**/*.rs"]), crate_features = [ - "default", "std", ], crate_root = "src/lib.rs", @@ -50,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.4", + version = "0.1.5", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.unicode-ident-1.0.2.bazel b/third_party/remote/BUILD.unicode-ident-1.0.4.bazel similarity index 98% rename from third_party/remote/BUILD.unicode-ident-1.0.2.bazel rename to third_party/remote/BUILD.unicode-ident-1.0.4.bazel index 4722526de..599fd9800 100644 --- a/third_party/remote/BUILD.unicode-ident-1.0.2.bazel +++ b/third_party/remote/BUILD.unicode-ident-1.0.4.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.2", + version = "1.0.4", # buildifier: leave-alone deps = [ ], diff --git a/third_party/remote/BUILD.wasm-bindgen-0.2.81.bazel b/third_party/remote/BUILD.wasm-bindgen-0.2.83.bazel similarity index 95% rename from third_party/remote/BUILD.wasm-bindgen-0.2.81.bazel rename to third_party/remote/BUILD.wasm-bindgen-0.2.83.bazel index 6edc4a86f..dbc3ac823 100644 --- a/third_party/remote/BUILD.wasm-bindgen-0.2.81.bazel +++ b/third_party/remote/BUILD.wasm-bindgen-0.2.83.bazel @@ -57,7 +57,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.81", + version = "0.2.83", visibility = ["//visibility:private"], deps = [ ], @@ -75,7 +75,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__wasm_bindgen_macro__0_2_81//:wasm_bindgen_macro", + "@raze__wasm_bindgen_macro__0_2_83//:wasm_bindgen_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -84,7 +84,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.81", + version = "0.2.83", # buildifier: leave-alone deps = [ ":wasm_bindgen_build_script", diff --git a/third_party/remote/BUILD.wasm-bindgen-backend-0.2.81.bazel b/third_party/remote/BUILD.wasm-bindgen-backend-0.2.83.bazel similarity index 77% rename from third_party/remote/BUILD.wasm-bindgen-backend-0.2.81.bazel rename to third_party/remote/BUILD.wasm-bindgen-backend-0.2.83.bazel index 411f5476e..ac7bd8e33 100644 --- a/third_party/remote/BUILD.wasm-bindgen-backend-0.2.81.bazel +++ b/third_party/remote/BUILD.wasm-bindgen-backend-0.2.83.bazel @@ -47,15 +47,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.81", + version = "0.2.83", # buildifier: leave-alone deps = [ - "@raze__bumpalo__3_10_0//:bumpalo", - "@raze__lazy_static__1_4_0//:lazy_static", + "@raze__bumpalo__3_11_0//:bumpalo", "@raze__log__0_4_17//:log", - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", - "@raze__wasm_bindgen_shared__0_2_81//:wasm_bindgen_shared", + "@raze__once_cell__1_15_0//:once_cell", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", + "@raze__wasm_bindgen_shared__0_2_83//:wasm_bindgen_shared", ], ) diff --git a/third_party/remote/BUILD.wasm-bindgen-macro-0.2.81.bazel b/third_party/remote/BUILD.wasm-bindgen-macro-0.2.83.bazel similarity index 89% rename from third_party/remote/BUILD.wasm-bindgen-macro-0.2.81.bazel rename to third_party/remote/BUILD.wasm-bindgen-macro-0.2.83.bazel index add319689..8aed13da9 100644 --- a/third_party/remote/BUILD.wasm-bindgen-macro-0.2.81.bazel +++ b/third_party/remote/BUILD.wasm-bindgen-macro-0.2.83.bazel @@ -47,11 +47,11 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "0.2.81", + version = "0.2.83", # buildifier: leave-alone deps = [ - "@raze__quote__1_0_20//:quote", - "@raze__wasm_bindgen_macro_support__0_2_81//:wasm_bindgen_macro_support", + "@raze__quote__1_0_21//:quote", + "@raze__wasm_bindgen_macro_support__0_2_83//:wasm_bindgen_macro_support", ], ) diff --git a/third_party/remote/BUILD.wasm-bindgen-macro-support-0.2.81.bazel b/third_party/remote/BUILD.wasm-bindgen-macro-support-0.2.83.bazel similarity index 78% rename from third_party/remote/BUILD.wasm-bindgen-macro-support-0.2.81.bazel rename to third_party/remote/BUILD.wasm-bindgen-macro-support-0.2.83.bazel index 6fd92d660..21bf1bb00 100644 --- a/third_party/remote/BUILD.wasm-bindgen-macro-support-0.2.81.bazel +++ b/third_party/remote/BUILD.wasm-bindgen-macro-support-0.2.83.bazel @@ -47,13 +47,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.81", + version = "0.2.83", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_40//:proc_macro2", - "@raze__quote__1_0_20//:quote", - "@raze__syn__1_0_98//:syn", - "@raze__wasm_bindgen_backend__0_2_81//:wasm_bindgen_backend", - "@raze__wasm_bindgen_shared__0_2_81//:wasm_bindgen_shared", + "@raze__proc_macro2__1_0_46//:proc_macro2", + "@raze__quote__1_0_21//:quote", + "@raze__syn__1_0_101//:syn", + "@raze__wasm_bindgen_backend__0_2_83//:wasm_bindgen_backend", + "@raze__wasm_bindgen_shared__0_2_83//:wasm_bindgen_shared", ], ) diff --git a/third_party/remote/BUILD.wasm-bindgen-shared-0.2.81.bazel b/third_party/remote/BUILD.wasm-bindgen-shared-0.2.83.bazel similarity index 97% rename from third_party/remote/BUILD.wasm-bindgen-shared-0.2.81.bazel rename to third_party/remote/BUILD.wasm-bindgen-shared-0.2.83.bazel index cbdac6a29..d173a5274 100644 --- a/third_party/remote/BUILD.wasm-bindgen-shared-0.2.81.bazel +++ b/third_party/remote/BUILD.wasm-bindgen-shared-0.2.83.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.81", + version = "0.2.83", visibility = ["//visibility:private"], deps = [ ], @@ -76,7 +76,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.81", + version = "0.2.83", # buildifier: leave-alone deps = [ ":wasm_bindgen_shared_build_script", diff --git a/third_party/remote/BUILD.which-4.2.5.bazel b/third_party/remote/BUILD.which-4.3.0.bazel similarity index 90% rename from third_party/remote/BUILD.which-4.2.5.bazel rename to third_party/remote/BUILD.which-4.3.0.bazel index 5dd66ed11..2d04611dc 100644 --- a/third_party/remote/BUILD.which-4.2.5.bazel +++ b/third_party/remote/BUILD.which-4.3.0.bazel @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "4.2.5", + version = "4.3.0", # buildifier: leave-alone deps = [ - "@raze__either__1_7_0//:either", - "@raze__libc__0_2_126//:libc", + "@raze__either__1_8_0//:either", + "@raze__libc__0_2_134//:libc", ], ) diff --git a/third_party/remote/BUILD.winapi-0.3.9.bazel b/third_party/remote/BUILD.winapi-0.3.9.bazel index 3682a6130..ef4607aa2 100644 --- a/third_party/remote/BUILD.winapi-0.3.9.bazel +++ b/third_party/remote/BUILD.winapi-0.3.9.bazel @@ -43,6 +43,10 @@ cargo_build_script( build_script_env = { }, crate_features = [ + "accctrl", + "aclapi", + "activation", + "combaseapi", "consoleapi", "errhandlingapi", "fileapi", @@ -56,6 +60,7 @@ cargo_build_script( "processenv", "processthreadsapi", "profileapi", + "roapi", "shlobj", "std", "sysinfoapi", @@ -65,6 +70,7 @@ cargo_build_script( "wincon", "winerror", "winnt", + "winstring", "winuser", "ws2ipdef", "ws2tcpip", @@ -89,6 +95,10 @@ rust_library( name = "winapi", srcs = glob(["**/*.rs"]), crate_features = [ + "accctrl", + "aclapi", + "activation", + "combaseapi", "consoleapi", "errhandlingapi", "fileapi", @@ -102,6 +112,7 @@ rust_library( "processenv", "processthreadsapi", "profileapi", + "roapi", "shlobj", "std", "sysinfoapi", @@ -111,6 +122,7 @@ rust_library( "wincon", "winerror", "winnt", + "winstring", "winuser", "ws2ipdef", "ws2tcpip", diff --git a/util/tests/fastcdc_test.rs b/util/tests/fastcdc_test.rs index 4015204d0..64cc4650a 100644 --- a/util/tests/fastcdc_test.rs +++ b/util/tests/fastcdc_test.rs @@ -1,7 +1,5 @@ // Copyright 2021 Nathan (Blaise) Bruer. All rights reserved. -// #![feature(stmt_expr_attributes)] - use std::collections::{HashMap, HashSet}; use std::io::Cursor; use std::marker::Unpin;