diff --git a/Cargo.lock b/Cargo.lock index 0d8940556..afea9da22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ "async-compression", "async-trait", "blake3", - "bytes 0.5.6", + "bytes", "chrono", "coarsetime", "env_logger", @@ -98,6 +98,7 @@ dependencies = [ "strum", "tempfile", "tokio", + "tokio-util", "unic-langid", "unicase", "unicode-normalization", @@ -206,22 +207,22 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b72c1f1154e234325b50864a349b9c8e56939e266a4c307c0f159812df2f9537" +checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6" dependencies = [ - "bytes 0.5.6", "flate2", "futures-core", "memchr", - "pin-project-lite 0.2.6", + "pin-project-lite", + "tokio", ] [[package]] name = "async-trait" -version = "0.1.48" +version = "0.1.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf" +checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722" dependencies = [ "proc-macro2", "quote", @@ -236,7 +237,7 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ "hermit-abi", "libc", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -245,12 +246,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" -[[package]] -name = "base64" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" - [[package]] name = "base64" version = "0.13.0" @@ -275,17 +270,6 @@ dependencies = [ "wyz", ] -[[package]] -name = "blake2b_simd" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" -dependencies = [ - "arrayref", - "arrayvec 0.5.2", - "constant_time_eq", -] - [[package]] name = "blake3" version = "0.3.7" @@ -313,22 +297,6 @@ version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" -[[package]] -name = "bytes" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" -dependencies = [ - "byteorder", - "iovec", -] - -[[package]] -name = "bytes" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" - [[package]] name = "bytes" version = "1.0.1" @@ -363,7 +331,7 @@ dependencies = [ "num-integer", "num-traits", "time", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -411,9 +379,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" +checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils", @@ -482,21 +450,15 @@ dependencies = [ [[package]] name = "dirs-sys" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" +checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" dependencies = [ "libc", "redox_users", - "winapi 0.3.9", + "winapi", ] -[[package]] -name = "dtoa" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d7ed2934d741c6b37e33e3832298e8850b53fd2d2bea03873375596c7cea4e" - [[package]] name = "either" version = "1.6.1" @@ -567,9 +529,9 @@ dependencies = [ [[package]] name = "fluent-bundle" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b589dfaa7e69ddf497be48cd0d184d7ff6e2cbb8186d1bb01c26d5cf5449a17" +checksum = "8acf044eeb4872d9dbf2667541fbf461f5965c57e343878ad0fb24b5793fa007" dependencies = [ "fluent-langneg", "fluent-syntax", @@ -630,22 +592,6 @@ dependencies = [ "percent-encoding", ] -[[package]] -name = "fuchsia-zircon" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" -dependencies = [ - "bitflags", - "fuchsia-zircon-sys", -] - -[[package]] -name = "fuchsia-zircon-sys" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" - [[package]] name = "funty" version = "1.1.0" @@ -664,9 +610,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1" +checksum = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253" dependencies = [ "futures-channel", "futures-core", @@ -679,9 +625,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" +checksum = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25" dependencies = [ "futures-core", "futures-sink", @@ -689,15 +635,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" +checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815" [[package]] name = "futures-executor" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1" +checksum = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d" dependencies = [ "futures-core", "futures-task", @@ -706,15 +652,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59" +checksum = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04" [[package]] name = "futures-macro" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7" +checksum = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b" dependencies = [ "proc-macro-hack", "proc-macro2", @@ -724,21 +670,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" +checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23" [[package]] name = "futures-task" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" +checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc" [[package]] name = "futures-util" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" +checksum = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025" dependencies = [ "futures-channel", "futures-core", @@ -747,7 +693,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.6", + "pin-project-lite", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -808,11 +754,11 @@ dependencies = [ [[package]] name = "h2" -version = "0.2.7" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" +checksum = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00" dependencies = [ - "bytes 0.5.6", + "bytes", "fnv", "futures-core", "futures-sink", @@ -823,7 +769,6 @@ dependencies = [ "tokio", "tokio-util", "tracing", - "tracing-futures", ] [[package]] @@ -890,36 +835,37 @@ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" [[package]] name = "http" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" dependencies = [ - "bytes 1.0.1", + "bytes", "fnv", "itoa", ] [[package]] name = "http-body" -version = "0.3.1" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" +checksum = "5dfb77c123b4e2f72a2069aeae0b4b4949cc7e966df277813fc16347e7549737" dependencies = [ - "bytes 0.5.6", + "bytes", "http", + "pin-project-lite", ] [[package]] name = "httparse" -version = "1.3.5" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" +checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437" [[package]] name = "httpdate" -version = "0.3.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" +checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9" [[package]] name = "humansize" @@ -935,11 +881,11 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.13.10" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" +checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54" dependencies = [ - "bytes 0.5.6", + "bytes", "futures-channel", "futures-core", "futures-util", @@ -959,11 +905,10 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.21.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6" +checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" dependencies = [ - "bytes 0.5.6", "futures-util", "hyper", "log", @@ -975,33 +920,33 @@ dependencies = [ [[package]] name = "hyper-timeout" -version = "0.3.1" -source = "git+https://github.com/ankitects/hyper-timeout.git?tag=anki-2020-11-03#f9ef687120d88744c1da50a222e19208b4553503" +version = "0.4.1" +source = "git+https://github.com/ankitects/hyper-timeout.git?rev=0cb6f7d14c62819e37cd221736f8b0555e823712#0cb6f7d14c62819e37cd221736f8b0555e823712" dependencies = [ - "bytes 0.5.6", "hyper", + "pin-project-lite", "tokio", "tokio-io-timeout", ] [[package]] name = "hyper-tls" -version = "0.4.3" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" +checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ - "bytes 0.5.6", + "bytes", "hyper", "native-tls", "tokio", - "tokio-tls", + "tokio-native-tls", ] [[package]] name = "idna" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ "matches", "unicode-bidi", @@ -1098,15 +1043,6 @@ dependencies = [ "syn", ] -[[package]] -name = "iovec" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" -dependencies = [ - "libc", -] - [[package]] name = "ipnet" version = "2.3.0" @@ -1130,23 +1066,13 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "js-sys" -version = "0.3.49" +version = "0.3.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821" +checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c" dependencies = [ "wasm-bindgen", ] -[[package]] -name = "kernel32-sys" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] - [[package]] name = "lazy_static" version = "1.4.0" @@ -1155,9 +1081,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lexical-core" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374" +checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" dependencies = [ "arrayvec 0.5.2", "bitflags", @@ -1168,9 +1094,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.91" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" +checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" [[package]] name = "libsqlite3-sys" @@ -1185,9 +1111,9 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" +checksum = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176" dependencies = [ "scopeguard", ] @@ -1215,16 +1141,13 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "markup5ever" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab" +checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" dependencies = [ "log", "phf", "phf_codegen", - "serde", - "serde_derive", - "serde_json", "string_cache", "string_cache_codegen", "tendril", @@ -1282,33 +1205,24 @@ dependencies = [ [[package]] name = "mio" -version = "0.6.23" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" +checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" dependencies = [ - "cfg-if 0.1.10", - "fuchsia-zircon", - "fuchsia-zircon-sys", - "iovec", - "kernel32-sys", "libc", "log", "miow", - "net2", - "slab", - "winapi 0.2.8", + "ntapi", + "winapi", ] [[package]] name = "miow" -version = "0.2.2" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" +checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" dependencies = [ - "kernel32-sys", - "net2", - "winapi 0.2.8", - "ws2_32-sys", + "winapi", ] [[package]] @@ -1335,17 +1249,6 @@ dependencies = [ "tempfile", ] -[[package]] -name = "net2" -version = "0.2.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" -dependencies = [ - "cfg-if 0.1.10", - "libc", - "winapi 0.3.9", -] - [[package]] name = "new_debug_unreachable" version = "1.0.4" @@ -1371,6 +1274,15 @@ dependencies = [ "version_check", ] +[[package]] +name = "ntapi" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" +dependencies = [ + "winapi", +] + [[package]] name = "num-format" version = "0.4.0" @@ -1473,9 +1385,9 @@ dependencies = [ [[package]] name = "ouroboros" -version = "0.8.3" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6d5c203fe8d786d9d7bec8203cbbff3eb2cf8410c0d70cfd05b3d5f5d545da" +checksum = "fc53e78022445d2d37b673c5aaeed945a7aacaa4aa89c867c1f28b2e6778e67d" dependencies = [ "ouroboros_macro", "stable_deref_trait", @@ -1483,9 +1395,9 @@ dependencies = [ [[package]] name = "ouroboros_macro" -version = "0.8.3" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "129943a960e6a08c7e70ca5a09f113c273fe7f10ae8420992c78293e3dffdf65" +checksum = "ee93af29e97048340c10f5c1a1d88c754f48337a41fbd4fb8e1e20ce41c76936" dependencies = [ "Inflector", "proc-macro-error", @@ -1514,9 +1426,9 @@ dependencies = [ "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.2.5", + "redox_syscall", "smallvec", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -1610,30 +1522,24 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6" +checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5" +checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" dependencies = [ "proc-macro2", "quote", "syn", ] -[[package]] -name = "pin-project-lite" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" - [[package]] name = "pin-project-lite" version = "0.2.6" @@ -1652,12 +1558,6 @@ version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" -[[package]] -name = "podio" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b18befed8bc2b61abc79a457295e7e838417326da1586050b919414073977f19" - [[package]] name = "ppv-lite86" version = "0.2.10" @@ -1717,9 +1617,9 @@ checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" [[package]] name = "proc-macro2" -version = "1.0.24" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" +checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" dependencies = [ "unicode-xid", ] @@ -1730,7 +1630,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2" dependencies = [ - "bytes 1.0.1", + "bytes", "prost-derive", ] @@ -1740,7 +1640,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3" dependencies = [ - "bytes 1.0.1", + "bytes", "heck", "itertools", "log", @@ -1771,7 +1671,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb" dependencies = [ - "bytes 1.0.1", + "bytes", "prost", ] @@ -1934,35 +1834,28 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.57" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" - -[[package]] -name = "redox_syscall" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" +checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041" dependencies = [ "bitflags", ] [[package]] name = "redox_users" -version = "0.3.5" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" +checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.1.16", - "redox_syscall 0.1.57", - "rust-argon2", + "getrandom 0.2.2", + "redox_syscall", ] [[package]] name = "regex" -version = "1.4.5" +version = "1.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" +checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" dependencies = [ "aho-corasick", "memchr", @@ -1981,16 +1874,16 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" dependencies = [ - "winapi 0.3.9", + "winapi", ] [[package]] name = "reqwest" -version = "0.10.8" -source = "git+https://github.com/ankitects/reqwest.git?tag=anki-2020-11-03#eab12efe22f370f386d99c7d90e7a964e85dd071" +version = "0.11.3" +source = "git+https://github.com/ankitects/reqwest.git?rev=7591444614de02b658ddab125efba7b2bb4e2335#7591444614de02b658ddab125efba7b2bb4e2335" dependencies = [ - "base64 0.13.0", - "bytes 0.5.6", + "base64", + "bytes", "encoding_rs", "futures-core", "futures-util", @@ -2008,15 +1901,15 @@ dependencies = [ "mime_guess", "native-tls", "percent-encoding", - "pin-project-lite 0.1.12", + "pin-project-lite", "rustls", "serde", "serde_json", "serde_urlencoded", "tokio", + "tokio-native-tls", "tokio-rustls", "tokio-socks", - "tokio-tls", "url", "wasm-bindgen", "wasm-bindgen-futures", @@ -2037,7 +1930,7 @@ dependencies = [ "spin", "untrusted", "web-sys", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2063,18 +1956,6 @@ dependencies = [ "smallvec", ] -[[package]] -name = "rust-argon2" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" -dependencies = [ - "base64 0.13.0", - "blake2b_simd", - "constant_time_eq", - "crossbeam-utils", -] - [[package]] name = "rustc-hash" version = "1.1.0" @@ -2083,11 +1964,11 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustls" -version = "0.18.1" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" +checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" dependencies = [ - "base64 0.12.3", + "base64", "log", "ring", "sct", @@ -2107,7 +1988,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" dependencies = [ "lazy_static", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2118,9 +1999,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "sct" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" +checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" dependencies = [ "ring", "untrusted", @@ -2226,14 +2107,14 @@ dependencies = [ [[package]] name = "serde_urlencoded" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" +checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" dependencies = [ - "dtoa", + "form_urlencoded", "itoa", + "ryu", "serde", - "url", ] [[package]] @@ -2250,9 +2131,9 @@ checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27" [[package]] name = "slab" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" +checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" [[package]] name = "slog" @@ -2330,13 +2211,12 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "socket2" -version = "0.3.19" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" +checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" dependencies = [ - "cfg-if 1.0.0", "libc", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2411,9 +2291,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "syn" -version = "1.0.65" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663" +checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883" dependencies = [ "proc-macro2", "quote", @@ -2441,9 +2321,9 @@ dependencies = [ "cfg-if 1.0.0", "libc", "rand 0.8.3", - "redox_syscall 0.2.5", + "redox_syscall", "remove_dir_all", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2464,7 +2344,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5" dependencies = [ "dirs", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2512,7 +2392,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" dependencies = [ "libc", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2523,9 +2403,9 @@ checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1" [[package]] name = "tinyvec" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" +checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" dependencies = [ "tinyvec_macros", ] @@ -2538,38 +2418,44 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "0.2.25" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" +checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" dependencies = [ - "bytes 0.5.6", - "fnv", - "futures-core", - "iovec", - "lazy_static", + "autocfg", + "bytes", + "libc", "memchr", "mio", "num_cpus", - "pin-project-lite 0.1.12", - "slab", + "pin-project-lite", ] [[package]] name = "tokio-io-timeout" -version = "0.4.0" -source = "git+https://github.com/ankitects/tokio-io-timeout.git?tag=anki-2020-11-03#96e1358555c49905de89170f2b1102a7d8b6c4c2" +version = "1.1.1" +source = "git+https://github.com/ankitects/tokio-io-timeout.git?rev=1ee0892217e9a76bba4bb369ec5fab8854935a3c#1ee0892217e9a76bba4bb369ec5fab8854935a3c" dependencies = [ - "bytes 0.5.6", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tokio-native-tls" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" +dependencies = [ + "native-tls", "tokio", ] [[package]] name = "tokio-rustls" -version = "0.14.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" +checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" dependencies = [ - "futures-core", "rustls", "tokio", "webpki", @@ -2577,38 +2463,27 @@ dependencies = [ [[package]] name = "tokio-socks" -version = "0.3.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d611fd5d241872372d52a0a3d309c52d0b95a6a67671a6c8f7ab2c4a37fb2539" +checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" dependencies = [ - "bytes 0.4.12", "either", - "futures", + "futures-util", "thiserror", "tokio", ] -[[package]] -name = "tokio-tls" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" -dependencies = [ - "native-tls", - "tokio", -] - [[package]] name = "tokio-util" -version = "0.3.1" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" +checksum = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e" dependencies = [ - "bytes 0.5.6", + "bytes", "futures-core", "futures-sink", "log", - "pin-project-lite 0.1.12", + "pin-project-lite", "tokio", ] @@ -2634,8 +2509,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" dependencies = [ "cfg-if 1.0.0", - "log", - "pin-project-lite 0.2.6", + "pin-project-lite", "tracing-core", ] @@ -2648,16 +2522,6 @@ dependencies = [ "lazy_static", ] -[[package]] -name = "tracing-futures" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" -dependencies = [ - "pin-project", - "tracing", -] - [[package]] name = "try-lock" version = "0.2.3" @@ -2733,9 +2597,9 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" +checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" dependencies = [ "matches", ] @@ -2793,9 +2657,9 @@ dependencies = [ [[package]] name = "utf-8" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "utime" @@ -2804,14 +2668,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91baa0c65eabd12fcbdac8cc35ff16159cab95cae96d0222d6d0271db6193cef" dependencies = [ "libc", - "winapi 0.3.9", + "winapi", ] [[package]] name = "vcpkg" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" +checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d" [[package]] name = "version_check" @@ -2843,9 +2707,9 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm-bindgen" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe" +checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" dependencies = [ "cfg-if 1.0.0", "serde", @@ -2855,9 +2719,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3" +checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae" dependencies = [ "bumpalo", "lazy_static", @@ -2870,9 +2734,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.22" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73157efb9af26fb564bb59a009afd1c7c334a44db171d280690d0c3faaec3468" +checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -2882,9 +2746,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b" +checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2892,9 +2756,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d" +checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c" dependencies = [ "proc-macro2", "quote", @@ -2905,15 +2769,15 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.72" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa" +checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489" [[package]] name = "web-sys" -version = "0.3.49" +version = "0.3.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310" +checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be" dependencies = [ "js-sys", "wasm-bindgen", @@ -2931,29 +2795,23 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.20.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f" +checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" dependencies = [ "webpki", ] [[package]] name = "which" -version = "4.0.2" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef" +checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" dependencies = [ + "either", "libc", - "thiserror", ] -[[package]] -name = "winapi" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" - [[package]] name = "winapi" version = "0.3.9" @@ -2964,12 +2822,6 @@ dependencies = [ "winapi-x86_64-pc-windows-gnu", ] -[[package]] -name = "winapi-build" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" - [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" @@ -2982,7 +2834,7 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" dependencies = [ - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2997,17 +2849,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "ws2_32-sys" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" -dependencies = [ - "winapi 0.2.8", - "winapi-build", + "winapi", ] [[package]] @@ -3030,12 +2872,13 @@ dependencies = [ [[package]] name = "zip" -version = "0.5.6" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58287c28d78507f5f91f2a4cf1e8310e2c76fd4c6932f93ac60fd1ceb402db7d" +checksum = "9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27" dependencies = [ + "byteorder", "crc32fast", "flate2", - "podio", + "thiserror", "time", ] diff --git a/cargo/BUILD.reqwest.bazel b/cargo/BUILD.reqwest.native.bazel similarity index 53% rename from cargo/BUILD.reqwest.bazel rename to cargo/BUILD.reqwest.native.bazel index 3f4c2b1f7..b4d4c1f1d 100644 --- a/cargo/BUILD.reqwest.bazel +++ b/cargo/BUILD.reqwest.native.bazel @@ -1,19 +1,13 @@ """ -We currently need to manually maintain this file, so we can use -ring on Linux, and native-tls on other platforms. We use ring on -Linux because the wheels need the SSL library statically linked in, -and native-tls-vendored is broken in Bazel due to sandboxing. We -prefer native-tls on other platforms because it reduces the resulting -binary size, and we get free updates from the OS. +@generated +cargo-raze crate build file. -Building openssl statically ourselves and linking it in would be -another valid solution, but we would need to ensure we keep it up -to date. - -update.py takes care of keeping the referenced versions -up to date for us. +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:rust.bzl", @@ -22,9 +16,6 @@ load( "rust_test", ) -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # @@ -54,49 +45,27 @@ licenses([ rust_library( name = "reqwest", srcs = glob(["**/*.rs"]), - aliases = selects.with_or({ - # ring on Linux - ( - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", - ): {}, - "//conditions:default": { - # native-tls - "@raze__native_tls__0_2_7//:native_tls": "native_tls_crate", - }, - }), + aliases = { + "@raze__native_tls__0_2_7//:native_tls": "native_tls_crate", + }, crate_features = [ "__tls", + "default-tls", + "hyper-tls", "json", + "mime_guess", + "multipart", + "native-tls", + "native-tls-crate", "serde_json", "socks", "stream", + "tokio-native-tls", "tokio-socks", - ] + selects.with_or({ - # ring on Linux - ( - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", - ): [ - "__rustls", - "hyper-rustls", - "rustls", - "rustls-tls", - "rustls-tls-webpki-roots", - "tokio-rustls", - "webpki-roots", - ], - # native-tls on other platforms - "//conditions:default": [ - "default-tls", - "hyper-tls", - "native-tls", - "native-tls-crate", - "tokio-tls", - ], - }), + ], crate_root = "src/lib.rs", crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", @@ -105,16 +74,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.10.8", + version = "0.11.3", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__http__0_2_3//:http", - "@raze__hyper_timeout__0_3_1//:hyper_timeout", + "@raze__bytes__1_0_1//:bytes", + "@raze__http__0_2_4//:http", + "@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__mime_guess__2_0_3//:mime_guess", "@raze__serde__1_0_125//:serde", "@raze__serde_json__1_0_64//:serde_json", - "@raze__serde_urlencoded__0_6_1//:serde_urlencoded", + "@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__url__2_2_1//:url", ] + selects.with_or({ # cfg(not(target_arch = "wasm32")) @@ -128,18 +97,21 @@ rust_library( ): [ "@raze__base64__0_13_0//:base64", "@raze__encoding_rs__0_8_28//:encoding_rs", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_util__0_3_13//:futures_util", - "@raze__http_body__0_3_1//:http_body", - "@raze__hyper__0_13_10//:hyper", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_util__0_3_14//:futures_util", + "@raze__http_body__0_4_1//:http_body", + "@raze__hyper__0_14_7//:hyper", + "@raze__hyper_tls__0_5_0//:hyper_tls", "@raze__ipnet__2_3_0//:ipnet", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", "@raze__mime__0_3_16//:mime", + "@raze__native_tls__0_2_7//:native_tls", "@raze__percent_encoding__2_1_0//:percent_encoding", - "@raze__pin_project_lite__0_1_12//:pin_project_lite", - "@raze__tokio__0_2_25//:tokio", - "@raze__tokio_socks__0_3_0//:tokio_socks", + "@raze__pin_project_lite__0_2_6//:pin_project_lite", + "@raze__tokio__1_5_0//:tokio", + "@raze__tokio_native_tls__0_3_0//:tokio_native_tls", + "@raze__tokio_socks__0_5_1//:tokio_socks", ], "//conditions:default": [], }) + selects.with_or({ @@ -150,23 +122,6 @@ rust_library( "@raze__winreg__0_7_0//:winreg", ], "//conditions:default": [], - }) + selects.with_or({ - # ring on Linux - ( - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", - ): [ - "@raze__hyper_rustls__0_21_0//:hyper_rustls", - "@raze__rustls__0_18_1//:rustls", - "@raze__tokio_rustls__0_14_1//:tokio_rustls", - "@raze__webpki_roots__0_20_0//:webpki_roots", - ], - # native-tls on other platforms - "//conditions:default": [ - "@raze__hyper_tls__0_4_3//:hyper_tls", - "@raze__native_tls__0_2_7//:native_tls", - "@raze__tokio_tls__0_3_1//:tokio_tls", - ], }), ) @@ -189,3 +144,5 @@ rust_library( # Unsupported target "redirect" with type "test" omitted # Unsupported target "timeouts" with type "test" omitted + +# Unsupported target "wasm_simple" with type "test" omitted diff --git a/cargo/BUILD.reqwest.rustls.bazel b/cargo/BUILD.reqwest.rustls.bazel new file mode 100644 index 000000000..bddd3c9b6 --- /dev/null +++ b/cargo/BUILD.reqwest.rustls.bazel @@ -0,0 +1,150 @@ +""" +@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:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//cargo", 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 "blocking" with type "example" omitted + +# Unsupported target "form" with type "example" omitted + +# Unsupported target "json_dynamic" with type "example" omitted + +# Unsupported target "json_typed" with type "example" omitted + +# Unsupported target "simple" with type "example" omitted + +# Unsupported target "tor_socks" with type "example" omitted + +rust_library( + name = "reqwest", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "__rustls", + "__tls", + "hyper-rustls", + "json", + "mime_guess", + "multipart", + "rustls", + "rustls-tls", + "rustls-tls-webpki-roots", + "serde_json", + "socks", + "stream", + "tokio-rustls", + "tokio-socks", + "webpki-roots", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.11.3", + # buildifier: leave-alone + deps = [ + "@raze__bytes__1_0_1//:bytes", + "@raze__http__0_2_4//:http", + "@raze__hyper_timeout__0_4_1//:hyper_timeout", + "@raze__mime_guess__2_0_3//:mime_guess", + "@raze__serde__1_0_125//:serde", + "@raze__serde_json__1_0_64//:serde_json", + "@raze__serde_urlencoded__0_7_0//:serde_urlencoded", + "@raze__url__2_2_1//:url", + ] + selects.with_or({ + # cfg(not(target_arch = "wasm32")) + ( + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + "@raze__base64__0_13_0//:base64", + "@raze__encoding_rs__0_8_28//:encoding_rs", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_util__0_3_14//:futures_util", + "@raze__http_body__0_4_1//:http_body", + "@raze__hyper__0_14_7//:hyper", + "@raze__hyper_rustls__0_22_1//:hyper_rustls", + "@raze__ipnet__2_3_0//:ipnet", + "@raze__lazy_static__1_4_0//:lazy_static", + "@raze__log__0_4_14//:log", + "@raze__mime__0_3_16//:mime", + "@raze__percent_encoding__2_1_0//:percent_encoding", + "@raze__pin_project_lite__0_2_6//:pin_project_lite", + "@raze__rustls__0_19_1//:rustls", + "@raze__tokio__1_5_0//:tokio", + "@raze__tokio_rustls__0_22_0//:tokio_rustls", + "@raze__tokio_socks__0_5_1//:tokio_socks", + "@raze__webpki_roots__0_21_1//:webpki_roots", + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(windows) + ( + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + "@raze__winreg__0_7_0//:winreg", + ], + "//conditions:default": [], + }), +) + +# Unsupported target "badssl" with type "test" omitted + +# Unsupported target "blocking" with type "test" omitted + +# Unsupported target "brotli" with type "test" omitted + +# Unsupported target "client" with type "test" omitted + +# Unsupported target "cookie" with type "test" omitted + +# Unsupported target "gzip" with type "test" omitted + +# Unsupported target "multipart" with type "test" omitted + +# Unsupported target "proxy" with type "test" omitted + +# Unsupported target "redirect" with type "test" omitted + +# Unsupported target "timeouts" with type "test" omitted + +# Unsupported target "wasm_simple" with type "test" omitted diff --git a/cargo/README.md b/cargo/README.md index daa21024b..1d34fed3b 100644 --- a/cargo/README.md +++ b/cargo/README.md @@ -1,10 +1,15 @@ This folder integrates Rust crates.io fetching into Bazel. To update dependencies, ensure a local Rust environment is available -(eg install rustup), then run: +(eg install rustup), then fetch this commit of cargo raze: + +https://github.com/google/cargo-raze/commit/1edfb5366d7a6a59c3f9e354a3818a649146548c + +then from the folder: ``` -cargo install cargo-raze --version 0.8.0 +cd impl +cargo install --path . cargo install cargo-license ``` @@ -28,3 +33,20 @@ review in a PR, and the changes can sometimes break platforms like Windows. For this reason, please don't submit PRs that do minor version bumps - those will typically be done after stable releases. If you need a new crate for a feature you're working on, please raise it in an issue first. + +## Reqwest + +Things are complicated with reqwest at the moment, because: + +- we're using a fork to implement better timeouts for syncing +- we want to build it with different features on Linux (where we can't build a + wheel that links to OpenSSL), and on other platforms. + +For minor version bumps, update.py should take care of updating the versions of +reqwest dependencies. + +After making a big update to reqwest via an updated fork, the vendored +BUILD.reqwest.\* files may need updating. To do that, comment native-tls from +the features in rslib/Cargo.toml and run update.py, and copy the file in remote/ +over the old vendored file. Then comment the other two deps out, add native-tls +back, and repeat the process. diff --git a/cargo/crates.bzl b/cargo/crates.bzl index c00f37180..3331f3dc6 100644 --- a/cargo/crates.bzl +++ b/cargo/crates.bzl @@ -153,22 +153,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__async_compression__0_3_7", - url = "https://crates.io/api/v1/crates/async-compression/0.3.7/download", + name = "raze__async_compression__0_3_8", + url = "https://crates.io/api/v1/crates/async-compression/0.3.8/download", type = "tar.gz", - sha256 = "b72c1f1154e234325b50864a349b9c8e56939e266a4c307c0f159812df2f9537", - strip_prefix = "async-compression-0.3.7", - build_file = Label("//cargo/remote:BUILD.async-compression-0.3.7.bazel"), + sha256 = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6", + strip_prefix = "async-compression-0.3.8", + build_file = Label("//cargo/remote:BUILD.async-compression-0.3.8.bazel"), ) maybe( http_archive, - name = "raze__async_trait__0_1_48", - url = "https://crates.io/api/v1/crates/async-trait/0.1.48/download", + name = "raze__async_trait__0_1_50", + url = "https://crates.io/api/v1/crates/async-trait/0.1.50/download", type = "tar.gz", - sha256 = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf", - strip_prefix = "async-trait-0.1.48", - build_file = Label("//cargo/remote:BUILD.async-trait-0.1.48.bazel"), + sha256 = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722", + strip_prefix = "async-trait-0.1.50", + build_file = Label("//cargo/remote:BUILD.async-trait-0.1.50.bazel"), ) maybe( @@ -191,16 +191,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.autocfg-1.0.1.bazel"), ) - maybe( - http_archive, - name = "raze__base64__0_12_3", - url = "https://crates.io/api/v1/crates/base64/0.12.3/download", - type = "tar.gz", - sha256 = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff", - strip_prefix = "base64-0.12.3", - build_file = Label("//cargo/remote:BUILD.base64-0.12.3.bazel"), - ) - maybe( http_archive, name = "raze__base64__0_13_0", @@ -231,16 +221,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.bitvec-0.19.5.bazel"), ) - maybe( - http_archive, - name = "raze__blake2b_simd__0_5_11", - url = "https://crates.io/api/v1/crates/blake2b_simd/0.5.11/download", - type = "tar.gz", - sha256 = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587", - strip_prefix = "blake2b_simd-0.5.11", - build_file = Label("//cargo/remote:BUILD.blake2b_simd-0.5.11.bazel"), - ) - maybe( http_archive, name = "raze__blake3__0_3_7", @@ -271,26 +251,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.byteorder-1.4.3.bazel"), ) - maybe( - http_archive, - name = "raze__bytes__0_4_12", - url = "https://crates.io/api/v1/crates/bytes/0.4.12/download", - type = "tar.gz", - sha256 = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c", - strip_prefix = "bytes-0.4.12", - build_file = Label("//cargo/remote:BUILD.bytes-0.4.12.bazel"), - ) - - maybe( - http_archive, - name = "raze__bytes__0_5_6", - url = "https://crates.io/api/v1/crates/bytes/0.5.6/download", - type = "tar.gz", - sha256 = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38", - strip_prefix = "bytes-0.5.6", - build_file = Label("//cargo/remote:BUILD.bytes-0.5.6.bazel"), - ) - maybe( http_archive, name = "raze__bytes__1_0_1", @@ -393,12 +353,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__crossbeam_channel__0_5_0", - url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.0/download", + name = "raze__crossbeam_channel__0_5_1", + url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.1/download", type = "tar.gz", - sha256 = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775", - strip_prefix = "crossbeam-channel-0.5.0", - build_file = Label("//cargo/remote:BUILD.crossbeam-channel-0.5.0.bazel"), + sha256 = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4", + strip_prefix = "crossbeam-channel-0.5.1", + build_file = Label("//cargo/remote:BUILD.crossbeam-channel-0.5.1.bazel"), ) maybe( @@ -463,22 +423,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__dirs_sys__0_3_5", - url = "https://crates.io/api/v1/crates/dirs-sys/0.3.5/download", + name = "raze__dirs_sys__0_3_6", + url = "https://crates.io/api/v1/crates/dirs-sys/0.3.6/download", type = "tar.gz", - sha256 = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a", - strip_prefix = "dirs-sys-0.3.5", - build_file = Label("//cargo/remote:BUILD.dirs-sys-0.3.5.bazel"), - ) - - maybe( - http_archive, - name = "raze__dtoa__0_4_7", - url = "https://crates.io/api/v1/crates/dtoa/0.4.7/download", - type = "tar.gz", - sha256 = "88d7ed2934d741c6b37e33e3832298e8850b53fd2d2bea03873375596c7cea4e", - strip_prefix = "dtoa-0.4.7", - build_file = Label("//cargo/remote:BUILD.dtoa-0.4.7.bazel"), + sha256 = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780", + strip_prefix = "dirs-sys-0.3.6", + build_file = Label("//cargo/remote:BUILD.dirs-sys-0.3.6.bazel"), ) maybe( @@ -563,12 +513,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__fluent_bundle__0_15_0", - url = "https://crates.io/api/v1/crates/fluent-bundle/0.15.0/download", + name = "raze__fluent_bundle__0_15_1", + url = "https://crates.io/api/v1/crates/fluent-bundle/0.15.1/download", type = "tar.gz", - sha256 = "5b589dfaa7e69ddf497be48cd0d184d7ff6e2cbb8186d1bb01c26d5cf5449a17", - strip_prefix = "fluent-bundle-0.15.0", - build_file = Label("//cargo/remote:BUILD.fluent-bundle-0.15.0.bazel"), + sha256 = "8acf044eeb4872d9dbf2667541fbf461f5965c57e343878ad0fb24b5793fa007", + strip_prefix = "fluent-bundle-0.15.1", + build_file = Label("//cargo/remote:BUILD.fluent-bundle-0.15.1.bazel"), ) maybe( @@ -631,26 +581,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.form_urlencoded-1.0.1.bazel"), ) - maybe( - http_archive, - name = "raze__fuchsia_zircon__0_3_3", - url = "https://crates.io/api/v1/crates/fuchsia-zircon/0.3.3/download", - type = "tar.gz", - sha256 = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82", - strip_prefix = "fuchsia-zircon-0.3.3", - build_file = Label("//cargo/remote:BUILD.fuchsia-zircon-0.3.3.bazel"), - ) - - maybe( - http_archive, - name = "raze__fuchsia_zircon_sys__0_3_3", - url = "https://crates.io/api/v1/crates/fuchsia-zircon-sys/0.3.3/download", - type = "tar.gz", - sha256 = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7", - strip_prefix = "fuchsia-zircon-sys-0.3.3", - build_file = Label("//cargo/remote:BUILD.fuchsia-zircon-sys-0.3.3.bazel"), - ) - maybe( http_archive, name = "raze__funty__1_1_0", @@ -673,92 +603,92 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__futures__0_3_13", - url = "https://crates.io/api/v1/crates/futures/0.3.13/download", + name = "raze__futures__0_3_14", + url = "https://crates.io/api/v1/crates/futures/0.3.14/download", type = "tar.gz", - sha256 = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1", - strip_prefix = "futures-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-0.3.13.bazel"), + sha256 = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253", + strip_prefix = "futures-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_channel__0_3_13", - url = "https://crates.io/api/v1/crates/futures-channel/0.3.13/download", + name = "raze__futures_channel__0_3_14", + url = "https://crates.io/api/v1/crates/futures-channel/0.3.14/download", type = "tar.gz", - sha256 = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939", - strip_prefix = "futures-channel-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.13.bazel"), + sha256 = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25", + strip_prefix = "futures-channel-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_core__0_3_13", - url = "https://crates.io/api/v1/crates/futures-core/0.3.13/download", + name = "raze__futures_core__0_3_14", + url = "https://crates.io/api/v1/crates/futures-core/0.3.14/download", type = "tar.gz", - sha256 = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94", - strip_prefix = "futures-core-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-core-0.3.13.bazel"), + sha256 = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815", + strip_prefix = "futures-core-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-core-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_executor__0_3_13", - url = "https://crates.io/api/v1/crates/futures-executor/0.3.13/download", + name = "raze__futures_executor__0_3_14", + url = "https://crates.io/api/v1/crates/futures-executor/0.3.14/download", type = "tar.gz", - sha256 = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1", - strip_prefix = "futures-executor-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.13.bazel"), + sha256 = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d", + strip_prefix = "futures-executor-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_io__0_3_13", - url = "https://crates.io/api/v1/crates/futures-io/0.3.13/download", + name = "raze__futures_io__0_3_14", + url = "https://crates.io/api/v1/crates/futures-io/0.3.14/download", type = "tar.gz", - sha256 = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59", - strip_prefix = "futures-io-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-io-0.3.13.bazel"), + sha256 = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04", + strip_prefix = "futures-io-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-io-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_macro__0_3_13", - url = "https://crates.io/api/v1/crates/futures-macro/0.3.13/download", + name = "raze__futures_macro__0_3_14", + url = "https://crates.io/api/v1/crates/futures-macro/0.3.14/download", type = "tar.gz", - sha256 = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7", - strip_prefix = "futures-macro-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.13.bazel"), + sha256 = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b", + strip_prefix = "futures-macro-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_sink__0_3_13", - url = "https://crates.io/api/v1/crates/futures-sink/0.3.13/download", + name = "raze__futures_sink__0_3_14", + url = "https://crates.io/api/v1/crates/futures-sink/0.3.14/download", type = "tar.gz", - sha256 = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3", - strip_prefix = "futures-sink-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.13.bazel"), + sha256 = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23", + strip_prefix = "futures-sink-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_task__0_3_13", - url = "https://crates.io/api/v1/crates/futures-task/0.3.13/download", + name = "raze__futures_task__0_3_14", + url = "https://crates.io/api/v1/crates/futures-task/0.3.14/download", type = "tar.gz", - sha256 = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80", - strip_prefix = "futures-task-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-task-0.3.13.bazel"), + sha256 = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc", + strip_prefix = "futures-task-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-task-0.3.14.bazel"), ) maybe( http_archive, - name = "raze__futures_util__0_3_13", - url = "https://crates.io/api/v1/crates/futures-util/0.3.13/download", + name = "raze__futures_util__0_3_14", + url = "https://crates.io/api/v1/crates/futures-util/0.3.14/download", type = "tar.gz", - sha256 = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1", - strip_prefix = "futures-util-0.3.13", - build_file = Label("//cargo/remote:BUILD.futures-util-0.3.13.bazel"), + sha256 = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025", + strip_prefix = "futures-util-0.3.14", + build_file = Label("//cargo/remote:BUILD.futures-util-0.3.14.bazel"), ) maybe( @@ -813,12 +743,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__h2__0_2_7", - url = "https://crates.io/api/v1/crates/h2/0.2.7/download", + name = "raze__h2__0_3_2", + url = "https://crates.io/api/v1/crates/h2/0.3.2/download", type = "tar.gz", - sha256 = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535", - strip_prefix = "h2-0.2.7", - build_file = Label("//cargo/remote:BUILD.h2-0.2.7.bazel"), + sha256 = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00", + strip_prefix = "h2-0.3.2", + build_file = Label("//cargo/remote:BUILD.h2-0.3.2.bazel"), ) maybe( @@ -893,42 +823,42 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__http__0_2_3", - url = "https://crates.io/api/v1/crates/http/0.2.3/download", + name = "raze__http__0_2_4", + url = "https://crates.io/api/v1/crates/http/0.2.4/download", type = "tar.gz", - sha256 = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747", - strip_prefix = "http-0.2.3", - build_file = Label("//cargo/remote:BUILD.http-0.2.3.bazel"), + sha256 = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11", + strip_prefix = "http-0.2.4", + build_file = Label("//cargo/remote:BUILD.http-0.2.4.bazel"), ) maybe( http_archive, - name = "raze__http_body__0_3_1", - url = "https://crates.io/api/v1/crates/http-body/0.3.1/download", + name = "raze__http_body__0_4_1", + url = "https://crates.io/api/v1/crates/http-body/0.4.1/download", type = "tar.gz", - sha256 = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b", - strip_prefix = "http-body-0.3.1", - build_file = Label("//cargo/remote:BUILD.http-body-0.3.1.bazel"), + sha256 = "5dfb77c123b4e2f72a2069aeae0b4b4949cc7e966df277813fc16347e7549737", + strip_prefix = "http-body-0.4.1", + build_file = Label("//cargo/remote:BUILD.http-body-0.4.1.bazel"), ) maybe( http_archive, - name = "raze__httparse__1_3_5", - url = "https://crates.io/api/v1/crates/httparse/1.3.5/download", + name = "raze__httparse__1_4_0", + url = "https://crates.io/api/v1/crates/httparse/1.4.0/download", type = "tar.gz", - sha256 = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691", - strip_prefix = "httparse-1.3.5", - build_file = Label("//cargo/remote:BUILD.httparse-1.3.5.bazel"), + sha256 = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437", + strip_prefix = "httparse-1.4.0", + build_file = Label("//cargo/remote:BUILD.httparse-1.4.0.bazel"), ) maybe( http_archive, - name = "raze__httpdate__0_3_2", - url = "https://crates.io/api/v1/crates/httpdate/0.3.2/download", + name = "raze__httpdate__1_0_0", + url = "https://crates.io/api/v1/crates/httpdate/1.0.0/download", type = "tar.gz", - sha256 = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47", - strip_prefix = "httpdate-0.3.2", - build_file = Label("//cargo/remote:BUILD.httpdate-0.3.2.bazel"), + sha256 = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9", + strip_prefix = "httpdate-1.0.0", + build_file = Label("//cargo/remote:BUILD.httpdate-1.0.0.bazel"), ) maybe( @@ -953,52 +883,52 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__hyper__0_13_10", - url = "https://crates.io/api/v1/crates/hyper/0.13.10/download", + name = "raze__hyper__0_14_7", + url = "https://crates.io/api/v1/crates/hyper/0.14.7/download", type = "tar.gz", - sha256 = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb", - strip_prefix = "hyper-0.13.10", - build_file = Label("//cargo/remote:BUILD.hyper-0.13.10.bazel"), + sha256 = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54", + strip_prefix = "hyper-0.14.7", + build_file = Label("//cargo/remote:BUILD.hyper-0.14.7.bazel"), ) maybe( http_archive, - name = "raze__hyper_rustls__0_21_0", - url = "https://crates.io/api/v1/crates/hyper-rustls/0.21.0/download", + name = "raze__hyper_rustls__0_22_1", + url = "https://crates.io/api/v1/crates/hyper-rustls/0.22.1/download", type = "tar.gz", - sha256 = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6", - strip_prefix = "hyper-rustls-0.21.0", - build_file = Label("//cargo/remote:BUILD.hyper-rustls-0.21.0.bazel"), + sha256 = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64", + strip_prefix = "hyper-rustls-0.22.1", + build_file = Label("//cargo/remote:BUILD.hyper-rustls-0.22.1.bazel"), ) maybe( new_git_repository, - name = "raze__hyper_timeout__0_3_1", + name = "raze__hyper_timeout__0_4_1", remote = "https://github.com/ankitects/hyper-timeout.git", - shallow_since = "1604362633 +1000", - commit = "f9ef687120d88744c1da50a222e19208b4553503", - build_file = Label("//cargo/remote:BUILD.hyper-timeout-0.3.1.bazel"), + shallow_since = "1619519657 +1000", + commit = "0cb6f7d14c62819e37cd221736f8b0555e823712", + build_file = Label("//cargo/remote:BUILD.hyper-timeout-0.4.1.bazel"), init_submodules = True, ) maybe( http_archive, - name = "raze__hyper_tls__0_4_3", - url = "https://crates.io/api/v1/crates/hyper-tls/0.4.3/download", + name = "raze__hyper_tls__0_5_0", + url = "https://crates.io/api/v1/crates/hyper-tls/0.5.0/download", type = "tar.gz", - sha256 = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed", - strip_prefix = "hyper-tls-0.4.3", - build_file = Label("//cargo/remote:BUILD.hyper-tls-0.4.3.bazel"), + sha256 = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905", + strip_prefix = "hyper-tls-0.5.0", + build_file = Label("//cargo/remote:BUILD.hyper-tls-0.5.0.bazel"), ) maybe( http_archive, - name = "raze__idna__0_2_2", - url = "https://crates.io/api/v1/crates/idna/0.2.2/download", + name = "raze__idna__0_2_3", + url = "https://crates.io/api/v1/crates/idna/0.2.3/download", type = "tar.gz", - sha256 = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21", - strip_prefix = "idna-0.2.2", - build_file = Label("//cargo/remote:BUILD.idna-0.2.2.bazel"), + sha256 = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8", + strip_prefix = "idna-0.2.3", + build_file = Label("//cargo/remote:BUILD.idna-0.2.3.bazel"), ) maybe( @@ -1091,16 +1021,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.inventory-impl-0.1.10.bazel"), ) - maybe( - http_archive, - name = "raze__iovec__0_1_4", - url = "https://crates.io/api/v1/crates/iovec/0.1.4/download", - type = "tar.gz", - sha256 = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e", - strip_prefix = "iovec-0.1.4", - build_file = Label("//cargo/remote:BUILD.iovec-0.1.4.bazel"), - ) - maybe( http_archive, name = "raze__ipnet__2_3_0", @@ -1133,22 +1053,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__js_sys__0_3_49", - url = "https://crates.io/api/v1/crates/js-sys/0.3.49/download", + name = "raze__js_sys__0_3_50", + url = "https://crates.io/api/v1/crates/js-sys/0.3.50/download", type = "tar.gz", - sha256 = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821", - strip_prefix = "js-sys-0.3.49", - build_file = Label("//cargo/remote:BUILD.js-sys-0.3.49.bazel"), - ) - - maybe( - http_archive, - name = "raze__kernel32_sys__0_2_2", - url = "https://crates.io/api/v1/crates/kernel32-sys/0.2.2/download", - type = "tar.gz", - sha256 = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d", - strip_prefix = "kernel32-sys-0.2.2", - build_file = Label("//cargo/remote:BUILD.kernel32-sys-0.2.2.bazel"), + sha256 = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c", + strip_prefix = "js-sys-0.3.50", + build_file = Label("//cargo/remote:BUILD.js-sys-0.3.50.bazel"), ) maybe( @@ -1163,22 +1073,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__lexical_core__0_7_5", - url = "https://crates.io/api/v1/crates/lexical-core/0.7.5/download", + name = "raze__lexical_core__0_7_6", + url = "https://crates.io/api/v1/crates/lexical-core/0.7.6/download", type = "tar.gz", - sha256 = "21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374", - strip_prefix = "lexical-core-0.7.5", - build_file = Label("//cargo/remote:BUILD.lexical-core-0.7.5.bazel"), + sha256 = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe", + strip_prefix = "lexical-core-0.7.6", + build_file = Label("//cargo/remote:BUILD.lexical-core-0.7.6.bazel"), ) maybe( http_archive, - name = "raze__libc__0_2_91", - url = "https://crates.io/api/v1/crates/libc/0.2.91/download", + name = "raze__libc__0_2_94", + url = "https://crates.io/api/v1/crates/libc/0.2.94/download", type = "tar.gz", - sha256 = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7", - strip_prefix = "libc-0.2.91", - build_file = Label("//cargo/remote:BUILD.libc-0.2.91.bazel"), + sha256 = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e", + strip_prefix = "libc-0.2.94", + build_file = Label("//cargo/remote:BUILD.libc-0.2.94.bazel"), ) maybe( @@ -1193,12 +1103,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__lock_api__0_4_2", - url = "https://crates.io/api/v1/crates/lock_api/0.4.2/download", + name = "raze__lock_api__0_4_3", + url = "https://crates.io/api/v1/crates/lock_api/0.4.3/download", type = "tar.gz", - sha256 = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312", - strip_prefix = "lock_api-0.4.2", - build_file = Label("//cargo/remote:BUILD.lock_api-0.4.2.bazel"), + sha256 = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176", + strip_prefix = "lock_api-0.4.3", + build_file = Label("//cargo/remote:BUILD.lock_api-0.4.3.bazel"), ) maybe( @@ -1233,12 +1143,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__markup5ever__0_10_0", - url = "https://crates.io/api/v1/crates/markup5ever/0.10.0/download", + name = "raze__markup5ever__0_10_1", + url = "https://crates.io/api/v1/crates/markup5ever/0.10.1/download", type = "tar.gz", - sha256 = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab", - strip_prefix = "markup5ever-0.10.0", - build_file = Label("//cargo/remote:BUILD.markup5ever-0.10.0.bazel"), + sha256 = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd", + strip_prefix = "markup5ever-0.10.1", + build_file = Label("//cargo/remote:BUILD.markup5ever-0.10.1.bazel"), ) maybe( @@ -1303,22 +1213,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__mio__0_6_23", - url = "https://crates.io/api/v1/crates/mio/0.6.23/download", + name = "raze__mio__0_7_11", + url = "https://crates.io/api/v1/crates/mio/0.7.11/download", type = "tar.gz", - sha256 = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4", - strip_prefix = "mio-0.6.23", - build_file = Label("//cargo/remote:BUILD.mio-0.6.23.bazel"), + sha256 = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956", + strip_prefix = "mio-0.7.11", + build_file = Label("//cargo/remote:BUILD.mio-0.7.11.bazel"), ) maybe( http_archive, - name = "raze__miow__0_2_2", - url = "https://crates.io/api/v1/crates/miow/0.2.2/download", + name = "raze__miow__0_3_7", + url = "https://crates.io/api/v1/crates/miow/0.3.7/download", type = "tar.gz", - sha256 = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d", - strip_prefix = "miow-0.2.2", - build_file = Label("//cargo/remote:BUILD.miow-0.2.2.bazel"), + sha256 = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21", + strip_prefix = "miow-0.3.7", + build_file = Label("//cargo/remote:BUILD.miow-0.3.7.bazel"), ) maybe( @@ -1341,16 +1251,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.native-tls-0.2.7.bazel"), ) - maybe( - http_archive, - name = "raze__net2__0_2_37", - url = "https://crates.io/api/v1/crates/net2/0.2.37/download", - type = "tar.gz", - sha256 = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae", - strip_prefix = "net2-0.2.37", - build_file = Label("//cargo/remote:BUILD.net2-0.2.37.bazel"), - ) - maybe( http_archive, name = "raze__new_debug_unreachable__1_0_4", @@ -1381,6 +1281,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.nom-6.1.2.bazel"), ) + maybe( + http_archive, + name = "raze__ntapi__0_3_6", + url = "https://crates.io/api/v1/crates/ntapi/0.3.6/download", + type = "tar.gz", + sha256 = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44", + strip_prefix = "ntapi-0.3.6", + build_file = Label("//cargo/remote:BUILD.ntapi-0.3.6.bazel"), + ) + maybe( http_archive, name = "raze__num_format__0_4_0", @@ -1483,22 +1393,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__ouroboros__0_8_3", - url = "https://crates.io/api/v1/crates/ouroboros/0.8.3/download", + name = "raze__ouroboros__0_9_1", + url = "https://crates.io/api/v1/crates/ouroboros/0.9.1/download", type = "tar.gz", - sha256 = "5f6d5c203fe8d786d9d7bec8203cbbff3eb2cf8410c0d70cfd05b3d5f5d545da", - strip_prefix = "ouroboros-0.8.3", - build_file = Label("//cargo/remote:BUILD.ouroboros-0.8.3.bazel"), + sha256 = "fc53e78022445d2d37b673c5aaeed945a7aacaa4aa89c867c1f28b2e6778e67d", + strip_prefix = "ouroboros-0.9.1", + build_file = Label("//cargo/remote:BUILD.ouroboros-0.9.1.bazel"), ) maybe( http_archive, - name = "raze__ouroboros_macro__0_8_3", - url = "https://crates.io/api/v1/crates/ouroboros_macro/0.8.3/download", + name = "raze__ouroboros_macro__0_9_1", + url = "https://crates.io/api/v1/crates/ouroboros_macro/0.9.1/download", type = "tar.gz", - sha256 = "129943a960e6a08c7e70ca5a09f113c273fe7f10ae8420992c78293e3dffdf65", - strip_prefix = "ouroboros_macro-0.8.3", - build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.8.3.bazel"), + sha256 = "ee93af29e97048340c10f5c1a1d88c754f48337a41fbd4fb8e1e20ce41c76936", + strip_prefix = "ouroboros_macro-0.9.1", + build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.9.1.bazel"), ) maybe( @@ -1613,32 +1523,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__pin_project__1_0_6", - url = "https://crates.io/api/v1/crates/pin-project/1.0.6/download", + name = "raze__pin_project__1_0_7", + url = "https://crates.io/api/v1/crates/pin-project/1.0.7/download", type = "tar.gz", - sha256 = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6", - strip_prefix = "pin-project-1.0.6", - build_file = Label("//cargo/remote:BUILD.pin-project-1.0.6.bazel"), + sha256 = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4", + strip_prefix = "pin-project-1.0.7", + build_file = Label("//cargo/remote:BUILD.pin-project-1.0.7.bazel"), ) maybe( http_archive, - name = "raze__pin_project_internal__1_0_6", - url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.6/download", + name = "raze__pin_project_internal__1_0_7", + url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.7/download", type = "tar.gz", - sha256 = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5", - strip_prefix = "pin-project-internal-1.0.6", - build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.6.bazel"), - ) - - maybe( - http_archive, - name = "raze__pin_project_lite__0_1_12", - url = "https://crates.io/api/v1/crates/pin-project-lite/0.1.12/download", - type = "tar.gz", - sha256 = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777", - strip_prefix = "pin-project-lite-0.1.12", - build_file = Label("//cargo/remote:BUILD.pin-project-lite-0.1.12.bazel"), + sha256 = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f", + strip_prefix = "pin-project-internal-1.0.7", + build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.7.bazel"), ) maybe( @@ -1671,16 +1571,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.pkg-config-0.3.19.bazel"), ) - maybe( - http_archive, - name = "raze__podio__0_1_7", - url = "https://crates.io/api/v1/crates/podio/0.1.7/download", - type = "tar.gz", - sha256 = "b18befed8bc2b61abc79a457295e7e838417326da1586050b919414073977f19", - strip_prefix = "podio-0.1.7", - build_file = Label("//cargo/remote:BUILD.podio-0.1.7.bazel"), - ) - maybe( http_archive, name = "raze__ppv_lite86__0_2_10", @@ -1753,12 +1643,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__proc_macro2__1_0_24", - url = "https://crates.io/api/v1/crates/proc-macro2/1.0.24/download", + name = "raze__proc_macro2__1_0_26", + url = "https://crates.io/api/v1/crates/proc-macro2/1.0.26/download", type = "tar.gz", - sha256 = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71", - strip_prefix = "proc-macro2-1.0.24", - build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.24.bazel"), + sha256 = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec", + strip_prefix = "proc-macro2-1.0.26", + build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.26.bazel"), ) maybe( @@ -1953,42 +1843,32 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__redox_syscall__0_1_57", - url = "https://crates.io/api/v1/crates/redox_syscall/0.1.57/download", + name = "raze__redox_syscall__0_2_6", + url = "https://crates.io/api/v1/crates/redox_syscall/0.2.6/download", type = "tar.gz", - sha256 = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce", - strip_prefix = "redox_syscall-0.1.57", - build_file = Label("//cargo/remote:BUILD.redox_syscall-0.1.57.bazel"), + sha256 = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041", + strip_prefix = "redox_syscall-0.2.6", + build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.6.bazel"), ) maybe( http_archive, - name = "raze__redox_syscall__0_2_5", - url = "https://crates.io/api/v1/crates/redox_syscall/0.2.5/download", + name = "raze__redox_users__0_4_0", + url = "https://crates.io/api/v1/crates/redox_users/0.4.0/download", type = "tar.gz", - sha256 = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9", - strip_prefix = "redox_syscall-0.2.5", - build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.5.bazel"), + sha256 = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64", + strip_prefix = "redox_users-0.4.0", + build_file = Label("//cargo/remote:BUILD.redox_users-0.4.0.bazel"), ) maybe( http_archive, - name = "raze__redox_users__0_3_5", - url = "https://crates.io/api/v1/crates/redox_users/0.3.5/download", + name = "raze__regex__1_4_6", + url = "https://crates.io/api/v1/crates/regex/1.4.6/download", type = "tar.gz", - sha256 = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d", - strip_prefix = "redox_users-0.3.5", - build_file = Label("//cargo/remote:BUILD.redox_users-0.3.5.bazel"), - ) - - maybe( - http_archive, - name = "raze__regex__1_4_5", - url = "https://crates.io/api/v1/crates/regex/1.4.5/download", - type = "tar.gz", - sha256 = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19", - strip_prefix = "regex-1.4.5", - build_file = Label("//cargo/remote:BUILD.regex-1.4.5.bazel"), + sha256 = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759", + strip_prefix = "regex-1.4.6", + build_file = Label("//cargo/remote:BUILD.regex-1.4.6.bazel"), ) maybe( @@ -2013,11 +1893,11 @@ def raze_fetch_remote_crates(): maybe( new_git_repository, - name = "raze__reqwest__0_10_8", + name = "raze__reqwest__0_11_3", remote = "https://github.com/ankitects/reqwest.git", - shallow_since = "1604362745 +1000", - commit = "eab12efe22f370f386d99c7d90e7a964e85dd071", - build_file = Label("//cargo:BUILD.reqwest.bazel"), + shallow_since = "1619519742 +1000", + commit = "7591444614de02b658ddab125efba7b2bb4e2335", + build_file = Label("//cargo:BUILD.reqwest.native.bazel"), init_submodules = True, ) @@ -2041,16 +1921,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.rusqlite-0.24.2.bazel"), ) - maybe( - http_archive, - name = "raze__rust_argon2__0_8_3", - url = "https://crates.io/api/v1/crates/rust-argon2/0.8.3/download", - type = "tar.gz", - sha256 = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb", - strip_prefix = "rust-argon2-0.8.3", - build_file = Label("//cargo/remote:BUILD.rust-argon2-0.8.3.bazel"), - ) - maybe( http_archive, name = "raze__rustc_hash__1_1_0", @@ -2063,12 +1933,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__rustls__0_18_1", - url = "https://crates.io/api/v1/crates/rustls/0.18.1/download", + name = "raze__rustls__0_19_1", + url = "https://crates.io/api/v1/crates/rustls/0.19.1/download", type = "tar.gz", - sha256 = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81", - strip_prefix = "rustls-0.18.1", - build_file = Label("//cargo/remote:BUILD.rustls-0.18.1.bazel"), + sha256 = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7", + strip_prefix = "rustls-0.19.1", + build_file = Label("//cargo/remote:BUILD.rustls-0.19.1.bazel"), ) maybe( @@ -2103,12 +1973,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__sct__0_6_0", - url = "https://crates.io/api/v1/crates/sct/0.6.0/download", + name = "raze__sct__0_6_1", + url = "https://crates.io/api/v1/crates/sct/0.6.1/download", type = "tar.gz", - sha256 = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c", - strip_prefix = "sct-0.6.0", - build_file = Label("//cargo/remote:BUILD.sct-0.6.0.bazel"), + sha256 = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce", + strip_prefix = "sct-0.6.1", + build_file = Label("//cargo/remote:BUILD.sct-0.6.1.bazel"), ) maybe( @@ -2203,12 +2073,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__serde_urlencoded__0_6_1", - url = "https://crates.io/api/v1/crates/serde_urlencoded/0.6.1/download", + name = "raze__serde_urlencoded__0_7_0", + url = "https://crates.io/api/v1/crates/serde_urlencoded/0.7.0/download", type = "tar.gz", - sha256 = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97", - strip_prefix = "serde_urlencoded-0.6.1", - build_file = Label("//cargo/remote:BUILD.serde_urlencoded-0.6.1.bazel"), + sha256 = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9", + strip_prefix = "serde_urlencoded-0.7.0", + build_file = Label("//cargo/remote:BUILD.serde_urlencoded-0.7.0.bazel"), ) maybe( @@ -2233,12 +2103,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__slab__0_4_2", - url = "https://crates.io/api/v1/crates/slab/0.4.2/download", + name = "raze__slab__0_4_3", + url = "https://crates.io/api/v1/crates/slab/0.4.3/download", type = "tar.gz", - sha256 = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8", - strip_prefix = "slab-0.4.2", - build_file = Label("//cargo/remote:BUILD.slab-0.4.2.bazel"), + sha256 = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527", + strip_prefix = "slab-0.4.3", + build_file = Label("//cargo/remote:BUILD.slab-0.4.3.bazel"), ) maybe( @@ -2313,12 +2183,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__socket2__0_3_19", - url = "https://crates.io/api/v1/crates/socket2/0.3.19/download", + name = "raze__socket2__0_4_0", + url = "https://crates.io/api/v1/crates/socket2/0.4.0/download", type = "tar.gz", - sha256 = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e", - strip_prefix = "socket2-0.3.19", - build_file = Label("//cargo/remote:BUILD.socket2-0.3.19.bazel"), + sha256 = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2", + strip_prefix = "socket2-0.4.0", + build_file = Label("//cargo/remote:BUILD.socket2-0.4.0.bazel"), ) maybe( @@ -2403,12 +2273,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__syn__1_0_65", - url = "https://crates.io/api/v1/crates/syn/1.0.65/download", + name = "raze__syn__1_0_70", + url = "https://crates.io/api/v1/crates/syn/1.0.70/download", type = "tar.gz", - sha256 = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663", - strip_prefix = "syn-1.0.65", - build_file = Label("//cargo/remote:BUILD.syn-1.0.65.bazel"), + sha256 = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883", + strip_prefix = "syn-1.0.70", + build_file = Label("//cargo/remote:BUILD.syn-1.0.70.bazel"), ) maybe( @@ -2523,12 +2393,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tinyvec__1_1_1", - url = "https://crates.io/api/v1/crates/tinyvec/1.1.1/download", + name = "raze__tinyvec__1_2_0", + url = "https://crates.io/api/v1/crates/tinyvec/1.2.0/download", type = "tar.gz", - sha256 = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023", - strip_prefix = "tinyvec-1.1.1", - build_file = Label("//cargo/remote:BUILD.tinyvec-1.1.1.bazel"), + sha256 = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342", + strip_prefix = "tinyvec-1.2.0", + build_file = Label("//cargo/remote:BUILD.tinyvec-1.2.0.bazel"), ) maybe( @@ -2543,62 +2413,62 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tokio__0_2_25", - url = "https://crates.io/api/v1/crates/tokio/0.2.25/download", + name = "raze__tokio__1_5_0", + url = "https://crates.io/api/v1/crates/tokio/1.5.0/download", type = "tar.gz", - sha256 = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092", - strip_prefix = "tokio-0.2.25", - build_file = Label("//cargo/remote:BUILD.tokio-0.2.25.bazel"), + sha256 = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5", + strip_prefix = "tokio-1.5.0", + build_file = Label("//cargo/remote:BUILD.tokio-1.5.0.bazel"), ) maybe( new_git_repository, - name = "raze__tokio_io_timeout__0_4_0", + name = "raze__tokio_io_timeout__1_1_1", remote = "https://github.com/ankitects/tokio-io-timeout.git", - shallow_since = "1598411535 +1000", - commit = "96e1358555c49905de89170f2b1102a7d8b6c4c2", - build_file = Label("//cargo/remote:BUILD.tokio-io-timeout-0.4.0.bazel"), + shallow_since = "1619517354 +1000", + commit = "1ee0892217e9a76bba4bb369ec5fab8854935a3c", + build_file = Label("//cargo/remote:BUILD.tokio-io-timeout-1.1.1.bazel"), init_submodules = True, ) maybe( http_archive, - name = "raze__tokio_rustls__0_14_1", - url = "https://crates.io/api/v1/crates/tokio-rustls/0.14.1/download", + name = "raze__tokio_native_tls__0_3_0", + url = "https://crates.io/api/v1/crates/tokio-native-tls/0.3.0/download", type = "tar.gz", - sha256 = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a", - strip_prefix = "tokio-rustls-0.14.1", - build_file = Label("//cargo/remote:BUILD.tokio-rustls-0.14.1.bazel"), + sha256 = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b", + strip_prefix = "tokio-native-tls-0.3.0", + build_file = Label("//cargo/remote:BUILD.tokio-native-tls-0.3.0.bazel"), ) maybe( http_archive, - name = "raze__tokio_socks__0_3_0", - url = "https://crates.io/api/v1/crates/tokio-socks/0.3.0/download", + name = "raze__tokio_rustls__0_22_0", + url = "https://crates.io/api/v1/crates/tokio-rustls/0.22.0/download", type = "tar.gz", - sha256 = "d611fd5d241872372d52a0a3d309c52d0b95a6a67671a6c8f7ab2c4a37fb2539", - strip_prefix = "tokio-socks-0.3.0", - build_file = Label("//cargo/remote:BUILD.tokio-socks-0.3.0.bazel"), + sha256 = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6", + strip_prefix = "tokio-rustls-0.22.0", + build_file = Label("//cargo/remote:BUILD.tokio-rustls-0.22.0.bazel"), ) maybe( http_archive, - name = "raze__tokio_tls__0_3_1", - url = "https://crates.io/api/v1/crates/tokio-tls/0.3.1/download", + name = "raze__tokio_socks__0_5_1", + url = "https://crates.io/api/v1/crates/tokio-socks/0.5.1/download", type = "tar.gz", - sha256 = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343", - strip_prefix = "tokio-tls-0.3.1", - build_file = Label("//cargo/remote:BUILD.tokio-tls-0.3.1.bazel"), + sha256 = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0", + strip_prefix = "tokio-socks-0.5.1", + build_file = Label("//cargo/remote:BUILD.tokio-socks-0.5.1.bazel"), ) maybe( http_archive, - name = "raze__tokio_util__0_3_1", - url = "https://crates.io/api/v1/crates/tokio-util/0.3.1/download", + name = "raze__tokio_util__0_6_6", + url = "https://crates.io/api/v1/crates/tokio-util/0.6.6/download", type = "tar.gz", - sha256 = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499", - strip_prefix = "tokio-util-0.3.1", - build_file = Label("//cargo/remote:BUILD.tokio-util-0.3.1.bazel"), + sha256 = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e", + strip_prefix = "tokio-util-0.6.6", + build_file = Label("//cargo/remote:BUILD.tokio-util-0.6.6.bazel"), ) maybe( @@ -2641,16 +2511,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.17.bazel"), ) - maybe( - http_archive, - name = "raze__tracing_futures__0_2_5", - url = "https://crates.io/api/v1/crates/tracing-futures/0.2.5/download", - type = "tar.gz", - sha256 = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2", - strip_prefix = "tracing-futures-0.2.5", - build_file = Label("//cargo/remote:BUILD.tracing-futures-0.2.5.bazel"), - ) - maybe( http_archive, name = "raze__try_lock__0_2_3", @@ -2733,12 +2593,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__unicode_bidi__0_3_4", - url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.4/download", + name = "raze__unicode_bidi__0_3_5", + url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.5/download", type = "tar.gz", - sha256 = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5", - strip_prefix = "unicode-bidi-0.3.4", - build_file = Label("//cargo/remote:BUILD.unicode-bidi-0.3.4.bazel"), + sha256 = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0", + strip_prefix = "unicode-bidi-0.3.5", + build_file = Label("//cargo/remote:BUILD.unicode-bidi-0.3.5.bazel"), ) maybe( @@ -2813,12 +2673,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__utf_8__0_7_5", - url = "https://crates.io/api/v1/crates/utf-8/0.7.5/download", + name = "raze__utf_8__0_7_6", + url = "https://crates.io/api/v1/crates/utf-8/0.7.6/download", type = "tar.gz", - sha256 = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7", - strip_prefix = "utf-8-0.7.5", - build_file = Label("//cargo/remote:BUILD.utf-8-0.7.5.bazel"), + sha256 = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9", + strip_prefix = "utf-8-0.7.6", + build_file = Label("//cargo/remote:BUILD.utf-8-0.7.6.bazel"), ) maybe( @@ -2833,12 +2693,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__vcpkg__0_2_11", - url = "https://crates.io/api/v1/crates/vcpkg/0.2.11/download", + name = "raze__vcpkg__0_2_12", + url = "https://crates.io/api/v1/crates/vcpkg/0.2.12/download", type = "tar.gz", - sha256 = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb", - strip_prefix = "vcpkg-0.2.11", - build_file = Label("//cargo/remote:BUILD.vcpkg-0.2.11.bazel"), + sha256 = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d", + strip_prefix = "vcpkg-0.2.12", + build_file = Label("//cargo/remote:BUILD.vcpkg-0.2.12.bazel"), ) maybe( @@ -2883,72 +2743,72 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__wasm_bindgen__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.72/download", + name = "raze__wasm_bindgen__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.73/download", type = "tar.gz", - sha256 = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe", - strip_prefix = "wasm-bindgen-0.2.72", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.72.bazel"), + sha256 = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9", + strip_prefix = "wasm-bindgen-0.2.73", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_backend__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.72/download", + name = "raze__wasm_bindgen_backend__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.73/download", type = "tar.gz", - sha256 = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3", - strip_prefix = "wasm-bindgen-backend-0.2.72", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.72.bazel"), + sha256 = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae", + strip_prefix = "wasm-bindgen-backend-0.2.73", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_futures__0_4_22", - url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.22/download", + name = "raze__wasm_bindgen_futures__0_4_23", + url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.23/download", type = "tar.gz", - sha256 = "73157efb9af26fb564bb59a009afd1c7c334a44db171d280690d0c3faaec3468", - strip_prefix = "wasm-bindgen-futures-0.4.22", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.22.bazel"), + sha256 = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea", + strip_prefix = "wasm-bindgen-futures-0.4.23", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.23.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_macro__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.72/download", + name = "raze__wasm_bindgen_macro__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.73/download", type = "tar.gz", - sha256 = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b", - strip_prefix = "wasm-bindgen-macro-0.2.72", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.72.bazel"), + sha256 = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f", + strip_prefix = "wasm-bindgen-macro-0.2.73", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_macro_support__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.72/download", + name = "raze__wasm_bindgen_macro_support__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.73/download", type = "tar.gz", - sha256 = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d", - strip_prefix = "wasm-bindgen-macro-support-0.2.72", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.72.bazel"), + sha256 = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c", + strip_prefix = "wasm-bindgen-macro-support-0.2.73", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_shared__0_2_72", - url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.72/download", + name = "raze__wasm_bindgen_shared__0_2_73", + url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.73/download", type = "tar.gz", - sha256 = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa", - strip_prefix = "wasm-bindgen-shared-0.2.72", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.72.bazel"), + sha256 = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489", + strip_prefix = "wasm-bindgen-shared-0.2.73", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.73.bazel"), ) maybe( http_archive, - name = "raze__web_sys__0_3_49", - url = "https://crates.io/api/v1/crates/web-sys/0.3.49/download", + name = "raze__web_sys__0_3_50", + url = "https://crates.io/api/v1/crates/web-sys/0.3.50/download", type = "tar.gz", - sha256 = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310", - strip_prefix = "web-sys-0.3.49", - build_file = Label("//cargo/remote:BUILD.web-sys-0.3.49.bazel"), + sha256 = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be", + strip_prefix = "web-sys-0.3.50", + build_file = Label("//cargo/remote:BUILD.web-sys-0.3.50.bazel"), ) maybe( @@ -2963,32 +2823,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__webpki_roots__0_20_0", - url = "https://crates.io/api/v1/crates/webpki-roots/0.20.0/download", + name = "raze__webpki_roots__0_21_1", + url = "https://crates.io/api/v1/crates/webpki-roots/0.21.1/download", type = "tar.gz", - sha256 = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f", - strip_prefix = "webpki-roots-0.20.0", - build_file = Label("//cargo/remote:BUILD.webpki-roots-0.20.0.bazel"), + sha256 = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940", + strip_prefix = "webpki-roots-0.21.1", + build_file = Label("//cargo/remote:BUILD.webpki-roots-0.21.1.bazel"), ) maybe( http_archive, - name = "raze__which__4_0_2", - url = "https://crates.io/api/v1/crates/which/4.0.2/download", + name = "raze__which__4_1_0", + url = "https://crates.io/api/v1/crates/which/4.1.0/download", type = "tar.gz", - sha256 = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef", - strip_prefix = "which-4.0.2", - build_file = Label("//cargo/remote:BUILD.which-4.0.2.bazel"), - ) - - maybe( - http_archive, - name = "raze__winapi__0_2_8", - url = "https://crates.io/api/v1/crates/winapi/0.2.8/download", - type = "tar.gz", - sha256 = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a", - strip_prefix = "winapi-0.2.8", - build_file = Label("//cargo/remote:BUILD.winapi-0.2.8.bazel"), + sha256 = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe", + strip_prefix = "which-4.1.0", + build_file = Label("//cargo/remote:BUILD.which-4.1.0.bazel"), ) maybe( @@ -3001,16 +2851,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.winapi-0.3.9.bazel"), ) - maybe( - http_archive, - name = "raze__winapi_build__0_1_1", - url = "https://crates.io/api/v1/crates/winapi-build/0.1.1/download", - type = "tar.gz", - sha256 = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc", - strip_prefix = "winapi-build-0.1.1", - build_file = Label("//cargo/remote:BUILD.winapi-build-0.1.1.bazel"), - ) - maybe( http_archive, name = "raze__winapi_i686_pc_windows_gnu__0_4_0", @@ -3051,16 +2891,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.winreg-0.7.0.bazel"), ) - maybe( - http_archive, - name = "raze__ws2_32_sys__0_2_1", - url = "https://crates.io/api/v1/crates/ws2_32-sys/0.2.1/download", - type = "tar.gz", - sha256 = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e", - strip_prefix = "ws2_32-sys-0.2.1", - build_file = Label("//cargo/remote:BUILD.ws2_32-sys-0.2.1.bazel"), - ) - maybe( http_archive, name = "raze__wyz__0_2_0", @@ -3083,10 +2913,20 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__zip__0_5_6", - url = "https://crates.io/api/v1/crates/zip/0.5.6/download", + name = "raze__zip__0_5_12", + url = "https://crates.io/api/v1/crates/zip/0.5.12/download", type = "tar.gz", - sha256 = "58287c28d78507f5f91f2a4cf1e8310e2c76fd4c6932f93ac60fd1ceb402db7d", - strip_prefix = "zip-0.5.6", - build_file = Label("//cargo/remote:BUILD.zip-0.5.6.bazel"), + sha256 = "9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27", + strip_prefix = "zip-0.5.12", + build_file = Label("//cargo/remote:BUILD.zip-0.5.12.bazel"), ) + + maybe( + new_git_repository, + name = "reqwest_rustls", + remote = "https://github.com/ankitects/reqwest.git", + shallow_since = "1619519742 +1000", + commit = "7591444614de02b658ddab125efba7b2bb4e2335", + build_file = Label("//cargo:BUILD.reqwest.rustls.bazel"), + init_submodules = True, + ) \ No newline at end of file diff --git a/cargo/licenses.json b/cargo/licenses.json index 5a858830c..bc3af0b72 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -154,7 +154,7 @@ }, { "name": "async-compression", - "version": "0.3.7", + "version": "0.3.8", "authors": "Wim Looman |Allen Bui ", "repository": "https://github.com/Nemo157/async-compression", "license": "Apache-2.0 OR MIT", @@ -163,7 +163,7 @@ }, { "name": "async-trait", - "version": "0.1.48", + "version": "0.1.50", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/async-trait", "license": "Apache-2.0 OR MIT", @@ -188,15 +188,6 @@ "license_file": null, "description": "Automatic cfg for Rust compiler features" }, - { - "name": "base64", - "version": "0.12.3", - "authors": "Alice Maz |Marshall Pierce ", - "repository": "https://github.com/marshallpierce/rust-base64", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "encodes and decodes base64 as bytes or utf8" - }, { "name": "base64", "version": "0.13.0", @@ -224,15 +215,6 @@ "license_file": null, "description": "A crate for manipulating memory, bit by bit" }, - { - "name": "blake2b_simd", - "version": "0.5.11", - "authors": "Jack O'Connor", - "repository": "https://github.com/oconnor663/blake2_simd", - "license": "MIT", - "license_file": null, - "description": "a pure Rust BLAKE2b implementation with dynamic SIMD" - }, { "name": "blake3", "version": "0.3.7", @@ -260,24 +242,6 @@ "license_file": null, "description": "Library for reading/writing numbers in big-endian and little-endian." }, - { - "name": "bytes", - "version": "0.4.12", - "authors": "Carl Lerche ", - "repository": "https://github.com/carllerche/bytes", - "license": "MIT", - "license_file": null, - "description": "Types and traits for working with bytes" - }, - { - "name": "bytes", - "version": "0.5.6", - "authors": "Carl Lerche |Sean McArthur ", - "repository": "https://github.com/tokio-rs/bytes", - "license": "MIT", - "license_file": null, - "description": "Types and traits for working with bytes" - }, { "name": "bytes", "version": "1.0.1", @@ -370,7 +334,7 @@ }, { "name": "crossbeam-channel", - "version": "0.5.0", + "version": "0.5.1", "authors": "The Crossbeam Project Developers", "repository": "https://github.com/crossbeam-rs/crossbeam", "license": "Apache-2.0 OR MIT", @@ -433,22 +397,13 @@ }, { "name": "dirs-sys", - "version": "0.3.5", + "version": "0.3.6", "authors": "Simon Ochsenreither ", "repository": "https://github.com/dirs-dev/dirs-sys-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "System-level helper functions for the dirs and directories crates." }, - { - "name": "dtoa", - "version": "0.4.7", - "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/dtoa", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Fast functions for printing floating-point primitives to an io::Write" - }, { "name": "either", "version": "1.6.1", @@ -523,7 +478,7 @@ }, { "name": "fluent-bundle", - "version": "0.15.0", + "version": "0.15.1", "authors": "Zibi Braniecki |Staś Małolepszy ", "repository": "https://github.com/projectfluent/fluent-rs", "license": "Apache-2.0 OR MIT", @@ -584,24 +539,6 @@ "license_file": null, "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms." }, - { - "name": "fuchsia-zircon", - "version": "0.3.3", - "authors": "Raph Levien ", - "repository": "https://fuchsia.googlesource.com/garnet/", - "license": "BSD-3-Clause", - "license_file": null, - "description": "Rust bindings for the Zircon kernel" - }, - { - "name": "fuchsia-zircon-sys", - "version": "0.3.3", - "authors": "Raph Levien ", - "repository": "https://fuchsia.googlesource.com/garnet/", - "license": "BSD-3-Clause", - "license_file": null, - "description": "Low-level Rust bindings for the Zircon kernel" - }, { "name": "funty", "version": "1.1.0", @@ -622,7 +559,7 @@ }, { "name": "futures", - "version": "0.3.13", + "version": "0.3.14", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -631,7 +568,7 @@ }, { "name": "futures-channel", - "version": "0.3.13", + "version": "0.3.14", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -640,7 +577,7 @@ }, { "name": "futures-core", - "version": "0.3.13", + "version": "0.3.14", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -649,7 +586,7 @@ }, { "name": "futures-executor", - "version": "0.3.13", + "version": "0.3.14", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -658,7 +595,7 @@ }, { "name": "futures-io", - "version": "0.3.13", + "version": "0.3.14", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -667,7 +604,7 @@ }, { "name": "futures-macro", - "version": "0.3.13", + "version": "0.3.14", "authors": "Taylor Cramer |Taiki Endo ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -676,7 +613,7 @@ }, { "name": "futures-sink", - "version": "0.3.13", + "version": "0.3.14", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -685,7 +622,7 @@ }, { "name": "futures-task", - "version": "0.3.13", + "version": "0.3.14", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -694,7 +631,7 @@ }, { "name": "futures-util", - "version": "0.3.13", + "version": "0.3.14", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", @@ -748,7 +685,7 @@ }, { "name": "h2", - "version": "0.2.7", + "version": "0.3.2", "authors": "Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/h2", "license": "MIT", @@ -820,7 +757,7 @@ }, { "name": "http", - "version": "0.2.3", + "version": "0.2.4", "authors": "Alex Crichton |Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/http", "license": "Apache-2.0 OR MIT", @@ -829,7 +766,7 @@ }, { "name": "http-body", - "version": "0.3.1", + "version": "0.4.1", "authors": "Carl Lerche |Lucio Franco |Sean McArthur ", "repository": "https://github.com/hyperium/http-body", "license": "MIT", @@ -838,7 +775,7 @@ }, { "name": "httparse", - "version": "1.3.5", + "version": "1.4.0", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/httparse", "license": "Apache-2.0 OR MIT", @@ -847,8 +784,8 @@ }, { "name": "httpdate", - "version": "0.3.2", - "authors": "Pyfisch ", + "version": "1.0.0", + "authors": "Pyfisch ", "repository": "https://github.com/pyfisch/httpdate", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -874,7 +811,7 @@ }, { "name": "hyper", - "version": "0.13.10", + "version": "0.14.7", "authors": "Sean McArthur ", "repository": "https://github.com/hyperium/hyper", "license": "MIT", @@ -883,7 +820,7 @@ }, { "name": "hyper-rustls", - "version": "0.21.0", + "version": "0.22.1", "authors": "Joseph Birr-Pixton ", "repository": "https://github.com/ctz/hyper-rustls", "license": "Apache-2.0 OR ISC OR MIT", @@ -892,7 +829,7 @@ }, { "name": "hyper-timeout", - "version": "0.3.1", + "version": "0.4.1", "authors": "Herman J. Radtke III ", "repository": "https://github.com/hjr3/hyper-timeout", "license": "Apache-2.0 OR MIT", @@ -901,7 +838,7 @@ }, { "name": "hyper-tls", - "version": "0.4.3", + "version": "0.5.0", "authors": "Sean McArthur ", "repository": "https://github.com/hyperium/hyper-tls", "license": "Apache-2.0 OR MIT", @@ -910,7 +847,7 @@ }, { "name": "idna", - "version": "0.2.2", + "version": "0.2.3", "authors": "The rust-url developers", "repository": "https://github.com/servo/rust-url/", "license": "Apache-2.0 OR MIT", @@ -998,15 +935,6 @@ "license_file": null, "description": "Implementation of macros for the `inventory` crate" }, - { - "name": "iovec", - "version": "0.1.4", - "authors": "Carl Lerche ", - "repository": "https://github.com/carllerche/iovec", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Portable buffer type for scatter/gather I/O operations" - }, { "name": "ipnet", "version": "2.3.0", @@ -1036,22 +964,13 @@ }, { "name": "js-sys", - "version": "0.3.49", + "version": "0.3.50", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate." }, - { - "name": "kernel32-sys", - "version": "0.2.2", - "authors": "Peter Atashian ", - "repository": "https://github.com/retep998/winapi-rs", - "license": "MIT", - "license_file": null, - "description": "Contains function definitions for the Windows API library kernel32. See winapi for types and constants." - }, { "name": "lazy_static", "version": "1.4.0", @@ -1063,7 +982,7 @@ }, { "name": "lexical-core", - "version": "0.7.5", + "version": "0.7.6", "authors": "Alex Huszagh ", "repository": "https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core", "license": "Apache-2.0 OR MIT", @@ -1072,7 +991,7 @@ }, { "name": "libc", - "version": "0.2.91", + "version": "0.2.94", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/libc", "license": "Apache-2.0 OR MIT", @@ -1090,7 +1009,7 @@ }, { "name": "lock_api", - "version": "0.4.2", + "version": "0.4.3", "authors": "Amanieu d'Antras ", "repository": "https://github.com/Amanieu/parking_lot", "license": "Apache-2.0 OR MIT", @@ -1126,7 +1045,7 @@ }, { "name": "markup5ever", - "version": "0.10.0", + "version": "0.10.1", "authors": "The html5ever Project Developers", "repository": "https://github.com/servo/html5ever", "license": "Apache-2.0 OR MIT", @@ -1189,8 +1108,8 @@ }, { "name": "mio", - "version": "0.6.23", - "authors": "Carl Lerche ", + "version": "0.7.11", + "authors": "Carl Lerche |Thomas de Zeeuw |Tokio Contributors ", "repository": "https://github.com/tokio-rs/mio", "license": "MIT", "license_file": null, @@ -1198,9 +1117,9 @@ }, { "name": "miow", - "version": "0.2.2", + "version": "0.3.7", "authors": "Alex Crichton ", - "repository": "https://github.com/alexcrichton/miow", + "repository": "https://github.com/yoshuawuyts/miow", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A zero overhead I/O library for Windows, focusing on IOCP and Async I/O abstractions." @@ -1223,15 +1142,6 @@ "license_file": null, "description": "A wrapper over a platform's native TLS implementation" }, - { - "name": "net2", - "version": "0.2.37", - "authors": "Alex Crichton ", - "repository": "https://github.com/deprecrated/net2-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Extensions to the standard library's networking types as proposed in RFC 1158." - }, { "name": "new_debug_unreachable", "version": "1.0.4", @@ -1259,6 +1169,15 @@ "license_file": null, "description": "A byte-oriented, zero-copy, parser combinators library" }, + { + "name": "ntapi", + "version": "0.3.6", + "authors": "MSxDOS ", + "repository": "https://github.com/MSxDOS/ntapi", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "FFI bindings for Native API" + }, { "name": "num-format", "version": "0.4.0", @@ -1351,7 +1270,7 @@ }, { "name": "ouroboros", - "version": "0.8.3", + "version": "0.9.1", "authors": "Joshua Maros ", "repository": "https://github.com/joshua-maros/ouroboros", "license": "Apache-2.0 OR MIT", @@ -1360,7 +1279,7 @@ }, { "name": "ouroboros_macro", - "version": "0.8.3", + "version": "0.9.1", "authors": "Joshua Maros ", "repository": "https://github.com/joshua-maros/ouroboros", "license": "Apache-2.0 OR MIT", @@ -1468,7 +1387,7 @@ }, { "name": "pin-project", - "version": "1.0.6", + "version": "1.0.7", "authors": "Taiki Endo ", "repository": "https://github.com/taiki-e/pin-project", "license": "Apache-2.0 OR MIT", @@ -1477,22 +1396,13 @@ }, { "name": "pin-project-internal", - "version": "1.0.6", + "version": "1.0.7", "authors": "Taiki Endo ", "repository": "https://github.com/taiki-e/pin-project", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Implementation detail of the `pin-project` crate." }, - { - "name": "pin-project-lite", - "version": "0.1.12", - "authors": "Taiki Endo ", - "repository": "https://github.com/taiki-e/pin-project-lite", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A lightweight version of pin-project written with declarative macros." - }, { "name": "pin-project-lite", "version": "0.2.6", @@ -1520,15 +1430,6 @@ "license_file": null, "description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts." }, - { - "name": "podio", - "version": "0.1.7", - "authors": "Mathijs van de Nes ", - "repository": "https://github.com/mvdnes/podio.git", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Additional trait for Read and Write to read and write Plain Old Data" - }, { "name": "ppv-lite86", "version": "0.2.10", @@ -1594,7 +1495,7 @@ }, { "name": "proc-macro2", - "version": "1.0.24", + "version": "1.0.26", "authors": "Alex Crichton |David Tolnay ", "repository": "https://github.com/alexcrichton/proc-macro2", "license": "Apache-2.0 OR MIT", @@ -1774,16 +1675,7 @@ }, { "name": "redox_syscall", - "version": "0.1.57", - "authors": "Jeremy Soller ", - "repository": "https://gitlab.redox-os.org/redox-os/syscall", - "license": "MIT", - "license_file": null, - "description": "A Rust library to access raw Redox system calls" - }, - { - "name": "redox_syscall", - "version": "0.2.5", + "version": "0.2.6", "authors": "Jeremy Soller ", "repository": "https://gitlab.redox-os.org/redox-os/syscall", "license": "MIT", @@ -1792,7 +1684,7 @@ }, { "name": "redox_users", - "version": "0.3.5", + "version": "0.4.0", "authors": "Jose Narvaez |Wesley Hershberger ", "repository": "https://gitlab.redox-os.org/redox-os/users", "license": "MIT", @@ -1801,7 +1693,7 @@ }, { "name": "regex", - "version": "1.4.5", + "version": "1.4.6", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/regex", "license": "Apache-2.0 OR MIT", @@ -1828,7 +1720,7 @@ }, { "name": "reqwest", - "version": "0.10.8", + "version": "0.11.3", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/reqwest", "license": "Apache-2.0 OR MIT", @@ -1862,15 +1754,6 @@ "license_file": null, "description": "Ergonomic wrapper for SQLite" }, - { - "name": "rust-argon2", - "version": "0.8.3", - "authors": "Martijn Rijkeboer ", - "repository": "https://github.com/sru-systems/rust-argon2", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Rust implementation of the Argon2 password hashing function." - }, { "name": "rustc-hash", "version": "1.1.0", @@ -1882,7 +1765,7 @@ }, { "name": "rustls", - "version": "0.18.1", + "version": "0.19.1", "authors": "Joseph Birr-Pixton ", "repository": "https://github.com/ctz/rustls", "license": "Apache-2.0 OR ISC OR MIT", @@ -1918,7 +1801,7 @@ }, { "name": "sct", - "version": "0.6.0", + "version": "0.6.1", "authors": "Joseph Birr-Pixton ", "repository": "https://github.com/ctz/sct.rs", "license": "Apache-2.0 OR ISC OR MIT", @@ -2008,7 +1891,7 @@ }, { "name": "serde_urlencoded", - "version": "0.6.1", + "version": "0.7.0", "authors": "Anthony Ramine ", "repository": "https://github.com/nox/serde_urlencoded", "license": "Apache-2.0 OR MIT", @@ -2035,9 +1918,9 @@ }, { "name": "slab", - "version": "0.4.2", + "version": "0.4.3", "authors": "Carl Lerche ", - "repository": "https://github.com/carllerche/slab", + "repository": "https://github.com/tokio-rs/slab", "license": "MIT", "license_file": null, "description": "Pre-allocated storage for a uniform data type" @@ -2107,9 +1990,9 @@ }, { "name": "socket2", - "version": "0.3.19", - "authors": "Alex Crichton ", - "repository": "https://github.com/alexcrichton/socket2-rs", + "version": "0.4.0", + "authors": "Alex Crichton |Thomas de Zeeuw ", + "repository": "https://github.com/rust-lang/socket2", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended." @@ -2188,7 +2071,7 @@ }, { "name": "syn", - "version": "1.0.65", + "version": "1.0.70", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/syn", "license": "Apache-2.0 OR MIT", @@ -2296,7 +2179,7 @@ }, { "name": "tinyvec", - "version": "1.1.1", + "version": "1.2.0", "authors": "Lokathor ", "repository": "https://github.com/Lokathor/tinyvec", "license": "Apache-2.0 OR MIT OR Zlib", @@ -2314,7 +2197,7 @@ }, { "name": "tokio", - "version": "0.2.25", + "version": "1.5.0", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tokio", "license": "MIT", @@ -2323,16 +2206,25 @@ }, { "name": "tokio-io-timeout", - "version": "0.4.0", + "version": "1.1.1", "authors": "Steven Fackler ", "repository": "https://github.com/sfackler/tokio-io-timeout", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Tokio wrappers which apply timeouts to IO operations" }, + { + "name": "tokio-native-tls", + "version": "0.3.0", + "authors": "Tokio Contributors ", + "repository": "https://github.com/tokio-rs/tls", + "license": "MIT", + "license_file": null, + "description": "An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams." + }, { "name": "tokio-rustls", - "version": "0.14.1", + "version": "0.22.0", "authors": "quininer kel ", "repository": "https://github.com/tokio-rs/tls", "license": "Apache-2.0 OR MIT", @@ -2341,25 +2233,16 @@ }, { "name": "tokio-socks", - "version": "0.3.0", + "version": "0.5.1", "authors": "Yilin Chen ", "repository": "https://github.com/sticnarf/tokio-socks", "license": "MIT", "license_file": null, "description": "Asynchronous SOCKS proxy support for Rust." }, - { - "name": "tokio-tls", - "version": "0.3.1", - "authors": "Tokio Contributors ", - "repository": "https://github.com/tokio-rs/tokio", - "license": "MIT", - "license_file": null, - "description": "Deprecated in favor of `tokio-naitve-tls`. An implementation of TLS/SSL streams for Tokio giving an implementation of TLS for nonblocking I/O streams." - }, { "name": "tokio-util", - "version": "0.3.1", + "version": "0.6.6", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tokio", "license": "MIT", @@ -2402,15 +2285,6 @@ "license_file": null, "description": "Core primitives for application-level tracing." }, - { - "name": "tracing-futures", - "version": "0.2.5", - "authors": "Eliza Weisman |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/tracing", - "license": "MIT", - "license_file": null, - "description": "Utilities for instrumenting `futures` with `tracing`." - }, { "name": "try-lock", "version": "0.2.3", @@ -2485,7 +2359,7 @@ }, { "name": "unicode-bidi", - "version": "0.3.4", + "version": "0.3.5", "authors": "The Servo Project Developers", "repository": "https://github.com/servo/unicode-bidi", "license": "Apache-2.0 OR MIT", @@ -2557,7 +2431,7 @@ }, { "name": "utf-8", - "version": "0.7.5", + "version": "0.7.6", "authors": "Simon Sapin ", "repository": "https://github.com/SimonSapin/rust-utf8", "license": "Apache-2.0 OR MIT", @@ -2575,7 +2449,7 @@ }, { "name": "vcpkg", - "version": "0.2.11", + "version": "0.2.12", "authors": "Jim McGrath ", "repository": "https://github.com/mcgoo/vcpkg-rs", "license": "Apache-2.0 OR MIT", @@ -2620,7 +2494,7 @@ }, { "name": "wasm-bindgen", - "version": "0.2.72", + "version": "0.2.73", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen", "license": "Apache-2.0 OR MIT", @@ -2629,7 +2503,7 @@ }, { "name": "wasm-bindgen-backend", - "version": "0.2.72", + "version": "0.2.73", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", "license": "Apache-2.0 OR MIT", @@ -2638,7 +2512,7 @@ }, { "name": "wasm-bindgen-futures", - "version": "0.4.22", + "version": "0.4.23", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", "license": "Apache-2.0 OR MIT", @@ -2647,7 +2521,7 @@ }, { "name": "wasm-bindgen-macro", - "version": "0.2.72", + "version": "0.2.73", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", "license": "Apache-2.0 OR MIT", @@ -2656,7 +2530,7 @@ }, { "name": "wasm-bindgen-macro-support", - "version": "0.2.72", + "version": "0.2.73", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", "license": "Apache-2.0 OR MIT", @@ -2665,7 +2539,7 @@ }, { "name": "wasm-bindgen-shared", - "version": "0.2.72", + "version": "0.2.73", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", "license": "Apache-2.0 OR MIT", @@ -2674,7 +2548,7 @@ }, { "name": "web-sys", - "version": "0.3.49", + "version": "0.3.50", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", "license": "Apache-2.0 OR MIT", @@ -2692,7 +2566,7 @@ }, { "name": "webpki-roots", - "version": "0.20.0", + "version": "0.21.1", "authors": "Joseph Birr-Pixton ", "repository": "https://github.com/ctz/webpki-roots", "license": "MPL-2.0", @@ -2701,22 +2575,13 @@ }, { "name": "which", - "version": "4.0.2", + "version": "4.1.0", "authors": "Harry Fei ", "repository": "https://github.com/harryfei/which-rs.git", "license": "MIT", "license_file": null, "description": "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms." }, - { - "name": "winapi", - "version": "0.2.8", - "authors": "Peter Atashian ", - "repository": "https://github.com/retep998/winapi-rs", - "license": "MIT", - "license_file": null, - "description": "Types and constants for WinAPI bindings. See README for list of crates providing function bindings." - }, { "name": "winapi", "version": "0.3.9", @@ -2726,15 +2591,6 @@ "license_file": null, "description": "Raw FFI bindings for all of Windows API." }, - { - "name": "winapi-build", - "version": "0.1.1", - "authors": "Peter Atashian ", - "repository": "https://github.com/retep998/winapi-rs", - "license": "MIT", - "license_file": null, - "description": "Common code for build.rs in WinAPI -sys crates." - }, { "name": "winapi-i686-pc-windows-gnu", "version": "0.4.0", @@ -2771,15 +2627,6 @@ "license_file": null, "description": "Rust bindings to MS Windows Registry API" }, - { - "name": "ws2_32-sys", - "version": "0.2.1", - "authors": "Peter Atashian ", - "repository": "https://github.com/retep998/winapi-rs", - "license": "MIT", - "license_file": null, - "description": "Contains function definitions for the Windows API library ws2_32. See winapi for types and constants." - }, { "name": "wyz", "version": "0.2.0", @@ -2800,9 +2647,9 @@ }, { "name": "zip", - "version": "0.5.6", - "authors": "Mathijs van de Nes ", - "repository": "https://github.com/mvdnes/zip-rs.git", + "version": "0.5.12", + "authors": "Mathijs van de Nes |Marli Frost |Ryan Levick ", + "repository": "https://github.com/zip-rs/zip.git", "license": "MIT", "license_file": null, "description": "Library to support the reading and writing of zip files." diff --git a/cargo/remote/BUILD.Inflector-0.11.4.bazel b/cargo/remote/BUILD.Inflector-0.11.4.bazel index 1087585dc..df8ac6b59 100644 --- a/cargo/remote/BUILD.Inflector-0.11.4.bazel +++ b/cargo/remote/BUILD.Inflector-0.11.4.bazel @@ -63,7 +63,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__lazy_static__1_4_0//:lazy_static", - "@raze__regex__1_4_5//:regex", + "@raze__regex__1_4_6//:regex", ], ) diff --git a/cargo/remote/BUILD.arrayvec-0.5.2.bazel b/cargo/remote/BUILD.arrayvec-0.5.2.bazel index 130c8c74a..d0c7099ee 100644 --- a/cargo/remote/BUILD.arrayvec-0.5.2.bazel +++ b/cargo/remote/BUILD.arrayvec-0.5.2.bazel @@ -39,8 +39,6 @@ rust_library( srcs = glob(["**/*.rs"]), crate_features = [ "array-sizes-33-128", - "default", - "std", ], crate_root = "src/lib.rs", crate_type = "lib", diff --git a/cargo/remote/BUILD.askama_derive-0.10.5.bazel b/cargo/remote/BUILD.askama_derive-0.10.5.bazel index 0df181970..087280a1f 100644 --- a/cargo/remote/BUILD.askama_derive-0.10.5.bazel +++ b/cargo/remote/BUILD.askama_derive-0.10.5.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__askama_shared__0_11_1//:askama_shared", - "@raze__proc_macro2__1_0_24//:proc_macro2", - "@raze__syn__1_0_65//:syn", + "@raze__proc_macro2__1_0_26//:proc_macro2", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.askama_shared-0.11.1.bazel b/cargo/remote/BUILD.askama_shared-0.11.1.bazel index b4816c3d4..98caa8b59 100644 --- a/cargo/remote/BUILD.askama_shared-0.11.1.bazel +++ b/cargo/remote/BUILD.askama_shared-0.11.1.bazel @@ -60,10 +60,10 @@ rust_library( "@raze__nom__6_1_2//:nom", "@raze__num_traits__0_2_14//:num_traits", "@raze__percent_encoding__2_1_0//:percent_encoding", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", "@raze__serde__1_0_125//:serde", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", "@raze__toml__0_5_8//:toml", ], ) diff --git a/cargo/remote/BUILD.async-compression-0.3.7.bazel b/cargo/remote/BUILD.async-compression-0.3.8.bazel similarity index 88% rename from cargo/remote/BUILD.async-compression-0.3.7.bazel rename to cargo/remote/BUILD.async-compression-0.3.8.bazel index 39727902b..83c53f6c7 100644 --- a/cargo/remote/BUILD.async-compression-0.3.7.bazel +++ b/cargo/remote/BUILD.async-compression-0.3.8.bazel @@ -37,15 +37,11 @@ licenses([ rust_library( name = "async_compression", srcs = glob(["**/*.rs"]), - aliases = { - "@raze__bytes__0_5_6//:bytes": "bytes_05", - }, crate_features = [ - "bytes-05", "default", "flate2", "gzip", - "stream", + "tokio", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -58,14 +54,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.7", + version = "0.3.8", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", "@raze__flate2__1_0_20//:flate2", - "@raze__futures_core__0_3_13//:futures_core", + "@raze__futures_core__0_3_14//:futures_core", "@raze__memchr__2_3_4//:memchr", "@raze__pin_project_lite__0_2_6//:pin_project_lite", + "@raze__tokio__1_5_0//:tokio", ], ) diff --git a/cargo/remote/BUILD.async-trait-0.1.48.bazel b/cargo/remote/BUILD.async-trait-0.1.50.bazel similarity index 92% rename from cargo/remote/BUILD.async-trait-0.1.48.bazel rename to cargo/remote/BUILD.async-trait-0.1.50.bazel index ae39d567d..24675d311 100644 --- a/cargo/remote/BUILD.async-trait-0.1.48.bazel +++ b/cargo/remote/BUILD.async-trait-0.1.50.bazel @@ -53,7 +53,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.1.48", + version = "0.1.50", visibility = ["//visibility:private"], deps = [ ], @@ -75,13 +75,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.48", + version = "0.1.50", # buildifier: leave-alone deps = [ ":async_trait_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.atty-0.2.14.bazel b/cargo/remote/BUILD.atty-0.2.14.bazel index 5b2188220..c177ebd4c 100644 --- a/cargo/remote/BUILD.atty-0.2.14.bazel +++ b/cargo/remote/BUILD.atty-0.2.14.bazel @@ -62,7 +62,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.base64-0.12.3.bazel b/cargo/remote/BUILD.base64-0.12.3.bazel deleted file mode 100644 index a4aabe2fd..000000000 --- a/cargo/remote/BUILD.base64-0.12.3.bazel +++ /dev/null @@ -1,67 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", 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 "benchmarks" with type "bench" omitted - -# Unsupported target "make_tables" with type "example" omitted - -rust_library( - name = "base64", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.12.3", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "decode" with type "test" omitted - -# Unsupported target "encode" with type "test" omitted - -# Unsupported target "helpers" with type "test" omitted - -# Unsupported target "tests" with type "test" omitted diff --git a/cargo/remote/BUILD.blake2b_simd-0.5.11.bazel b/cargo/remote/BUILD.blake2b_simd-0.5.11.bazel deleted file mode 100644 index 6d416e218..000000000 --- a/cargo/remote/BUILD.blake2b_simd-0.5.11.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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "blake2b_simd", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.5.11", - # buildifier: leave-alone - deps = [ - "@raze__arrayref__0_3_6//:arrayref", - "@raze__arrayvec__0_5_2//:arrayvec", - "@raze__constant_time_eq__0_1_5//:constant_time_eq", - ], -) diff --git a/cargo/remote/BUILD.bytes-0.4.12.bazel b/cargo/remote/BUILD.bytes-0.4.12.bazel deleted file mode 100644 index da610ba78..000000000 --- a/cargo/remote/BUILD.bytes-0.4.12.bazel +++ /dev/null @@ -1,77 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -# Unsupported target "bytes" with type "bench" omitted - -rust_library( - name = "bytes", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.4.12", - # buildifier: leave-alone - deps = [ - "@raze__byteorder__1_4_3//:byteorder", - "@raze__iovec__0_1_4//:iovec", - ], -) - -# Unsupported target "test_buf" with type "test" omitted - -# Unsupported target "test_buf_mut" with type "test" omitted - -# Unsupported target "test_bytes" with type "test" omitted - -# Unsupported target "test_chain" with type "test" omitted - -# Unsupported target "test_debug" with type "test" omitted - -# Unsupported target "test_from_buf" with type "test" omitted - -# Unsupported target "test_iter" with type "test" omitted - -# Unsupported target "test_reader" with type "test" omitted - -# Unsupported target "test_serde" with type "test" omitted - -# Unsupported target "test_take" with type "test" omitted diff --git a/cargo/remote/BUILD.bytes-0.5.6.bazel b/cargo/remote/BUILD.bytes-0.5.6.bazel deleted file mode 100644 index c8ddef817..000000000 --- a/cargo/remote/BUILD.bytes-0.5.6.bazel +++ /dev/null @@ -1,83 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -# Unsupported target "buf" with type "bench" omitted - -# Unsupported target "bytes" with type "bench" omitted - -# Unsupported target "bytes_mut" with type "bench" omitted - -rust_library( - name = "bytes", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.5.6", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "test_buf" with type "test" omitted - -# Unsupported target "test_buf_mut" with type "test" omitted - -# Unsupported target "test_bytes" with type "test" omitted - -# Unsupported target "test_bytes_odd_alloc" with type "test" omitted - -# Unsupported target "test_bytes_vec_alloc" with type "test" omitted - -# Unsupported target "test_chain" with type "test" omitted - -# Unsupported target "test_debug" with type "test" omitted - -# Unsupported target "test_iter" with type "test" omitted - -# Unsupported target "test_reader" with type "test" omitted - -# Unsupported target "test_serde" with type "test" omitted - -# Unsupported target "test_take" with type "test" omitted diff --git a/cargo/remote/BUILD.chrono-0.4.19.bazel b/cargo/remote/BUILD.chrono-0.4.19.bazel index 5d81863d0..aef07504e 100644 --- a/cargo/remote/BUILD.chrono-0.4.19.bazel +++ b/cargo/remote/BUILD.chrono-0.4.19.bazel @@ -62,7 +62,7 @@ rust_library( version = "0.4.19", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", "@raze__num_integer__0_1_44//:num_integer", "@raze__num_traits__0_2_14//:num_traits", "@raze__time__0_1_43//:time", diff --git a/cargo/remote/BUILD.coarsetime-0.1.18.bazel b/cargo/remote/BUILD.coarsetime-0.1.18.bazel index eee66ba70..7d3e955f9 100644 --- a/cargo/remote/BUILD.coarsetime-0.1.18.bazel +++ b/cargo/remote/BUILD.coarsetime-0.1.18.bazel @@ -62,7 +62,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.core-foundation-0.9.1.bazel b/cargo/remote/BUILD.core-foundation-0.9.1.bazel index c3300244c..694ed3245 100644 --- a/cargo/remote/BUILD.core-foundation-0.9.1.bazel +++ b/cargo/remote/BUILD.core-foundation-0.9.1.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__core_foundation_sys__0_8_2//:core_foundation_sys", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], ) diff --git a/cargo/remote/BUILD.crossbeam-channel-0.5.0.bazel b/cargo/remote/BUILD.crossbeam-channel-0.5.1.bazel similarity index 98% rename from cargo/remote/BUILD.crossbeam-channel-0.5.0.bazel rename to cargo/remote/BUILD.crossbeam-channel-0.5.1.bazel index a9f078ba8..23fa3ae43 100644 --- a/cargo/remote/BUILD.crossbeam-channel-0.5.0.bazel +++ b/cargo/remote/BUILD.crossbeam-channel-0.5.1.bazel @@ -57,7 +57,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.0", + version = "0.5.1", # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", diff --git a/cargo/remote/BUILD.crossbeam-utils-0.8.3.bazel b/cargo/remote/BUILD.crossbeam-utils-0.8.3.bazel index 565808ce6..763c5886c 100644 --- a/cargo/remote/BUILD.crossbeam-utils-0.8.3.bazel +++ b/cargo/remote/BUILD.crossbeam-utils-0.8.3.bazel @@ -42,7 +42,6 @@ cargo_build_script( build_script_env = { }, crate_features = [ - "default", "lazy_static", "std", ], @@ -69,7 +68,6 @@ rust_library( name = "crossbeam_utils", srcs = glob(["**/*.rs"]), crate_features = [ - "default", "lazy_static", "std", ], diff --git a/cargo/remote/BUILD.ctor-0.1.20.bazel b/cargo/remote/BUILD.ctor-0.1.20.bazel index adcfbd474..b7b8f60bd 100644 --- a/cargo/remote/BUILD.ctor-0.1.20.bazel +++ b/cargo/remote/BUILD.ctor-0.1.20.bazel @@ -52,6 +52,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.derivative-2.2.0.bazel b/cargo/remote/BUILD.derivative-2.2.0.bazel index 91bbfd0a4..36e323de7 100644 --- a/cargo/remote/BUILD.derivative-2.2.0.bazel +++ b/cargo/remote/BUILD.derivative-2.2.0.bazel @@ -50,9 +50,9 @@ rust_library( version = "2.2.0", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.dirs-2.0.2.bazel b/cargo/remote/BUILD.dirs-2.0.2.bazel index 805b78667..1821a572a 100644 --- a/cargo/remote/BUILD.dirs-2.0.2.bazel +++ b/cargo/remote/BUILD.dirs-2.0.2.bazel @@ -50,6 +50,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__cfg_if__0_1_10//:cfg_if", - "@raze__dirs_sys__0_3_5//:dirs_sys", + "@raze__dirs_sys__0_3_6//:dirs_sys", ], ) diff --git a/cargo/remote/BUILD.dirs-sys-0.3.5.bazel b/cargo/remote/BUILD.dirs-sys-0.3.6.bazel similarity index 96% rename from cargo/remote/BUILD.dirs-sys-0.3.5.bazel rename to cargo/remote/BUILD.dirs-sys-0.3.6.bazel index 3b82313c8..4da35b7c1 100644 --- a/cargo/remote/BUILD.dirs-sys-0.3.5.bazel +++ b/cargo/remote/BUILD.dirs-sys-0.3.6.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.5", + version = "0.3.6", # buildifier: leave-alone deps = [ ] + selects.with_or({ @@ -60,7 +60,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.dtoa-0.4.7.bazel b/cargo/remote/BUILD.dtoa-0.4.7.bazel deleted file mode 100644 index de0c2e83c..000000000 --- a/cargo/remote/BUILD.dtoa-0.4.7.bazel +++ /dev/null @@ -1,57 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", 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 "bench" with type "bench" omitted - -rust_library( - name = "dtoa", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.4.7", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "test" with type "test" omitted diff --git a/cargo/remote/BUILD.env_logger-0.8.3.bazel b/cargo/remote/BUILD.env_logger-0.8.3.bazel index d5ec3366b..4ae8485aa 100644 --- a/cargo/remote/BUILD.env_logger-0.8.3.bazel +++ b/cargo/remote/BUILD.env_logger-0.8.3.bazel @@ -57,7 +57,7 @@ rust_library( "@raze__atty__0_2_14//:atty", "@raze__humantime__2_1_0//:humantime", "@raze__log__0_4_14//:log", - "@raze__regex__1_4_5//:regex", + "@raze__regex__1_4_6//:regex", "@raze__termcolor__1_1_2//:termcolor", ], ) diff --git a/cargo/remote/BUILD.flate2-1.0.20.bazel b/cargo/remote/BUILD.flate2-1.0.20.bazel index e30f6cbbe..ab7e1f636 100644 --- a/cargo/remote/BUILD.flate2-1.0.20.bazel +++ b/cargo/remote/BUILD.flate2-1.0.20.bazel @@ -98,7 +98,7 @@ rust_library( deps = [ "@raze__cfg_if__1_0_0//:cfg_if", "@raze__crc32fast__1_2_1//:crc32fast", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", "@raze__miniz_oxide__0_4_4//:miniz_oxide", ], ) diff --git a/cargo/remote/BUILD.fluent-0.15.0.bazel b/cargo/remote/BUILD.fluent-0.15.0.bazel index 6ed455451..aba0a0729 100644 --- a/cargo/remote/BUILD.fluent-0.15.0.bazel +++ b/cargo/remote/BUILD.fluent-0.15.0.bazel @@ -49,7 +49,7 @@ rust_library( version = "0.15.0", # buildifier: leave-alone deps = [ - "@raze__fluent_bundle__0_15_0//:fluent_bundle", + "@raze__fluent_bundle__0_15_1//:fluent_bundle", "@raze__unic_langid__0_9_0//:unic_langid", ], ) diff --git a/cargo/remote/BUILD.fluent-bundle-0.15.0.bazel b/cargo/remote/BUILD.fluent-bundle-0.15.1.bazel similarity index 95% rename from cargo/remote/BUILD.fluent-bundle-0.15.0.bazel rename to cargo/remote/BUILD.fluent-bundle-0.15.1.bazel index 94748c0e5..83d8995ac 100644 --- a/cargo/remote/BUILD.fluent-bundle-0.15.0.bazel +++ b/cargo/remote/BUILD.fluent-bundle-0.15.1.bazel @@ -51,14 +51,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.15.0", + version = "0.15.1", # buildifier: leave-alone deps = [ "@raze__fluent_langneg__0_13_0//:fluent_langneg", "@raze__fluent_syntax__0_11_0//:fluent_syntax", "@raze__intl_memoizer__0_5_1//:intl_memoizer", "@raze__intl_pluralrules__7_0_1//:intl_pluralrules", - "@raze__ouroboros__0_8_3//:ouroboros", + "@raze__ouroboros__0_9_1//:ouroboros", "@raze__rustc_hash__1_1_0//:rustc_hash", "@raze__smallvec__1_6_1//:smallvec", "@raze__unic_langid__0_9_0//:unic_langid", diff --git a/cargo/remote/BUILD.fuchsia-zircon-0.3.3.bazel b/cargo/remote/BUILD.fuchsia-zircon-0.3.3.bazel deleted file mode 100644 index 124b278b7..000000000 --- a/cargo/remote/BUILD.fuchsia-zircon-0.3.3.bazel +++ /dev/null @@ -1,55 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # BSD-3-Clause from expression "BSD-3-Clause" -]) - -# Generated Targets - -rust_library( - name = "fuchsia_zircon", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.3", - # buildifier: leave-alone - deps = [ - "@raze__bitflags__1_2_1//:bitflags", - "@raze__fuchsia_zircon_sys__0_3_3//:fuchsia_zircon_sys", - ], -) diff --git a/cargo/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel b/cargo/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel deleted file mode 100644 index f677e9fca..000000000 --- a/cargo/remote/BUILD.fuchsia-zircon-sys-0.3.3.bazel +++ /dev/null @@ -1,55 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # BSD-3-Clause from expression "BSD-3-Clause" -]) - -# Generated Targets - -# Unsupported target "hello" with type "example" omitted - -rust_library( - name = "fuchsia_zircon_sys", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.3", - # buildifier: leave-alone - deps = [ - ], -) diff --git a/cargo/remote/BUILD.futures-0.3.13.bazel b/cargo/remote/BUILD.futures-0.3.14.bazel similarity index 67% rename from cargo/remote/BUILD.futures-0.3.13.bazel rename to cargo/remote/BUILD.futures-0.3.14.bazel index 9eed84c29..021283dcc 100644 --- a/cargo/remote/BUILD.futures-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-0.3.14.bazel @@ -52,52 +52,52 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_executor__0_3_13//:futures_executor", - "@raze__futures_io__0_3_13//:futures_io", - "@raze__futures_sink__0_3_13//:futures_sink", - "@raze__futures_task__0_3_13//:futures_task", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_executor__0_3_14//:futures_executor", + "@raze__futures_io__0_3_14//:futures_io", + "@raze__futures_sink__0_3_14//:futures_sink", + "@raze__futures_task__0_3_14//:futures_task", + "@raze__futures_util__0_3_14//:futures_util", ], ) # Unsupported target "_require_features" with type "test" omitted -# Unsupported target "abortable" with type "test" omitted - -# Unsupported target "arc_wake" with type "test" omitted - # Unsupported target "async_await_macros" with type "test" omitted -# Unsupported target "atomic_waker" with type "test" omitted - # Unsupported target "auto_traits" with type "test" omitted -# Unsupported target "basic_combinators" with type "test" omitted - -# Unsupported target "buffer_unordered" with type "test" omitted - # Unsupported target "compat" with type "test" omitted # Unsupported target "eager_drop" with type "test" omitted # Unsupported target "eventual" with type "test" omitted -# Unsupported target "fuse" with type "test" omitted +# Unsupported target "future_abortable" with type "test" omitted + +# Unsupported target "future_basic_combinators" with type "test" omitted + +# Unsupported target "future_fuse" with type "test" omitted + +# Unsupported target "future_inspect" with type "test" omitted + +# Unsupported target "future_join_all" with type "test" omitted # Unsupported target "future_obj" with type "test" omitted +# Unsupported target "future_select_all" with type "test" omitted + +# Unsupported target "future_select_ok" with type "test" omitted + +# Unsupported target "future_shared" with type "test" omitted + # Unsupported target "future_try_flatten_stream" with type "test" omitted -# Unsupported target "futures_ordered" with type "test" omitted - -# Unsupported target "futures_unordered" with type "test" omitted - -# Unsupported target "inspect" with type "test" omitted +# Unsupported target "future_try_join_all" with type "test" omitted # Unsupported target "io_buf_reader" with type "test" omitted @@ -123,12 +123,10 @@ rust_library( # Unsupported target "io_write" with type "test" omitted -# Unsupported target "join_all" with type "test" omitted +# Unsupported target "lock_mutex" with type "test" omitted # Unsupported target "macro_comma_support" with type "test" omitted -# Unsupported target "mutex" with type "test" omitted - # Unsupported target "object_safety" with type "test" omitted # Unsupported target "oneshot" with type "test" omitted @@ -137,22 +135,20 @@ rust_library( # Unsupported target "recurse" with type "test" omitted -# Unsupported target "select_all" with type "test" omitted - -# Unsupported target "select_ok" with type "test" omitted - -# Unsupported target "shared" with type "test" omitted - # Unsupported target "sink" with type "test" omitted # Unsupported target "sink_fanout" with type "test" omitted -# Unsupported target "split" with type "test" omitted - # Unsupported target "stream" with type "test" omitted +# Unsupported target "stream_buffer_unordered" with type "test" omitted + # Unsupported target "stream_catch_unwind" with type "test" omitted +# Unsupported target "stream_futures_ordered" with type "test" omitted + +# Unsupported target "stream_futures_unordered" with type "test" omitted + # Unsupported target "stream_into_async_read" with type "test" omitted # Unsupported target "stream_peekable" with type "test" omitted @@ -161,10 +157,14 @@ rust_library( # Unsupported target "stream_select_next_some" with type "test" omitted +# Unsupported target "stream_split" with type "test" omitted + +# Unsupported target "stream_try_stream" with type "test" omitted + +# Unsupported target "stream_unfold" with type "test" omitted + +# Unsupported target "task_arc_wake" with type "test" omitted + +# Unsupported target "task_atomic_waker" with type "test" omitted + # Unsupported target "try_join" with type "test" omitted - -# Unsupported target "try_join_all" with type "test" omitted - -# Unsupported target "try_stream" with type "test" omitted - -# Unsupported target "unfold" with type "test" omitted diff --git a/cargo/remote/BUILD.futures-channel-0.3.13.bazel b/cargo/remote/BUILD.futures-channel-0.3.14.bazel similarity index 91% rename from cargo/remote/BUILD.futures-channel-0.3.13.bazel rename to cargo/remote/BUILD.futures-channel-0.3.14.bazel index 7512d48e9..3276bc36a 100644 --- a/cargo/remote/BUILD.futures-channel-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-channel-0.3.14.bazel @@ -53,11 +53,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", ], ) diff --git a/cargo/remote/BUILD.futures-core-0.3.13.bazel b/cargo/remote/BUILD.futures-core-0.3.14.bazel similarity index 97% rename from cargo/remote/BUILD.futures-core-0.3.13.bazel rename to cargo/remote/BUILD.futures-core-0.3.14.bazel index 27e93fd44..961989d60 100644 --- a/cargo/remote/BUILD.futures-core-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-core-0.3.14.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.futures-executor-0.3.13.bazel b/cargo/remote/BUILD.futures-executor-0.3.14.bazel similarity index 86% rename from cargo/remote/BUILD.futures-executor-0.3.13.bazel rename to cargo/remote/BUILD.futures-executor-0.3.14.bazel index ff5cea545..0e2c900fe 100644 --- a/cargo/remote/BUILD.futures-executor-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-executor-0.3.14.bazel @@ -49,12 +49,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_task__0_3_13//:futures_task", - "@raze__futures_util__0_3_13//:futures_util", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_task__0_3_14//:futures_task", + "@raze__futures_util__0_3_14//:futures_util", ], ) diff --git a/cargo/remote/BUILD.futures-io-0.3.13.bazel b/cargo/remote/BUILD.futures-io-0.3.14.bazel similarity index 97% rename from cargo/remote/BUILD.futures-io-0.3.13.bazel rename to cargo/remote/BUILD.futures-io-0.3.14.bazel index ecb0f3a9b..355fdbd02 100644 --- a/cargo/remote/BUILD.futures-io-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-io-0.3.14.bazel @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.futures-macro-0.3.13.bazel b/cargo/remote/BUILD.futures-macro-0.3.14.bazel similarity index 91% rename from cargo/remote/BUILD.futures-macro-0.3.13.bazel rename to cargo/remote/BUILD.futures-macro-0.3.14.bazel index 2a0708504..1c1c514cf 100644 --- a/cargo/remote/BUILD.futures-macro-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-macro-0.3.14.bazel @@ -49,11 +49,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.futures-sink-0.3.13.bazel b/cargo/remote/BUILD.futures-sink-0.3.14.bazel similarity index 97% rename from cargo/remote/BUILD.futures-sink-0.3.13.bazel rename to cargo/remote/BUILD.futures-sink-0.3.14.bazel index cb7a1e51e..13ac7bec4 100644 --- a/cargo/remote/BUILD.futures-sink-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-sink-0.3.14.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.futures-task-0.3.13.bazel b/cargo/remote/BUILD.futures-task-0.3.14.bazel similarity index 97% rename from cargo/remote/BUILD.futures-task-0.3.13.bazel rename to cargo/remote/BUILD.futures-task-0.3.14.bazel index b5740e41b..8c02dcf7b 100644 --- a/cargo/remote/BUILD.futures-task-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-task-0.3.14.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.futures-util-0.3.13.bazel b/cargo/remote/BUILD.futures-util-0.3.14.bazel similarity index 81% rename from cargo/remote/BUILD.futures-util-0.3.13.bazel rename to cargo/remote/BUILD.futures-util-0.3.14.bazel index 376886b28..87082d586 100644 --- a/cargo/remote/BUILD.futures-util-0.3.13.bazel +++ b/cargo/remote/BUILD.futures-util-0.3.14.bazel @@ -58,7 +58,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__futures_macro__0_3_13//:futures_macro", + "@raze__futures_macro__0_3_14//:futures_macro", "@raze__proc_macro_hack__0_5_19//:proc_macro_hack", ], rustc_flags = [ @@ -68,18 +68,18 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.13", + version = "0.3.14", # buildifier: leave-alone deps = [ - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_io__0_3_13//:futures_io", - "@raze__futures_sink__0_3_13//:futures_sink", - "@raze__futures_task__0_3_13//:futures_task", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_io__0_3_14//:futures_io", + "@raze__futures_sink__0_3_14//:futures_sink", + "@raze__futures_task__0_3_14//:futures_task", "@raze__memchr__2_3_4//:memchr", "@raze__pin_project_lite__0_2_6//:pin_project_lite", "@raze__pin_utils__0_1_0//:pin_utils", "@raze__proc_macro_nested__0_1_6//:proc_macro_nested", - "@raze__slab__0_4_2//:slab", + "@raze__slab__0_4_3//:slab", ], ) diff --git a/cargo/remote/BUILD.getrandom-0.1.16.bazel b/cargo/remote/BUILD.getrandom-0.1.16.bazel index 91a9dd966..aa4ae871b 100644 --- a/cargo/remote/BUILD.getrandom-0.1.16.bazel +++ b/cargo/remote/BUILD.getrandom-0.1.16.bazel @@ -106,7 +106,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.getrandom-0.2.2.bazel b/cargo/remote/BUILD.getrandom-0.2.2.bazel index da6ee1624..52518a31f 100644 --- a/cargo/remote/BUILD.getrandom-0.2.2.bazel +++ b/cargo/remote/BUILD.getrandom-0.2.2.bazel @@ -106,7 +106,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.ghost-0.1.2.bazel b/cargo/remote/BUILD.ghost-0.1.2.bazel index 0c5a73a26..f8470f8fa 100644 --- a/cargo/remote/BUILD.ghost-0.1.2.bazel +++ b/cargo/remote/BUILD.ghost-0.1.2.bazel @@ -49,8 +49,8 @@ rust_library( version = "0.1.2", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.h2-0.2.7.bazel b/cargo/remote/BUILD.h2-0.3.2.bazel similarity index 74% rename from cargo/remote/BUILD.h2-0.2.7.bazel rename to cargo/remote/BUILD.h2-0.3.2.bazel index 2466093f9..fd4f827e7 100644 --- a/cargo/remote/BUILD.h2-0.2.7.bazel +++ b/cargo/remote/BUILD.h2-0.3.2.bazel @@ -52,20 +52,19 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.7", + version = "0.3.2", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", + "@raze__bytes__1_0_1//:bytes", "@raze__fnv__1_0_7//:fnv", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", - "@raze__futures_util__0_3_13//:futures_util", - "@raze__http__0_2_3//:http", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", + "@raze__futures_util__0_3_14//:futures_util", + "@raze__http__0_2_4//:http", "@raze__indexmap__1_6_2//:indexmap", - "@raze__slab__0_4_2//:slab", - "@raze__tokio__0_2_25//:tokio", - "@raze__tokio_util__0_3_1//:tokio_util", + "@raze__slab__0_4_3//:slab", + "@raze__tokio__1_5_0//:tokio", + "@raze__tokio_util__0_6_6//:tokio_util", "@raze__tracing__0_1_25//:tracing", - "@raze__tracing_futures__0_2_5//:tracing_futures", ], ) diff --git a/cargo/remote/BUILD.hermit-abi-0.1.18.bazel b/cargo/remote/BUILD.hermit-abi-0.1.18.bazel index 63227688e..3fb02421b 100644 --- a/cargo/remote/BUILD.hermit-abi-0.1.18.bazel +++ b/cargo/remote/BUILD.hermit-abi-0.1.18.bazel @@ -50,6 +50,6 @@ rust_library( version = "0.1.18", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], ) diff --git a/cargo/remote/BUILD.html5ever-0.25.1.bazel b/cargo/remote/BUILD.html5ever-0.25.1.bazel index f1c59ee16..c1891cbe3 100644 --- a/cargo/remote/BUILD.html5ever-0.25.1.bazel +++ b/cargo/remote/BUILD.html5ever-0.25.1.bazel @@ -56,9 +56,9 @@ cargo_build_script( version = "0.25.1", visibility = ["//visibility:private"], deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) @@ -96,6 +96,6 @@ rust_library( ":html5ever_build_script", "@raze__log__0_4_14//:log", "@raze__mac__0_1_1//:mac", - "@raze__markup5ever__0_10_0//:markup5ever", + "@raze__markup5ever__0_10_1//:markup5ever", ], ) diff --git a/cargo/remote/BUILD.http-0.2.3.bazel b/cargo/remote/BUILD.http-0.2.4.bazel similarity index 95% rename from cargo/remote/BUILD.http-0.2.3.bazel rename to cargo/remote/BUILD.http-0.2.4.bazel index a96f86420..cbeb71662 100644 --- a/cargo/remote/BUILD.http-0.2.3.bazel +++ b/cargo/remote/BUILD.http-0.2.4.bazel @@ -36,6 +36,8 @@ licenses([ # Unsupported target "header_value" with type "bench" omitted +# Unsupported target "method" with type "bench" omitted + # Unsupported target "uri" with type "bench" omitted rust_library( @@ -54,7 +56,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.3", + version = "0.2.4", # buildifier: leave-alone deps = [ "@raze__bytes__1_0_1//:bytes", diff --git a/cargo/remote/BUILD.http-body-0.3.1.bazel b/cargo/remote/BUILD.http-body-0.4.1.bazel similarity index 86% rename from cargo/remote/BUILD.http-body-0.3.1.bazel rename to cargo/remote/BUILD.http-body-0.4.1.bazel index a8c58288b..a92ab0481 100644 --- a/cargo/remote/BUILD.http-body-0.3.1.bazel +++ b/cargo/remote/BUILD.http-body-0.4.1.bazel @@ -46,11 +46,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.1", + version = "0.4.1", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__http__0_2_3//:http", + "@raze__bytes__1_0_1//:bytes", + "@raze__http__0_2_4//:http", + "@raze__pin_project_lite__0_2_6//:pin_project_lite", ], ) diff --git a/cargo/remote/BUILD.httparse-1.3.5.bazel b/cargo/remote/BUILD.httparse-1.4.0.bazel similarity index 97% rename from cargo/remote/BUILD.httparse-1.3.5.bazel rename to cargo/remote/BUILD.httparse-1.4.0.bazel index b0ded3c0f..ed310ff50 100644 --- a/cargo/remote/BUILD.httparse-1.3.5.bazel +++ b/cargo/remote/BUILD.httparse-1.4.0.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.3.5", + version = "1.4.0", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.3.5", + version = "1.4.0", # buildifier: leave-alone deps = [ ":httparse_build_script", diff --git a/cargo/remote/BUILD.httpdate-0.3.2.bazel b/cargo/remote/BUILD.httpdate-1.0.0.bazel similarity index 95% rename from cargo/remote/BUILD.httpdate-0.3.2.bazel rename to cargo/remote/BUILD.httpdate-1.0.0.bazel index 74443ab4b..f3bba13ab 100644 --- a/cargo/remote/BUILD.httpdate-0.3.2.bazel +++ b/cargo/remote/BUILD.httpdate-1.0.0.bazel @@ -38,7 +38,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.2", + version = "1.0.0", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.hyper-0.13.10.bazel b/cargo/remote/BUILD.hyper-0.14.7.bazel similarity index 79% rename from cargo/remote/BUILD.hyper-0.13.10.bazel rename to cargo/remote/BUILD.hyper-0.14.7.bazel index aa7baf7a0..3231e10b3 100644 --- a/cargo/remote/BUILD.hyper-0.13.10.bazel +++ b/cargo/remote/BUILD.hyper-0.14.7.bazel @@ -40,6 +40,8 @@ licenses([ # Unsupported target "server" with type "bench" omitted +# Unsupported target "hyper" with type "cdylib" omitted + # Unsupported target "client" with type "example" omitted # Unsupported target "client_json" with type "example" omitted @@ -78,6 +80,12 @@ rust_library( aliases = { }, crate_features = [ + "client", + "default", + "h2", + "http1", + "http2", + "runtime", "socket2", "tcp", ], @@ -92,22 +100,22 @@ rust_library( "cargo-raze", "manual", ], - version = "0.13.10", + version = "0.14.7", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__futures_channel__0_3_13//:futures_channel", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_util__0_3_13//:futures_util", - "@raze__h2__0_2_7//:h2", - "@raze__http__0_2_3//:http", - "@raze__http_body__0_3_1//:http_body", - "@raze__httparse__1_3_5//:httparse", - "@raze__httpdate__0_3_2//:httpdate", + "@raze__bytes__1_0_1//:bytes", + "@raze__futures_channel__0_3_14//:futures_channel", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_util__0_3_14//:futures_util", + "@raze__h2__0_3_2//:h2", + "@raze__http__0_2_4//:http", + "@raze__http_body__0_4_1//:http_body", + "@raze__httparse__1_4_0//:httparse", + "@raze__httpdate__1_0_0//:httpdate", "@raze__itoa__0_4_7//:itoa", - "@raze__pin_project__1_0_6//:pin_project", - "@raze__socket2__0_3_19//:socket2", - "@raze__tokio__0_2_25//:tokio", + "@raze__pin_project__1_0_7//:pin_project", + "@raze__socket2__0_4_0//:socket2", + "@raze__tokio__1_5_0//:tokio", "@raze__tower_service__0_3_1//:tower_service", "@raze__tracing__0_1_25//:tracing", "@raze__want__0_3_0//:want", @@ -123,6 +131,8 @@ rust_library( }), ) +# Unsupported target "hyper" with type "staticlib" omitted + # Unsupported target "client" with type "test" omitted # Unsupported target "integration" with type "test" omitted diff --git a/cargo/remote/BUILD.hyper-rustls-0.21.0.bazel b/cargo/remote/BUILD.hyper-rustls-0.22.1.bazel similarity index 81% rename from cargo/remote/BUILD.hyper-rustls-0.21.0.bazel rename to cargo/remote/BUILD.hyper-rustls-0.22.1.bazel index 65b7f783c..e6a4505f9 100644 --- a/cargo/remote/BUILD.hyper-rustls-0.21.0.bazel +++ b/cargo/remote/BUILD.hyper-rustls-0.22.1.bazel @@ -50,16 +50,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.21.0", + version = "0.22.1", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__futures_util__0_3_13//:futures_util", - "@raze__hyper__0_13_10//:hyper", + "@raze__futures_util__0_3_14//:futures_util", + "@raze__hyper__0_14_7//:hyper", "@raze__log__0_4_14//:log", - "@raze__rustls__0_18_1//:rustls", - "@raze__tokio__0_2_25//:tokio", - "@raze__tokio_rustls__0_14_1//:tokio_rustls", + "@raze__rustls__0_19_1//:rustls", + "@raze__tokio__1_5_0//:tokio", + "@raze__tokio_rustls__0_22_0//:tokio_rustls", "@raze__webpki__0_21_4//:webpki", ], ) diff --git a/cargo/remote/BUILD.hyper-timeout-0.3.1.bazel b/cargo/remote/BUILD.hyper-timeout-0.4.1.bazel similarity index 82% rename from cargo/remote/BUILD.hyper-timeout-0.3.1.bazel rename to cargo/remote/BUILD.hyper-timeout-0.4.1.bazel index fbeff0146..093db9af4 100644 --- a/cargo/remote/BUILD.hyper-timeout-0.3.1.bazel +++ b/cargo/remote/BUILD.hyper-timeout-0.4.1.bazel @@ -48,12 +48,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.1", + version = "0.4.1", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__hyper__0_13_10//:hyper", - "@raze__tokio__0_2_25//:tokio", - "@raze__tokio_io_timeout__0_4_0//:tokio_io_timeout", + "@raze__hyper__0_14_7//:hyper", + "@raze__pin_project_lite__0_2_6//:pin_project_lite", + "@raze__tokio__1_5_0//:tokio", + "@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout", ], ) diff --git a/cargo/remote/BUILD.hyper-tls-0.4.3.bazel b/cargo/remote/BUILD.hyper-tls-0.5.0.bazel similarity index 84% rename from cargo/remote/BUILD.hyper-tls-0.4.3.bazel rename to cargo/remote/BUILD.hyper-tls-0.5.0.bazel index f6a05bce8..3e64090e2 100644 --- a/cargo/remote/BUILD.hyper-tls-0.4.3.bazel +++ b/cargo/remote/BUILD.hyper-tls-0.5.0.bazel @@ -48,13 +48,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.3", + version = "0.5.0", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__hyper__0_13_10//:hyper", + "@raze__bytes__1_0_1//:bytes", + "@raze__hyper__0_14_7//:hyper", "@raze__native_tls__0_2_7//:native_tls", - "@raze__tokio__0_2_25//:tokio", - "@raze__tokio_tls__0_3_1//:tokio_tls", + "@raze__tokio__1_5_0//:tokio", + "@raze__tokio_native_tls__0_3_0//:tokio_native_tls", ], ) diff --git a/cargo/remote/BUILD.idna-0.2.2.bazel b/cargo/remote/BUILD.idna-0.2.3.bazel similarity index 94% rename from cargo/remote/BUILD.idna-0.2.2.bazel rename to cargo/remote/BUILD.idna-0.2.3.bazel index 06739e373..d79d344d6 100644 --- a/cargo/remote/BUILD.idna-0.2.2.bazel +++ b/cargo/remote/BUILD.idna-0.2.3.bazel @@ -48,11 +48,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.2", + version = "0.2.3", # buildifier: leave-alone deps = [ "@raze__matches__0_1_8//:matches", - "@raze__unicode_bidi__0_3_4//:unicode_bidi", + "@raze__unicode_bidi__0_3_5//:unicode_bidi", "@raze__unicode_normalization__0_1_17//:unicode_normalization", ], ) diff --git a/cargo/remote/BUILD.indexmap-1.6.2.bazel b/cargo/remote/BUILD.indexmap-1.6.2.bazel index 9d3b075e7..88cb12379 100644 --- a/cargo/remote/BUILD.indexmap-1.6.2.bazel +++ b/cargo/remote/BUILD.indexmap-1.6.2.bazel @@ -42,6 +42,7 @@ cargo_build_script( build_script_env = { }, crate_features = [ + "std", ], crate_root = "build.rs", data = glob(["**"]), @@ -68,6 +69,7 @@ rust_library( name = "indexmap", srcs = glob(["**/*.rs"]), crate_features = [ + "std", ], crate_root = "src/lib.rs", crate_type = "lib", diff --git a/cargo/remote/BUILD.indoc-impl-0.3.6.bazel b/cargo/remote/BUILD.indoc-impl-0.3.6.bazel index 6ed698e8f..36812b5d9 100644 --- a/cargo/remote/BUILD.indoc-impl-0.3.6.bazel +++ b/cargo/remote/BUILD.indoc-impl-0.3.6.bazel @@ -52,9 +52,9 @@ rust_library( version = "0.3.6", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", "@raze__unindent__0_1_7//:unindent", ], ) diff --git a/cargo/remote/BUILD.inventory-impl-0.1.10.bazel b/cargo/remote/BUILD.inventory-impl-0.1.10.bazel index d80959b92..44ba47c34 100644 --- a/cargo/remote/BUILD.inventory-impl-0.1.10.bazel +++ b/cargo/remote/BUILD.inventory-impl-0.1.10.bazel @@ -49,8 +49,8 @@ rust_library( version = "0.1.10", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.iovec-0.1.4.bazel b/cargo/remote/BUILD.iovec-0.1.4.bazel deleted file mode 100644 index 0258ede61..000000000 --- a/cargo/remote/BUILD.iovec-0.1.4.bazel +++ /dev/null @@ -1,67 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", 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 = "iovec", - srcs = glob(["**/*.rs"]), - aliases = { - }, - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.1.4", - # buildifier: leave-alone - deps = [ - ] + selects.with_or({ - # cfg(unix) - ( - "@rules_rust//rust/platform:aarch64-apple-ios", - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", - "@rules_rust//rust/platform:x86_64-apple-darwin", - "@rules_rust//rust/platform:x86_64-apple-ios", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", - ): [ - "@raze__libc__0_2_91//:libc", - ], - "//conditions:default": [], - }), -) diff --git a/cargo/remote/BUILD.js-sys-0.3.49.bazel b/cargo/remote/BUILD.js-sys-0.3.50.bazel similarity index 93% rename from cargo/remote/BUILD.js-sys-0.3.49.bazel rename to cargo/remote/BUILD.js-sys-0.3.50.bazel index 3f965bde7..0f49aa639 100644 --- a/cargo/remote/BUILD.js-sys-0.3.49.bazel +++ b/cargo/remote/BUILD.js-sys-0.3.50.bazel @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.49", + version = "0.3.50", # buildifier: leave-alone deps = [ - "@raze__wasm_bindgen__0_2_72//:wasm_bindgen", + "@raze__wasm_bindgen__0_2_73//:wasm_bindgen", ], ) diff --git a/cargo/remote/BUILD.kernel32-sys-0.2.2.bazel b/cargo/remote/BUILD.kernel32-sys-0.2.2.bazel deleted file mode 100644 index 1f29a5de0..000000000 --- a/cargo/remote/BUILD.kernel32-sys-0.2.2.bazel +++ /dev/null @@ -1,94 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# 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 = "kernel32_sys_build_script", - srcs = glob(["**/*.rs"]), - build_script_env = { - }, - crate_features = [ - ], - crate_root = "build.rs", - data = glob(["**"]), - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.2.2", - visibility = ["//visibility:private"], - deps = [ - "@raze__winapi_build__0_1_1//:winapi_build", - ], -) - -alias( - name = "kernel32_sys", - actual = ":kernel32", - tags = [ - "cargo-raze", - "manual", - ], -) - -rust_library( - name = "kernel32", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.2.2", - # buildifier: leave-alone - deps = [ - ":kernel32_sys_build_script", - "@raze__winapi__0_2_8//:winapi", - ], -) diff --git a/cargo/remote/BUILD.lexical-core-0.7.5.bazel b/cargo/remote/BUILD.lexical-core-0.7.6.bazel similarity index 97% rename from cargo/remote/BUILD.lexical-core-0.7.5.bazel rename to cargo/remote/BUILD.lexical-core-0.7.6.bazel index e889a8673..a93d2a113 100644 --- a/cargo/remote/BUILD.lexical-core-0.7.5.bazel +++ b/cargo/remote/BUILD.lexical-core-0.7.6.bazel @@ -60,7 +60,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.7.5", + version = "0.7.6", visibility = ["//visibility:private"], deps = [ ], @@ -89,7 +89,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.5", + version = "0.7.6", # buildifier: leave-alone deps = [ ":lexical_core_build_script", diff --git a/cargo/remote/BUILD.libc-0.2.91.bazel b/cargo/remote/BUILD.libc-0.2.94.bazel similarity index 95% rename from cargo/remote/BUILD.libc-0.2.91.bazel rename to cargo/remote/BUILD.libc-0.2.94.bazel index 0d68d2de7..7a6b1ddc0 100644 --- a/cargo/remote/BUILD.libc-0.2.91.bazel +++ b/cargo/remote/BUILD.libc-0.2.94.bazel @@ -42,7 +42,6 @@ cargo_build_script( build_script_env = { }, crate_features = [ - "align", "default", "std", ], @@ -56,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.91", + version = "0.2.94", visibility = ["//visibility:private"], deps = [ ], @@ -66,7 +65,6 @@ rust_library( name = "libc", srcs = glob(["**/*.rs"]), crate_features = [ - "align", "default", "std", ], @@ -81,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.91", + version = "0.2.94", # buildifier: leave-alone deps = [ ":libc_build_script", diff --git a/cargo/remote/BUILD.libsqlite3-sys-0.20.1.bazel b/cargo/remote/BUILD.libsqlite3-sys-0.20.1.bazel index ec6cb3a2a..4f12c4ff3 100644 --- a/cargo/remote/BUILD.libsqlite3-sys-0.20.1.bazel +++ b/cargo/remote/BUILD.libsqlite3-sys-0.20.1.bazel @@ -73,7 +73,7 @@ cargo_build_script( ( "@rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@raze__vcpkg__0_2_11//:vcpkg", + "@raze__vcpkg__0_2_12//:vcpkg", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.lock_api-0.4.2.bazel b/cargo/remote/BUILD.lock_api-0.4.3.bazel similarity index 97% rename from cargo/remote/BUILD.lock_api-0.4.2.bazel rename to cargo/remote/BUILD.lock_api-0.4.3.bazel index 3df9890fe..d78e8c154 100644 --- a/cargo/remote/BUILD.lock_api-0.4.2.bazel +++ b/cargo/remote/BUILD.lock_api-0.4.3.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.2", + version = "0.4.3", # buildifier: leave-alone deps = [ "@raze__scopeguard__1_1_0//:scopeguard", diff --git a/cargo/remote/BUILD.markup5ever-0.10.0.bazel b/cargo/remote/BUILD.markup5ever-0.10.1.bazel similarity index 89% rename from cargo/remote/BUILD.markup5ever-0.10.0.bazel rename to cargo/remote/BUILD.markup5ever-0.10.1.bazel index 07f2b03d5..c16503e87 100644 --- a/cargo/remote/BUILD.markup5ever-0.10.0.bazel +++ b/cargo/remote/BUILD.markup5ever-0.10.1.bazel @@ -46,9 +46,6 @@ cargo_build_script( crate_root = "build.rs", data = glob(["**"]), edition = "2018", - proc_macro_deps = [ - "@raze__serde_derive__1_0_125//:serde_derive", - ], rustc_flags = [ "--cap-lints=allow", ], @@ -56,12 +53,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.10.0", + version = "0.10.1", visibility = ["//visibility:private"], deps = [ "@raze__phf_codegen__0_8_0//:phf_codegen", - "@raze__serde__1_0_125//:serde", - "@raze__serde_json__1_0_64//:serde_json", "@raze__string_cache_codegen__0_5_1//:string_cache_codegen", ], ) @@ -82,7 +77,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.10.0", + version = "0.10.1", # buildifier: leave-alone deps = [ ":markup5ever_build_script", diff --git a/cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel b/cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel index aefc641d0..33f82a25b 100644 --- a/cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel +++ b/cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel @@ -58,7 +58,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__html5ever__0_25_1//:html5ever", - "@raze__markup5ever__0_10_0//:markup5ever", + "@raze__markup5ever__0_10_1//:markup5ever", "@raze__tendril__0_4_2//:tendril", "@raze__xml5ever__0_16_1//:xml5ever", ], diff --git a/cargo/remote/BUILD.mime_guess-2.0.3.bazel b/cargo/remote/BUILD.mime_guess-2.0.3.bazel index 43519f6fb..68f0bd306 100644 --- a/cargo/remote/BUILD.mime_guess-2.0.3.bazel +++ b/cargo/remote/BUILD.mime_guess-2.0.3.bazel @@ -42,8 +42,6 @@ cargo_build_script( build_script_env = { }, crate_features = [ - "default", - "rev-mappings", ], crate_root = "build.rs", data = glob(["**"]), @@ -70,8 +68,6 @@ rust_library( name = "mime_guess", srcs = glob(["**/*.rs"]), crate_features = [ - "default", - "rev-mappings", ], crate_root = "src/lib.rs", crate_type = "lib", diff --git a/cargo/remote/BUILD.mio-0.6.23.bazel b/cargo/remote/BUILD.mio-0.7.11.bazel similarity index 77% rename from cargo/remote/BUILD.mio-0.6.23.bazel rename to cargo/remote/BUILD.mio-0.7.11.bazel index a4ec6ac0a..6ee01e64f 100644 --- a/cargo/remote/BUILD.mio-0.6.23.bazel +++ b/cargo/remote/BUILD.mio-0.7.11.bazel @@ -30,6 +30,10 @@ licenses([ # Generated Targets +# Unsupported target "tcp_server" with type "example" omitted + +# Unsupported target "udp_server" with type "example" omitted + rust_library( name = "mio", srcs = glob(["**/*.rs"]), @@ -37,12 +41,18 @@ rust_library( }, crate_features = [ "default", - "with-deprecated", + "net", + "os-ext", + "os-poll", + "os-util", + "tcp", + "udp", + "uds", ], crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -50,14 +60,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.23", + version = "0.7.11", # buildifier: leave-alone deps = [ - "@raze__cfg_if__0_1_10//:cfg_if", - "@raze__iovec__0_1_4//:iovec", "@raze__log__0_4_14//:log", - "@raze__net2__0_2_37//:net2", - "@raze__slab__0_4_2//:slab", ] + selects.with_or({ # cfg(unix) ( @@ -67,7 +73,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -75,12 +81,10 @@ rust_library( ( "@rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@raze__kernel32_sys__0_2_2//:kernel32_sys", - "@raze__miow__0_2_2//:miow", - "@raze__winapi__0_2_8//:winapi", + "@raze__miow__0_3_7//:miow", + "@raze__ntapi__0_3_6//:ntapi", + "@raze__winapi__0_3_9//:winapi", ], "//conditions:default": [], }), ) - -# Unsupported target "test" with type "test" omitted diff --git a/cargo/remote/BUILD.miow-0.2.2.bazel b/cargo/remote/BUILD.miow-0.2.2.bazel deleted file mode 100644 index f00522394..000000000 --- a/cargo/remote/BUILD.miow-0.2.2.bazel +++ /dev/null @@ -1,57 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", 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 = "miow", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.2.2", - # buildifier: leave-alone - deps = [ - "@raze__kernel32_sys__0_2_2//:kernel32_sys", - "@raze__net2__0_2_37//:net2", - "@raze__winapi__0_2_8//:winapi", - "@raze__ws2_32_sys__0_2_1//:ws2_32_sys", - ], -) diff --git a/cargo/remote/BUILD.miow-0.3.7.bazel b/cargo/remote/BUILD.miow-0.3.7.bazel new file mode 100644 index 000000000..bb0cfa6ed --- /dev/null +++ b/cargo/remote/BUILD.miow-0.3.7.bazel @@ -0,0 +1,54 @@ +""" +@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:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//cargo", 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 = "miow", + srcs = glob(["**/*.rs"]), + crate_features = [ + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.3.7", + # buildifier: leave-alone + deps = [ + "@raze__winapi__0_3_9//:winapi", + ], +) diff --git a/cargo/remote/BUILD.native-tls-0.2.7.bazel b/cargo/remote/BUILD.native-tls-0.2.7.bazel index b2c7a8f74..fc7189cd6 100644 --- a/cargo/remote/BUILD.native-tls-0.2.7.bazel +++ b/cargo/remote/BUILD.native-tls-0.2.7.bazel @@ -119,7 +119,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", ): [ "@raze__lazy_static__1_4_0//:lazy_static", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", "@raze__security_framework__2_2_0//:security_framework", "@raze__security_framework_sys__2_2_0//:security_framework_sys", "@raze__tempfile__3_2_0//:tempfile", diff --git a/cargo/remote/BUILD.net2-0.2.37.bazel b/cargo/remote/BUILD.net2-0.2.37.bazel deleted file mode 100644 index 0ed4b49f7..000000000 --- a/cargo/remote/BUILD.net2-0.2.37.bazel +++ /dev/null @@ -1,78 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", 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 = "net2", - srcs = glob(["**/*.rs"]), - aliases = { - }, - crate_features = [ - "default", - "duration", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.2.37", - # buildifier: leave-alone - deps = [ - "@raze__cfg_if__0_1_10//:cfg_if", - ] + selects.with_or({ - # cfg(any(target_os = "redox", unix, target_os = "wasi")) - ( - "@rules_rust//rust/platform:aarch64-apple-ios", - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", - "@rules_rust//rust/platform:x86_64-apple-darwin", - "@rules_rust//rust/platform:x86_64-apple-ios", - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", - ): [ - "@raze__libc__0_2_91//:libc", - ], - "//conditions:default": [], - }) + selects.with_or({ - # cfg(windows) - ( - "@rules_rust//rust/platform:x86_64-pc-windows-msvc", - ): [ - "@raze__winapi__0_3_9//:winapi", - ], - "//conditions:default": [], - }), -) diff --git a/cargo/remote/BUILD.nom-6.1.2.bazel b/cargo/remote/BUILD.nom-6.1.2.bazel index 8401915b1..2e42b2add 100644 --- a/cargo/remote/BUILD.nom-6.1.2.bazel +++ b/cargo/remote/BUILD.nom-6.1.2.bazel @@ -116,7 +116,7 @@ rust_library( ":nom_build_script", "@raze__bitvec__0_19_5//:bitvec", "@raze__funty__1_1_0//:funty", - "@raze__lexical_core__0_7_5//:lexical_core", + "@raze__lexical_core__0_7_6//:lexical_core", "@raze__memchr__2_3_4//:memchr", ], ) diff --git a/cargo/remote/BUILD.ws2_32-sys-0.2.1.bazel b/cargo/remote/BUILD.ntapi-0.3.6.bazel similarity index 76% rename from cargo/remote/BUILD.ws2_32-sys-0.2.1.bazel rename to cargo/remote/BUILD.ntapi-0.3.6.bazel index 4f088101c..1d1269dfb 100644 --- a/cargo/remote/BUILD.ws2_32-sys-0.2.1.bazel +++ b/cargo/remote/BUILD.ntapi-0.3.6.bazel @@ -25,7 +25,7 @@ package(default_visibility = [ ]) licenses([ - "notice", # MIT from expression "MIT" + "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) # Generated Targets @@ -37,15 +37,17 @@ load( ) cargo_build_script( - name = "ws2_32_sys_build_script", + name = "ntapi_build_script", srcs = glob(["**/*.rs"]), build_script_env = { }, crate_features = [ + "default", + "user", ], crate_root = "build.rs", data = glob(["**"]), - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -53,31 +55,23 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.1", + version = "0.3.6", visibility = ["//visibility:private"], deps = [ - "@raze__winapi_build__0_1_1//:winapi_build", - ], -) - -alias( - name = "ws2_32_sys", - actual = ":ws2_32", - tags = [ - "cargo-raze", - "manual", ], ) rust_library( - name = "ws2_32", + name = "ntapi", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "user", ], crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -85,10 +79,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.1", + version = "0.3.6", # buildifier: leave-alone deps = [ - ":ws2_32_sys_build_script", - "@raze__winapi__0_2_8//:winapi", + ":ntapi_build_script", + "@raze__winapi__0_3_9//:winapi", ], ) diff --git a/cargo/remote/BUILD.num_cpus-1.13.0.bazel b/cargo/remote/BUILD.num_cpus-1.13.0.bazel index fed59f16e..99cf0f009 100644 --- a/cargo/remote/BUILD.num_cpus-1.13.0.bazel +++ b/cargo/remote/BUILD.num_cpus-1.13.0.bazel @@ -51,6 +51,6 @@ rust_library( version = "1.13.0", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], ) diff --git a/cargo/remote/BUILD.num_enum_derive-0.5.1.bazel b/cargo/remote/BUILD.num_enum_derive-0.5.1.bazel index b6d9d9ad1..3d193a25e 100644 --- a/cargo/remote/BUILD.num_enum_derive-0.5.1.bazel +++ b/cargo/remote/BUILD.num_enum_derive-0.5.1.bazel @@ -51,9 +51,9 @@ rust_library( version = "0.5.1", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro_crate__0_1_5//:proc_macro_crate", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.openssl-0.10.33.bazel b/cargo/remote/BUILD.openssl-0.10.33.bazel index af6bb514c..cd522ae6c 100644 --- a/cargo/remote/BUILD.openssl-0.10.33.bazel +++ b/cargo/remote/BUILD.openssl-0.10.33.bazel @@ -88,7 +88,7 @@ rust_library( "@raze__bitflags__1_2_1//:bitflags", "@raze__cfg_if__1_0_0//:cfg_if", "@raze__foreign_types__0_3_2//:foreign_types", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", "@raze__once_cell__1_7_2//:once_cell", "@raze__openssl_sys__0_9_61//:openssl_sys", ], diff --git a/cargo/remote/BUILD.openssl-sys-0.9.61.bazel b/cargo/remote/BUILD.openssl-sys-0.9.61.bazel index 291e8aca3..d35907a2d 100644 --- a/cargo/remote/BUILD.openssl-sys-0.9.61.bazel +++ b/cargo/remote/BUILD.openssl-sys-0.9.61.bazel @@ -65,7 +65,7 @@ cargo_build_script( ( "@rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@raze__vcpkg__0_2_11//:vcpkg", + "@raze__vcpkg__0_2_12//:vcpkg", ], "//conditions:default": [], }), @@ -93,7 +93,7 @@ rust_library( # buildifier: leave-alone deps = [ ":openssl_sys_build_script", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ] + selects.with_or({ # cfg(target_env = "msvc") ( diff --git a/cargo/remote/BUILD.ouroboros-0.8.3.bazel b/cargo/remote/BUILD.ouroboros-0.9.1.bazel similarity index 93% rename from cargo/remote/BUILD.ouroboros-0.8.3.bazel rename to cargo/remote/BUILD.ouroboros-0.9.1.bazel index b937dc9fb..57e6aa768 100644 --- a/cargo/remote/BUILD.ouroboros-0.8.3.bazel +++ b/cargo/remote/BUILD.ouroboros-0.9.1.bazel @@ -40,7 +40,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__ouroboros_macro__0_8_3//:ouroboros_macro", + "@raze__ouroboros_macro__0_9_1//:ouroboros_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.8.3", + version = "0.9.1", # buildifier: leave-alone deps = [ "@raze__stable_deref_trait__1_2_0//:stable_deref_trait", diff --git a/cargo/remote/BUILD.ouroboros_macro-0.8.3.bazel b/cargo/remote/BUILD.ouroboros_macro-0.9.1.bazel similarity index 91% rename from cargo/remote/BUILD.ouroboros_macro-0.8.3.bazel rename to cargo/remote/BUILD.ouroboros_macro-0.9.1.bazel index 285fc57e1..ba742af98 100644 --- a/cargo/remote/BUILD.ouroboros_macro-0.8.3.bazel +++ b/cargo/remote/BUILD.ouroboros_macro-0.9.1.bazel @@ -46,13 +46,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.8.3", + version = "0.9.1", # buildifier: leave-alone deps = [ "@raze__Inflector__0_11_4//:Inflector", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro_error__1_0_4//:proc_macro_error", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.parking_lot-0.11.1.bazel b/cargo/remote/BUILD.parking_lot-0.11.1.bazel index e5940fb49..5f8bc1348 100644 --- a/cargo/remote/BUILD.parking_lot-0.11.1.bazel +++ b/cargo/remote/BUILD.parking_lot-0.11.1.bazel @@ -51,7 +51,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__instant__0_1_9//:instant", - "@raze__lock_api__0_4_2//:lock_api", + "@raze__lock_api__0_4_3//:lock_api", "@raze__parking_lot_core__0_8_3//:parking_lot_core", ], ) diff --git a/cargo/remote/BUILD.parking_lot_core-0.8.3.bazel b/cargo/remote/BUILD.parking_lot_core-0.8.3.bazel index 2a5bd9d4c..5813c3119 100644 --- a/cargo/remote/BUILD.parking_lot_core-0.8.3.bazel +++ b/cargo/remote/BUILD.parking_lot_core-0.8.3.bazel @@ -63,7 +63,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.phf_macros-0.8.0.bazel b/cargo/remote/BUILD.phf_macros-0.8.0.bazel index 81c50db17..e65c31e22 100644 --- a/cargo/remote/BUILD.phf_macros-0.8.0.bazel +++ b/cargo/remote/BUILD.phf_macros-0.8.0.bazel @@ -56,9 +56,9 @@ rust_library( deps = [ "@raze__phf_generator__0_8_0//:phf_generator", "@raze__phf_shared__0_8_0//:phf_shared", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.pin-project-1.0.6.bazel b/cargo/remote/BUILD.pin-project-1.0.7.bazel similarity index 96% rename from cargo/remote/BUILD.pin-project-1.0.6.bazel rename to cargo/remote/BUILD.pin-project-1.0.7.bazel index 10782ed0c..de5d0d891 100644 --- a/cargo/remote/BUILD.pin-project-1.0.6.bazel +++ b/cargo/remote/BUILD.pin-project-1.0.7.bazel @@ -64,7 +64,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__pin_project_internal__1_0_6//:pin_project_internal", + "@raze__pin_project_internal__1_0_7//:pin_project_internal", ], rustc_flags = [ "--cap-lints=allow", @@ -73,7 +73,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.6", + version = "1.0.7", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.pin-project-internal-1.0.6.bazel b/cargo/remote/BUILD.pin-project-internal-1.0.7.bazel similarity index 90% rename from cargo/remote/BUILD.pin-project-internal-1.0.6.bazel rename to cargo/remote/BUILD.pin-project-internal-1.0.7.bazel index 402935440..17a2ba562 100644 --- a/cargo/remote/BUILD.pin-project-internal-1.0.6.bazel +++ b/cargo/remote/BUILD.pin-project-internal-1.0.7.bazel @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.6", + version = "1.0.7", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.pin-project-lite-0.1.12.bazel b/cargo/remote/BUILD.pin-project-lite-0.1.12.bazel deleted file mode 100644 index 13c6fd291..000000000 --- a/cargo/remote/BUILD.pin-project-lite-0.1.12.bazel +++ /dev/null @@ -1,61 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" -]) - -# Generated Targets - -rust_library( - name = "pin_project_lite", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.1.12", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "compiletest" with type "test" omitted - -# Unsupported target "lint" with type "test" omitted - -# Unsupported target "proper_unpin" with type "test" omitted - -# Unsupported target "test" with type "test" omitted diff --git a/cargo/remote/BUILD.podio-0.1.7.bazel b/cargo/remote/BUILD.podio-0.1.7.bazel deleted file mode 100644 index aa82c857b..000000000 --- a/cargo/remote/BUILD.podio-0.1.7.bazel +++ /dev/null @@ -1,59 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", 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 "benchmark" with type "bench" omitted - -rust_library( - name = "podio", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.1.7", - # buildifier: leave-alone - deps = [ - ], -) - -# Unsupported target "bytes" with type "test" omitted - -# Unsupported target "io" with type "test" omitted diff --git a/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel b/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel index dec845a37..e18931824 100644 --- a/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel +++ b/cargo/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_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel b/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel index ddcd5d6ae..ae63bfd2e 100644 --- a/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel +++ b/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel @@ -80,7 +80,7 @@ rust_library( # buildifier: leave-alone deps = [ ":proc_macro_error_attr_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", ], ) diff --git a/cargo/remote/BUILD.proc-macro2-1.0.24.bazel b/cargo/remote/BUILD.proc-macro2-1.0.26.bazel similarity index 97% rename from cargo/remote/BUILD.proc-macro2-1.0.24.bazel rename to cargo/remote/BUILD.proc-macro2-1.0.26.bazel index 830c2a640..60db25ff3 100644 --- a/cargo/remote/BUILD.proc-macro2-1.0.24.bazel +++ b/cargo/remote/BUILD.proc-macro2-1.0.26.bazel @@ -55,7 +55,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.24", + version = "1.0.26", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.24", + version = "1.0.26", # buildifier: leave-alone deps = [ ":proc_macro2_build_script", diff --git a/cargo/remote/BUILD.prost-build-0.7.0.bazel b/cargo/remote/BUILD.prost-build-0.7.0.bazel index 585405b67..26371220d 100644 --- a/cargo/remote/BUILD.prost-build-0.7.0.bazel +++ b/cargo/remote/BUILD.prost-build-0.7.0.bazel @@ -56,7 +56,7 @@ cargo_build_script( version = "0.7.0", visibility = ["//visibility:private"], deps = [ - "@raze__which__4_0_2//:which", + "@raze__which__4_1_0//:which", ], ) diff --git a/cargo/remote/BUILD.prost-derive-0.7.0.bazel b/cargo/remote/BUILD.prost-derive-0.7.0.bazel index 925c9f4d3..ade79f202 100644 --- a/cargo/remote/BUILD.prost-derive-0.7.0.bazel +++ b/cargo/remote/BUILD.prost-derive-0.7.0.bazel @@ -51,8 +51,8 @@ rust_library( deps = [ "@raze__anyhow__1_0_40//:anyhow", "@raze__itertools__0_9_0//:itertools", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.pyo3-0.13.2.bazel b/cargo/remote/BUILD.pyo3-0.13.2.bazel index df6203aee..a2eb1651a 100644 --- a/cargo/remote/BUILD.pyo3-0.13.2.bazel +++ b/cargo/remote/BUILD.pyo3-0.13.2.bazel @@ -121,7 +121,7 @@ rust_library( "@raze__cfg_if__1_0_0//:cfg_if", "@raze__indoc__0_3_6//:indoc", "@raze__inventory__0_1_10//:inventory", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", "@raze__parking_lot__0_11_1//:parking_lot", "@raze__paste__0_1_18//:paste", "@raze__unindent__0_1_7//:unindent", diff --git a/cargo/remote/BUILD.pyo3-macros-0.13.2.bazel b/cargo/remote/BUILD.pyo3-macros-0.13.2.bazel index c662ab522..d3a4b6a28 100644 --- a/cargo/remote/BUILD.pyo3-macros-0.13.2.bazel +++ b/cargo/remote/BUILD.pyo3-macros-0.13.2.bazel @@ -51,6 +51,6 @@ rust_library( deps = [ "@raze__pyo3_macros_backend__0_13_2//:pyo3_macros_backend", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.pyo3-macros-backend-0.13.2.bazel b/cargo/remote/BUILD.pyo3-macros-backend-0.13.2.bazel index b3dc7a4c4..05261f799 100644 --- a/cargo/remote/BUILD.pyo3-macros-backend-0.13.2.bazel +++ b/cargo/remote/BUILD.pyo3-macros-backend-0.13.2.bazel @@ -49,8 +49,8 @@ rust_library( version = "0.13.2", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.quote-1.0.9.bazel b/cargo/remote/BUILD.quote-1.0.9.bazel index 93efee284..51513206e 100644 --- a/cargo/remote/BUILD.quote-1.0.9.bazel +++ b/cargo/remote/BUILD.quote-1.0.9.bazel @@ -51,7 +51,7 @@ rust_library( version = "1.0.9", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", ], ) diff --git a/cargo/remote/BUILD.rand-0.7.3.bazel b/cargo/remote/BUILD.rand-0.7.3.bazel index 299cfab47..b6aa4732d 100644 --- a/cargo/remote/BUILD.rand-0.7.3.bazel +++ b/cargo/remote/BUILD.rand-0.7.3.bazel @@ -85,7 +85,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.rand-0.8.3.bazel b/cargo/remote/BUILD.rand-0.8.3.bazel index 1a621a708..07c5c6dac 100644 --- a/cargo/remote/BUILD.rand-0.8.3.bazel +++ b/cargo/remote/BUILD.rand-0.8.3.bazel @@ -70,7 +70,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.redox_syscall-0.1.57.bazel b/cargo/remote/BUILD.redox_syscall-0.1.57.bazel deleted file mode 100644 index c0f594938..000000000 --- a/cargo/remote/BUILD.redox_syscall-0.1.57.bazel +++ /dev/null @@ -1,62 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -alias( - name = "redox_syscall", - actual = ":syscall", - tags = [ - "cargo-raze", - "manual", - ], -) - -rust_library( - name = "syscall", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.1.57", - # buildifier: leave-alone - deps = [ - ], -) diff --git a/cargo/remote/BUILD.redox_syscall-0.2.5.bazel b/cargo/remote/BUILD.redox_syscall-0.2.6.bazel similarity index 98% rename from cargo/remote/BUILD.redox_syscall-0.2.5.bazel rename to cargo/remote/BUILD.redox_syscall-0.2.6.bazel index 92b12c306..6f64c7cc2 100644 --- a/cargo/remote/BUILD.redox_syscall-0.2.5.bazel +++ b/cargo/remote/BUILD.redox_syscall-0.2.6.bazel @@ -55,7 +55,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.5", + version = "0.2.6", # buildifier: leave-alone deps = [ "@raze__bitflags__1_2_1//:bitflags", diff --git a/cargo/remote/BUILD.redox_users-0.3.5.bazel b/cargo/remote/BUILD.redox_users-0.3.5.bazel deleted file mode 100644 index eaaff6efa..000000000 --- a/cargo/remote/BUILD.redox_users-0.3.5.bazel +++ /dev/null @@ -1,59 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "redox_users", - srcs = glob(["**/*.rs"]), - crate_features = [ - "auth", - "default", - "rust-argon2", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.5", - # buildifier: leave-alone - deps = [ - "@raze__getrandom__0_1_16//:getrandom", - "@raze__redox_syscall__0_1_57//:redox_syscall", - "@raze__rust_argon2__0_8_3//:rust_argon2", - ], -) diff --git a/cargo/remote/BUILD.winapi-0.2.8.bazel b/cargo/remote/BUILD.redox_users-0.4.0.bazel similarity index 84% rename from cargo/remote/BUILD.winapi-0.2.8.bazel rename to cargo/remote/BUILD.redox_users-0.4.0.bazel index 385cb3a35..4db19b27c 100644 --- a/cargo/remote/BUILD.winapi-0.2.8.bazel +++ b/cargo/remote/BUILD.redox_users-0.4.0.bazel @@ -31,14 +31,14 @@ licenses([ # Generated Targets rust_library( - name = "winapi", + name = "redox_users", srcs = glob(["**/*.rs"]), crate_features = [ ], crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,8 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.8", + version = "0.4.0", # buildifier: leave-alone deps = [ + "@raze__getrandom__0_2_2//:getrandom", + "@raze__redox_syscall__0_2_6//:redox_syscall", ], ) diff --git a/cargo/remote/BUILD.regex-1.4.5.bazel b/cargo/remote/BUILD.regex-1.4.6.bazel similarity index 99% rename from cargo/remote/BUILD.regex-1.4.5.bazel rename to cargo/remote/BUILD.regex-1.4.6.bazel index 5c9328f42..4b8039170 100644 --- a/cargo/remote/BUILD.regex-1.4.5.bazel +++ b/cargo/remote/BUILD.regex-1.4.6.bazel @@ -75,7 +75,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.4.5", + version = "1.4.6", # buildifier: leave-alone deps = [ "@raze__aho_corasick__0_7_15//:aho_corasick", diff --git a/cargo/remote/BUILD.reqwest-0.10.8.bazel b/cargo/remote/BUILD.reqwest-0.11.3.bazel similarity index 77% rename from cargo/remote/BUILD.reqwest-0.10.8.bazel rename to cargo/remote/BUILD.reqwest-0.11.3.bazel index 6f13b6b2b..458b1c095 100644 --- a/cargo/remote/BUILD.reqwest-0.10.8.bazel +++ b/cargo/remote/BUILD.reqwest-0.11.3.bazel @@ -55,6 +55,8 @@ rust_library( "hyper-rustls", "hyper-tls", "json", + "mime_guess", + "multipart", "native-tls", "native-tls-crate", "rustls", @@ -63,9 +65,9 @@ rust_library( "serde_json", "socks", "stream", + "tokio-native-tls", "tokio-rustls", "tokio-socks", - "tokio-tls", "webpki-roots", ], crate_root = "src/lib.rs", @@ -79,16 +81,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.10.8", + version = "0.11.3", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__http__0_2_3//:http", - "@raze__hyper_timeout__0_3_1//:hyper_timeout", + "@raze__bytes__1_0_1//:bytes", + "@raze__http__0_2_4//:http", + "@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__mime_guess__2_0_3//:mime_guess", "@raze__serde__1_0_125//:serde", "@raze__serde_json__1_0_64//:serde_json", - "@raze__serde_urlencoded__0_6_1//:serde_urlencoded", + "@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__url__2_2_1//:url", ] + selects.with_or({ # cfg(not(target_arch = "wasm32")) @@ -102,25 +104,25 @@ rust_library( ): [ "@raze__base64__0_13_0//:base64", "@raze__encoding_rs__0_8_28//:encoding_rs", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_util__0_3_13//:futures_util", - "@raze__http_body__0_3_1//:http_body", - "@raze__hyper__0_13_10//:hyper", - "@raze__hyper_rustls__0_21_0//:hyper_rustls", - "@raze__hyper_tls__0_4_3//:hyper_tls", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_util__0_3_14//:futures_util", + "@raze__http_body__0_4_1//:http_body", + "@raze__hyper__0_14_7//:hyper", + "@raze__hyper_rustls__0_22_1//:hyper_rustls", + "@raze__hyper_tls__0_5_0//:hyper_tls", "@raze__ipnet__2_3_0//:ipnet", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", "@raze__mime__0_3_16//:mime", "@raze__native_tls__0_2_7//:native_tls", "@raze__percent_encoding__2_1_0//:percent_encoding", - "@raze__pin_project_lite__0_1_12//:pin_project_lite", - "@raze__rustls__0_18_1//:rustls", - "@raze__tokio__0_2_25//:tokio", - "@raze__tokio_rustls__0_14_1//:tokio_rustls", - "@raze__tokio_socks__0_3_0//:tokio_socks", - "@raze__tokio_tls__0_3_1//:tokio_tls", - "@raze__webpki_roots__0_20_0//:webpki_roots", + "@raze__pin_project_lite__0_2_6//:pin_project_lite", + "@raze__rustls__0_19_1//:rustls", + "@raze__tokio__1_5_0//:tokio", + "@raze__tokio_native_tls__0_3_0//:tokio_native_tls", + "@raze__tokio_rustls__0_22_0//:tokio_rustls", + "@raze__tokio_socks__0_5_1//:tokio_socks", + "@raze__webpki_roots__0_21_1//:webpki_roots", ], "//conditions:default": [], }) + selects.with_or({ @@ -153,3 +155,5 @@ rust_library( # Unsupported target "redirect" with type "test" omitted # Unsupported target "timeouts" with type "test" omitted + +# Unsupported target "wasm_simple" with type "test" omitted diff --git a/cargo/remote/BUILD.ring-0.16.20.bazel b/cargo/remote/BUILD.ring-0.16.20.bazel index c43f72db8..9a9d6b9f6 100644 --- a/cargo/remote/BUILD.ring-0.16.20.bazel +++ b/cargo/remote/BUILD.ring-0.16.20.bazel @@ -149,7 +149,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", "@raze__once_cell__1_7_2//:once_cell", ], "//conditions:default": [], diff --git a/cargo/remote/BUILD.rust-argon2-0.8.3.bazel b/cargo/remote/BUILD.rust-argon2-0.8.3.bazel deleted file mode 100644 index 45eda2bdc..000000000 --- a/cargo/remote/BUILD.rust-argon2-0.8.3.bazel +++ /dev/null @@ -1,70 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -alias( - name = "rust_argon2", - actual = ":argon2", - tags = [ - "cargo-raze", - "manual", - ], -) - -rust_library( - name = "argon2", - srcs = glob(["**/*.rs"]), - crate_features = [ - "crossbeam-utils", - "default", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.8.3", - # buildifier: leave-alone - deps = [ - "@raze__base64__0_13_0//:base64", - "@raze__blake2b_simd__0_5_11//:blake2b_simd", - "@raze__constant_time_eq__0_1_5//:constant_time_eq", - "@raze__crossbeam_utils__0_8_3//:crossbeam_utils", - ], -) - -# Unsupported target "integration_test" with type "test" omitted diff --git a/cargo/remote/BUILD.rustls-0.18.1.bazel b/cargo/remote/BUILD.rustls-0.19.1.bazel similarity index 94% rename from cargo/remote/BUILD.rustls-0.18.1.bazel rename to cargo/remote/BUILD.rustls-0.19.1.bazel index 26aa8c766..5db9382e4 100644 --- a/cargo/remote/BUILD.rustls-0.18.1.bazel +++ b/cargo/remote/BUILD.rustls-0.19.1.bazel @@ -64,13 +64,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.18.1", + version = "0.19.1", # buildifier: leave-alone deps = [ - "@raze__base64__0_12_3//:base64", + "@raze__base64__0_13_0//:base64", "@raze__log__0_4_14//:log", "@raze__ring__0_16_20//:ring", - "@raze__sct__0_6_0//:sct", + "@raze__sct__0_6_1//:sct", "@raze__webpki__0_21_4//:webpki", ], ) diff --git a/cargo/remote/BUILD.sct-0.6.0.bazel b/cargo/remote/BUILD.sct-0.6.1.bazel similarity index 97% rename from cargo/remote/BUILD.sct-0.6.0.bazel rename to cargo/remote/BUILD.sct-0.6.1.bazel index 7a2e0ea09..af21d6236 100644 --- a/cargo/remote/BUILD.sct-0.6.0.bazel +++ b/cargo/remote/BUILD.sct-0.6.1.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.0", + version = "0.6.1", # buildifier: leave-alone deps = [ "@raze__ring__0_16_20//:ring", diff --git a/cargo/remote/BUILD.security-framework-2.2.0.bazel b/cargo/remote/BUILD.security-framework-2.2.0.bazel index b92d78168..d22acf567 100644 --- a/cargo/remote/BUILD.security-framework-2.2.0.bazel +++ b/cargo/remote/BUILD.security-framework-2.2.0.bazel @@ -60,7 +60,7 @@ rust_library( "@raze__bitflags__1_2_1//:bitflags", "@raze__core_foundation__0_9_1//:core_foundation", "@raze__core_foundation_sys__0_8_2//:core_foundation_sys", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", "@raze__security_framework_sys__2_2_0//:security_framework_sys", ], ) diff --git a/cargo/remote/BUILD.security-framework-sys-2.2.0.bazel b/cargo/remote/BUILD.security-framework-sys-2.2.0.bazel index 3c0c7fb0b..cfa7f7863 100644 --- a/cargo/remote/BUILD.security-framework-sys-2.2.0.bazel +++ b/cargo/remote/BUILD.security-framework-sys-2.2.0.bazel @@ -52,6 +52,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__core_foundation_sys__0_8_2//:core_foundation_sys", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], ) diff --git a/cargo/remote/BUILD.serde_derive-1.0.125.bazel b/cargo/remote/BUILD.serde_derive-1.0.125.bazel index 95eebc7c3..a1a9f2e6c 100644 --- a/cargo/remote/BUILD.serde_derive-1.0.125.bazel +++ b/cargo/remote/BUILD.serde_derive-1.0.125.bazel @@ -81,8 +81,8 @@ rust_library( # buildifier: leave-alone deps = [ ":serde_derive_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.serde_repr-0.1.6.bazel b/cargo/remote/BUILD.serde_repr-0.1.6.bazel index 2ae554974..129898315 100644 --- a/cargo/remote/BUILD.serde_repr-0.1.6.bazel +++ b/cargo/remote/BUILD.serde_repr-0.1.6.bazel @@ -49,9 +49,9 @@ rust_library( version = "0.1.6", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel b/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel index 9acfb17d7..dc74ecf19 100644 --- a/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel +++ b/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel @@ -49,8 +49,8 @@ rust_library( version = "0.5.0", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.serde_urlencoded-0.6.1.bazel b/cargo/remote/BUILD.serde_urlencoded-0.7.0.bazel similarity index 89% rename from cargo/remote/BUILD.serde_urlencoded-0.6.1.bazel rename to cargo/remote/BUILD.serde_urlencoded-0.7.0.bazel index 541b26ae2..2431c79ea 100644 --- a/cargo/remote/BUILD.serde_urlencoded-0.6.1.bazel +++ b/cargo/remote/BUILD.serde_urlencoded-0.7.0.bazel @@ -38,7 +38,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,13 +46,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.6.1", + version = "0.7.0", # buildifier: leave-alone deps = [ - "@raze__dtoa__0_4_7//:dtoa", + "@raze__form_urlencoded__1_0_1//:form_urlencoded", "@raze__itoa__0_4_7//:itoa", + "@raze__ryu__1_0_5//:ryu", "@raze__serde__1_0_125//:serde", - "@raze__url__2_2_1//:url", ], ) diff --git a/cargo/remote/BUILD.slab-0.4.2.bazel b/cargo/remote/BUILD.slab-0.4.3.bazel similarity index 90% rename from cargo/remote/BUILD.slab-0.4.2.bazel rename to cargo/remote/BUILD.slab-0.4.3.bazel index 3844b4181..335244e52 100644 --- a/cargo/remote/BUILD.slab-0.4.2.bazel +++ b/cargo/remote/BUILD.slab-0.4.3.bazel @@ -34,6 +34,8 @@ rust_library( name = "slab", srcs = glob(["**/*.rs"]), crate_features = [ + "default", + "std", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -46,10 +48,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.2", + version = "0.4.3", # buildifier: leave-alone deps = [ ], ) +# Unsupported target "serde" with type "test" omitted + # Unsupported target "slab" with type "test" omitted diff --git a/cargo/remote/BUILD.slog-async-2.6.0.bazel b/cargo/remote/BUILD.slog-async-2.6.0.bazel index d7f48d915..82dbc22b2 100644 --- a/cargo/remote/BUILD.slog-async-2.6.0.bazel +++ b/cargo/remote/BUILD.slog-async-2.6.0.bazel @@ -50,7 +50,7 @@ rust_library( version = "2.6.0", # buildifier: leave-alone deps = [ - "@raze__crossbeam_channel__0_5_0//:crossbeam_channel", + "@raze__crossbeam_channel__0_5_1//:crossbeam_channel", "@raze__slog__2_7_0//:slog", "@raze__take_mut__0_2_2//:take_mut", "@raze__thread_local__1_1_3//:thread_local", diff --git a/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel b/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel index 723ec6589..c78f11722 100644 --- a/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel +++ b/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel @@ -58,7 +58,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__log__0_4_14//:log", - "@raze__regex__1_4_5//:regex", + "@raze__regex__1_4_6//:regex", "@raze__slog__2_7_0//:slog", "@raze__slog_async__2_6_0//:slog_async", "@raze__slog_scope__4_4_0//:slog_scope", diff --git a/cargo/remote/BUILD.socket2-0.3.19.bazel b/cargo/remote/BUILD.socket2-0.4.0.bazel similarity index 93% rename from cargo/remote/BUILD.socket2-0.3.19.bazel rename to cargo/remote/BUILD.socket2-0.4.0.bazel index 0d88f5c5d..6aef1f82e 100644 --- a/cargo/remote/BUILD.socket2-0.3.19.bazel +++ b/cargo/remote/BUILD.socket2-0.4.0.bazel @@ -48,7 +48,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.19", + version = "0.4.0", # buildifier: leave-alone deps = [ ] + selects.with_or({ @@ -60,8 +60,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.string_cache_codegen-0.5.1.bazel b/cargo/remote/BUILD.string_cache_codegen-0.5.1.bazel index aba2f236b..286ad5a97 100644 --- a/cargo/remote/BUILD.string_cache_codegen-0.5.1.bazel +++ b/cargo/remote/BUILD.string_cache_codegen-0.5.1.bazel @@ -51,7 +51,7 @@ rust_library( deps = [ "@raze__phf_generator__0_8_0//:phf_generator", "@raze__phf_shared__0_8_0//:phf_shared", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", ], ) diff --git a/cargo/remote/BUILD.strum_macros-0.20.1.bazel b/cargo/remote/BUILD.strum_macros-0.20.1.bazel index b63f62a81..e63fcda86 100644 --- a/cargo/remote/BUILD.strum_macros-0.20.1.bazel +++ b/cargo/remote/BUILD.strum_macros-0.20.1.bazel @@ -50,8 +50,8 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__heck__0_3_2//:heck", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.syn-1.0.65.bazel b/cargo/remote/BUILD.syn-1.0.70.bazel similarity index 97% rename from cargo/remote/BUILD.syn-1.0.65.bazel rename to cargo/remote/BUILD.syn-1.0.70.bazel index ca0622f99..3e1c977e0 100644 --- a/cargo/remote/BUILD.syn-1.0.65.bazel +++ b/cargo/remote/BUILD.syn-1.0.70.bazel @@ -65,7 +65,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.65", + version = "1.0.70", visibility = ["//visibility:private"], deps = [ ], @@ -103,11 +103,11 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.65", + version = "1.0.70", # buildifier: leave-alone deps = [ ":syn_build_script", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", "@raze__unicode_xid__0_2_1//:unicode_xid", ], diff --git a/cargo/remote/BUILD.tempfile-3.2.0.bazel b/cargo/remote/BUILD.tempfile-3.2.0.bazel index ff2d01ec5..f3bfcce27 100644 --- a/cargo/remote/BUILD.tempfile-3.2.0.bazel +++ b/cargo/remote/BUILD.tempfile-3.2.0.bazel @@ -63,7 +63,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.tendril-0.4.2.bazel b/cargo/remote/BUILD.tendril-0.4.2.bazel index c8089049b..c7add4d08 100644 --- a/cargo/remote/BUILD.tendril-0.4.2.bazel +++ b/cargo/remote/BUILD.tendril-0.4.2.bazel @@ -53,6 +53,6 @@ rust_library( deps = [ "@raze__futf__0_1_4//:futf", "@raze__mac__0_1_1//:mac", - "@raze__utf_8__0_7_5//:utf_8", + "@raze__utf_8__0_7_6//:utf_8", ], ) diff --git a/cargo/remote/BUILD.thiserror-impl-1.0.24.bazel b/cargo/remote/BUILD.thiserror-impl-1.0.24.bazel index 073a4f6b6..215a02923 100644 --- a/cargo/remote/BUILD.thiserror-impl-1.0.24.bazel +++ b/cargo/remote/BUILD.thiserror-impl-1.0.24.bazel @@ -49,8 +49,8 @@ rust_library( version = "1.0.24", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", ], ) diff --git a/cargo/remote/BUILD.time-0.1.43.bazel b/cargo/remote/BUILD.time-0.1.43.bazel index 7891d8239..2b456e523 100644 --- a/cargo/remote/BUILD.time-0.1.43.bazel +++ b/cargo/remote/BUILD.time-0.1.43.bazel @@ -51,7 +51,7 @@ rust_library( version = "0.1.43", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ] + selects.with_or({ # cfg(windows) ( diff --git a/cargo/remote/BUILD.tinyvec-1.1.1.bazel b/cargo/remote/BUILD.tinyvec-1.2.0.bazel similarity index 98% rename from cargo/remote/BUILD.tinyvec-1.1.1.bazel rename to cargo/remote/BUILD.tinyvec-1.2.0.bazel index 06c78d539..0899887ca 100644 --- a/cargo/remote/BUILD.tinyvec-1.1.1.bazel +++ b/cargo/remote/BUILD.tinyvec-1.2.0.bazel @@ -51,7 +51,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.1.1", + version = "1.2.0", # buildifier: leave-alone deps = [ "@raze__tinyvec_macros__0_1_0//:tinyvec_macros", diff --git a/cargo/remote/BUILD.tokio-0.2.25.bazel b/cargo/remote/BUILD.tokio-1.5.0.bazel similarity index 73% rename from cargo/remote/BUILD.tokio-0.2.25.bazel rename to cargo/remote/BUILD.tokio-1.5.0.bazel index 3779bfca7..b51e44ef7 100644 --- a/cargo/remote/BUILD.tokio-0.2.25.bazel +++ b/cargo/remote/BUILD.tokio-1.5.0.bazel @@ -29,6 +29,67 @@ 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 = "tokio_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "bytes", + "default", + "fs", + "io-util", + "libc", + "memchr", + "mio", + "net", + "num_cpus", + "rt", + "rt-multi-thread", + "sync", + "time", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.5.0", + visibility = ["//visibility:private"], + deps = [ + "@raze__autocfg__1_0_1//:autocfg", + ] + selects.with_or({ + # cfg(unix) + ( + "@rules_rust//rust/platform:aarch64-apple-ios", + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-apple-darwin", + "@rules_rust//rust/platform:x86_64-apple-ios", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", + ): [ + ], + "//conditions:default": [], + }) + selects.with_or({ + # cfg(windows) + ( + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + ): [ + ], + "//conditions:default": [], + }), +) rust_library( name = "tokio", @@ -36,24 +97,18 @@ rust_library( aliases = { }, crate_features = [ - "blocking", + "bytes", "default", - "fnv", "fs", - "futures-core", - "io-driver", "io-util", - "iovec", - "lazy_static", + "libc", "memchr", "mio", + "net", "num_cpus", - "rt-core", - "rt-threaded", - "slab", - "stream", + "rt", + "rt-multi-thread", "sync", - "tcp", "time", ], crate_root = "src/lib.rs", @@ -67,19 +122,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.25", + version = "1.5.0", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__fnv__1_0_7//:fnv", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__iovec__0_1_4//:iovec", - "@raze__lazy_static__1_4_0//:lazy_static", + ":tokio_build_script", + "@raze__bytes__1_0_1//:bytes", "@raze__memchr__2_3_4//:memchr", - "@raze__mio__0_6_23//:mio", + "@raze__mio__0_7_11//:mio", "@raze__num_cpus__1_13_0//:num_cpus", - "@raze__pin_project_lite__0_1_12//:pin_project_lite", - "@raze__slab__0_4_2//:slab", + "@raze__pin_project_lite__0_2_6//:pin_project_lite", ] + selects.with_or({ # cfg(unix) ( @@ -89,6 +140,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ @@ -119,12 +171,16 @@ rust_library( # Unsupported target "fs_link" with type "test" omitted +# Unsupported target "io_async_fd" with type "test" omitted + # Unsupported target "io_async_read" with type "test" omitted # Unsupported target "io_chain" with type "test" omitted # Unsupported target "io_copy" with type "test" omitted +# Unsupported target "io_copy_bidirectional" with type "test" omitted + # Unsupported target "io_driver" with type "test" omitted # Unsupported target "io_driver_drop" with type "test" omitted @@ -135,6 +191,8 @@ rust_library( # Unsupported target "io_read" with type "test" omitted +# Unsupported target "io_read_buf" with type "test" omitted + # Unsupported target "io_read_exact" with type "test" omitted # Unsupported target "io_read_line" with type "test" omitted @@ -145,8 +203,6 @@ rust_library( # Unsupported target "io_read_until" with type "test" omitted -# Unsupported target "io_reader_stream" with type "test" omitted - # Unsupported target "io_split" with type "test" omitted # Unsupported target "io_take" with type "test" omitted @@ -155,6 +211,8 @@ rust_library( # Unsupported target "io_write_all" with type "test" omitted +# Unsupported target "io_write_buf" with type "test" omitted + # Unsupported target "io_write_int" with type "test" omitted # Unsupported target "macros_join" with type "test" omitted @@ -185,6 +243,8 @@ rust_library( # Unsupported target "rt_common" with type "test" omitted +# Unsupported target "rt_handle_block_on" with type "test" omitted + # Unsupported target "rt_threaded" with type "test" omitted # Unsupported target "signal_ctrl_c" with type "test" omitted @@ -205,34 +265,10 @@ rust_library( # Unsupported target "signal_usr1" with type "test" omitted -# Unsupported target "stream_chain" with type "test" omitted - -# Unsupported target "stream_collect" with type "test" omitted - -# Unsupported target "stream_empty" with type "test" omitted - -# Unsupported target "stream_fuse" with type "test" omitted - -# Unsupported target "stream_iter" with type "test" omitted - -# Unsupported target "stream_merge" with type "test" omitted - -# Unsupported target "stream_once" with type "test" omitted - -# Unsupported target "stream_pending" with type "test" omitted - -# Unsupported target "stream_reader" with type "test" omitted - -# Unsupported target "stream_stream_map" with type "test" omitted - -# Unsupported target "stream_timeout" with type "test" omitted - # Unsupported target "sync_barrier" with type "test" omitted # Unsupported target "sync_broadcast" with type "test" omitted -# Unsupported target "sync_cancellation_token" with type "test" omitted - # Unsupported target "sync_errors" with type "test" omitted # Unsupported target "sync_mpsc" with type "test" omitted @@ -243,6 +279,8 @@ rust_library( # Unsupported target "sync_notify" with type "test" omitted +# Unsupported target "sync_once_cell" with type "test" omitted + # Unsupported target "sync_oneshot" with type "test" omitted # Unsupported target "sync_rwlock" with type "test" omitted @@ -253,6 +291,8 @@ rust_library( # Unsupported target "sync_watch" with type "test" omitted +# Unsupported target "task_abort" with type "test" omitted + # Unsupported target "task_blocking" with type "test" omitted # Unsupported target "task_local" with type "test" omitted @@ -267,23 +307,27 @@ rust_library( # Unsupported target "tcp_into_split" with type "test" omitted +# Unsupported target "tcp_into_std" with type "test" omitted + # Unsupported target "tcp_peek" with type "test" omitted # Unsupported target "tcp_shutdown" with type "test" omitted +# Unsupported target "tcp_socket" with type "test" omitted + # Unsupported target "tcp_split" with type "test" omitted +# Unsupported target "tcp_stream" with type "test" omitted + # Unsupported target "test_clock" with type "test" omitted -# Unsupported target "time_delay" with type "test" omitted - -# Unsupported target "time_delay_queue" with type "test" omitted - # Unsupported target "time_interval" with type "test" omitted +# Unsupported target "time_pause" with type "test" omitted + # Unsupported target "time_rt" with type "test" omitted -# Unsupported target "time_throttle" with type "test" omitted +# Unsupported target "time_sleep" with type "test" omitted # Unsupported target "time_timeout" with type "test" omitted diff --git a/cargo/remote/BUILD.tokio-io-timeout-0.4.0.bazel b/cargo/remote/BUILD.tokio-io-timeout-1.1.1.bazel similarity index 89% rename from cargo/remote/BUILD.tokio-io-timeout-0.4.0.bazel rename to cargo/remote/BUILD.tokio-io-timeout-1.1.1.bazel index e4ca541f3..0d36aa9e8 100644 --- a/cargo/remote/BUILD.tokio-io-timeout-0.4.0.bazel +++ b/cargo/remote/BUILD.tokio-io-timeout-1.1.1.bazel @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.0", + version = "1.1.1", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__tokio__0_2_25//:tokio", + "@raze__pin_project_lite__0_2_6//:pin_project_lite", + "@raze__tokio__1_5_0//:tokio", ], ) diff --git a/cargo/remote/BUILD.tokio-tls-0.3.1.bazel b/cargo/remote/BUILD.tokio-native-tls-0.3.0.bazel similarity index 93% rename from cargo/remote/BUILD.tokio-tls-0.3.1.bazel rename to cargo/remote/BUILD.tokio-native-tls-0.3.0.bazel index 221e8939d..0dd2c7c3e 100644 --- a/cargo/remote/BUILD.tokio-tls-0.3.1.bazel +++ b/cargo/remote/BUILD.tokio-native-tls-0.3.0.bazel @@ -32,10 +32,10 @@ licenses([ # Unsupported target "download-rust-lang" with type "example" omitted -# Unsupported target "tls-echo" with type "example" omitted +# Unsupported target "echo" with type "example" omitted rust_library( - name = "tokio_tls", + name = "tokio_native_tls", srcs = glob(["**/*.rs"]), aliases = { }, @@ -52,11 +52,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.1", + version = "0.3.0", # buildifier: leave-alone deps = [ "@raze__native_tls__0_2_7//:native_tls", - "@raze__tokio__0_2_25//:tokio", + "@raze__tokio__1_5_0//:tokio", ] + selects.with_or({ # cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios"))) ( diff --git a/cargo/remote/BUILD.tokio-rustls-0.14.1.bazel b/cargo/remote/BUILD.tokio-rustls-0.22.0.bazel similarity index 88% rename from cargo/remote/BUILD.tokio-rustls-0.14.1.bazel rename to cargo/remote/BUILD.tokio-rustls-0.22.0.bazel index fd4fa5682..627f97ddf 100644 --- a/cargo/remote/BUILD.tokio-rustls-0.14.1.bazel +++ b/cargo/remote/BUILD.tokio-rustls-0.22.0.bazel @@ -46,12 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.14.1", + version = "0.22.0", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_13//:futures_core", - "@raze__rustls__0_18_1//:rustls", - "@raze__tokio__0_2_25//:tokio", + "@raze__rustls__0_19_1//:rustls", + "@raze__tokio__1_5_0//:tokio", "@raze__webpki__0_21_4//:webpki", ], ) diff --git a/cargo/remote/BUILD.tokio-socks-0.3.0.bazel b/cargo/remote/BUILD.tokio-socks-0.5.1.bazel similarity index 88% rename from cargo/remote/BUILD.tokio-socks-0.3.0.bazel rename to cargo/remote/BUILD.tokio-socks-0.5.1.bazel index ce52b976e..2b9b3c11b 100644 --- a/cargo/remote/BUILD.tokio-socks-0.3.0.bazel +++ b/cargo/remote/BUILD.tokio-socks-0.5.1.bazel @@ -30,6 +30,8 @@ licenses([ # Generated Targets +# Unsupported target "chainproxy" with type "example" omitted + # Unsupported target "socket" with type "example" omitted # Unsupported target "tor" with type "example" omitted @@ -50,14 +52,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.0", + version = "0.5.1", # buildifier: leave-alone deps = [ - "@raze__bytes__0_4_12//:bytes", "@raze__either__1_6_1//:either", - "@raze__futures__0_3_13//:futures", + "@raze__futures_util__0_3_14//:futures_util", "@raze__thiserror__1_0_24//:thiserror", - "@raze__tokio__0_2_25//:tokio", + "@raze__tokio__1_5_0//:tokio", ], ) diff --git a/cargo/remote/BUILD.tokio-util-0.3.1.bazel b/cargo/remote/BUILD.tokio-util-0.6.6.bazel similarity index 64% rename from cargo/remote/BUILD.tokio-util-0.3.1.bazel rename to cargo/remote/BUILD.tokio-util-0.6.6.bazel index a2609e431..2c0db1637 100644 --- a/cargo/remote/BUILD.tokio-util-0.3.1.bazel +++ b/cargo/remote/BUILD.tokio-util-0.6.6.bazel @@ -36,6 +36,7 @@ rust_library( crate_features = [ "codec", "default", + "io", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -48,26 +49,42 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.1", + version = "0.6.6", # buildifier: leave-alone deps = [ - "@raze__bytes__0_5_6//:bytes", - "@raze__futures_core__0_3_13//:futures_core", - "@raze__futures_sink__0_3_13//:futures_sink", + "@raze__bytes__1_0_1//:bytes", + "@raze__futures_core__0_3_14//:futures_core", + "@raze__futures_sink__0_3_14//:futures_sink", "@raze__log__0_4_14//:log", - "@raze__pin_project_lite__0_1_12//:pin_project_lite", - "@raze__tokio__0_2_25//:tokio", + "@raze__pin_project_lite__0_2_6//:pin_project_lite", + "@raze__tokio__1_5_0//:tokio", ], ) # Unsupported target "codecs" with type "test" omitted +# Unsupported target "context" with type "test" omitted + # Unsupported target "framed" with type "test" omitted # Unsupported target "framed_read" with type "test" omitted # Unsupported target "framed_write" with type "test" omitted +# Unsupported target "io_reader_stream" with type "test" omitted + +# Unsupported target "io_stream_reader" with type "test" omitted + # Unsupported target "length_delimited" with type "test" omitted +# Unsupported target "mpsc" with type "test" omitted + +# Unsupported target "poll_semaphore" with type "test" omitted + +# Unsupported target "reusable_box" with type "test" omitted + +# Unsupported target "sync_cancellation_token" with type "test" omitted + +# Unsupported target "time_delay_queue" with type "test" omitted + # Unsupported target "udp" with type "test" omitted diff --git a/cargo/remote/BUILD.tracing-0.1.25.bazel b/cargo/remote/BUILD.tracing-0.1.25.bazel index b82232f2a..688603e7c 100644 --- a/cargo/remote/BUILD.tracing-0.1.25.bazel +++ b/cargo/remote/BUILD.tracing-0.1.25.bazel @@ -38,7 +38,6 @@ rust_library( name = "tracing", srcs = glob(["**/*.rs"]), crate_features = [ - "log", "std", ], crate_root = "src/lib.rs", @@ -56,7 +55,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__log__0_4_14//:log", "@raze__pin_project_lite__0_2_6//:pin_project_lite", "@raze__tracing_core__0_1_17//:tracing_core", ], diff --git a/cargo/remote/BUILD.tracing-futures-0.2.5.bazel b/cargo/remote/BUILD.tracing-futures-0.2.5.bazel deleted file mode 100644 index 2c0118432..000000000 --- a/cargo/remote/BUILD.tracing-futures-0.2.5.bazel +++ /dev/null @@ -1,61 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -rust_library( - name = "tracing_futures", - srcs = glob(["**/*.rs"]), - crate_features = [ - "pin-project", - "std-future", - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.2.5", - # buildifier: leave-alone - deps = [ - "@raze__pin_project__1_0_6//:pin_project", - "@raze__tracing__0_1_25//:tracing", - ], -) - -# Unsupported target "std_future" with type "test" omitted - -# Unsupported target "support" with type "test" omitted diff --git a/cargo/remote/BUILD.unic-langid-macros-impl-0.9.0.bazel b/cargo/remote/BUILD.unic-langid-macros-impl-0.9.0.bazel index af1b7c167..7162a2f67 100644 --- a/cargo/remote/BUILD.unic-langid-macros-impl-0.9.0.bazel +++ b/cargo/remote/BUILD.unic-langid-macros-impl-0.9.0.bazel @@ -53,7 +53,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", + "@raze__syn__1_0_70//:syn", "@raze__unic_langid_impl__0_9_0//:unic_langid_impl", ], ) diff --git a/cargo/remote/BUILD.unicode-bidi-0.3.4.bazel b/cargo/remote/BUILD.unicode-bidi-0.3.5.bazel similarity index 95% rename from cargo/remote/BUILD.unicode-bidi-0.3.4.bazel rename to cargo/remote/BUILD.unicode-bidi-0.3.5.bazel index e9797608c..d5f1b467b 100644 --- a/cargo/remote/BUILD.unicode-bidi-0.3.4.bazel +++ b/cargo/remote/BUILD.unicode-bidi-0.3.5.bazel @@ -39,7 +39,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.4", + version = "0.3.5", # buildifier: leave-alone deps = [ "@raze__matches__0_1_8//:matches", diff --git a/cargo/remote/BUILD.unicode-normalization-0.1.17.bazel b/cargo/remote/BUILD.unicode-normalization-0.1.17.bazel index 0c81897a8..2d08f7eae 100644 --- a/cargo/remote/BUILD.unicode-normalization-0.1.17.bazel +++ b/cargo/remote/BUILD.unicode-normalization-0.1.17.bazel @@ -53,6 +53,6 @@ rust_library( version = "0.1.17", # buildifier: leave-alone deps = [ - "@raze__tinyvec__1_1_1//:tinyvec", + "@raze__tinyvec__1_2_0//:tinyvec", ], ) diff --git a/cargo/remote/BUILD.url-2.2.1.bazel b/cargo/remote/BUILD.url-2.2.1.bazel index 0c25d9846..294e19ee2 100644 --- a/cargo/remote/BUILD.url-2.2.1.bazel +++ b/cargo/remote/BUILD.url-2.2.1.bazel @@ -52,7 +52,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__form_urlencoded__1_0_1//:form_urlencoded", - "@raze__idna__0_2_2//:idna", + "@raze__idna__0_2_3//:idna", "@raze__matches__0_1_8//:matches", "@raze__percent_encoding__2_1_0//:percent_encoding", ], diff --git a/cargo/remote/BUILD.utf-8-0.7.5.bazel b/cargo/remote/BUILD.utf-8-0.7.6.bazel similarity index 98% rename from cargo/remote/BUILD.utf-8-0.7.5.bazel rename to cargo/remote/BUILD.utf-8-0.7.6.bazel index 934039e91..8d3b52be5 100644 --- a/cargo/remote/BUILD.utf-8-0.7.5.bazel +++ b/cargo/remote/BUILD.utf-8-0.7.6.bazel @@ -57,7 +57,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.7.5", + version = "0.7.6", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.utime-0.3.1.bazel b/cargo/remote/BUILD.utime-0.3.1.bazel index 5b4521f32..697a07e71 100644 --- a/cargo/remote/BUILD.utime-0.3.1.bazel +++ b/cargo/remote/BUILD.utime-0.3.1.bazel @@ -60,7 +60,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_91//:libc", + "@raze__libc__0_2_94//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.vcpkg-0.2.11.bazel b/cargo/remote/BUILD.vcpkg-0.2.12.bazel similarity index 97% rename from cargo/remote/BUILD.vcpkg-0.2.11.bazel rename to cargo/remote/BUILD.vcpkg-0.2.12.bazel index 5c63f219d..1a8a089f1 100644 --- a/cargo/remote/BUILD.vcpkg-0.2.11.bazel +++ b/cargo/remote/BUILD.vcpkg-0.2.12.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.11", + version = "0.2.12", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.wasm-bindgen-0.2.72.bazel b/cargo/remote/BUILD.wasm-bindgen-0.2.73.bazel similarity index 95% rename from cargo/remote/BUILD.wasm-bindgen-0.2.72.bazel rename to cargo/remote/BUILD.wasm-bindgen-0.2.73.bazel index 9b340fdb8..cfd9cf5ce 100644 --- a/cargo/remote/BUILD.wasm-bindgen-0.2.72.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-0.2.73.bazel @@ -59,7 +59,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__wasm_bindgen_macro__0_2_72//:wasm_bindgen_macro", + "@raze__wasm_bindgen_macro__0_2_73//:wasm_bindgen_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -90,7 +90,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ ":wasm_bindgen_build_script", diff --git a/cargo/remote/BUILD.wasm-bindgen-backend-0.2.72.bazel b/cargo/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel similarity index 87% rename from cargo/remote/BUILD.wasm-bindgen-backend-0.2.72.bazel rename to cargo/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel index 9fee151ad..286ddfa19 100644 --- a/cargo/remote/BUILD.wasm-bindgen-backend-0.2.72.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-backend-0.2.73.bazel @@ -47,15 +47,15 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ "@raze__bumpalo__3_6_1//:bumpalo", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", - "@raze__wasm_bindgen_shared__0_2_72//:wasm_bindgen_shared", + "@raze__syn__1_0_70//:syn", + "@raze__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-futures-0.4.22.bazel b/cargo/remote/BUILD.wasm-bindgen-futures-0.4.23.bazel similarity index 90% rename from cargo/remote/BUILD.wasm-bindgen-futures-0.4.22.bazel rename to cargo/remote/BUILD.wasm-bindgen-futures-0.4.23.bazel index e4d5adb67..feee77e4e 100644 --- a/cargo/remote/BUILD.wasm-bindgen-futures-0.4.22.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-futures-0.4.23.bazel @@ -46,12 +46,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.22", + version = "0.4.23", # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__js_sys__0_3_49//:js_sys", - "@raze__wasm_bindgen__0_2_72//:wasm_bindgen", + "@raze__js_sys__0_3_50//:js_sys", + "@raze__wasm_bindgen__0_2_73//:wasm_bindgen", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-macro-0.2.72.bazel b/cargo/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel similarity index 92% rename from cargo/remote/BUILD.wasm-bindgen-macro-0.2.72.bazel rename to cargo/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel index bacac326e..bae671f79 100644 --- a/cargo/remote/BUILD.wasm-bindgen-macro-0.2.72.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-macro-0.2.73.bazel @@ -47,11 +47,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ "@raze__quote__1_0_9//:quote", - "@raze__wasm_bindgen_macro_support__0_2_72//:wasm_bindgen_macro_support", + "@raze__wasm_bindgen_macro_support__0_2_73//:wasm_bindgen_macro_support", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.72.bazel b/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel similarity index 81% rename from cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.72.bazel rename to cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel index 7b647df7d..b234f5928 100644 --- a/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.72.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.73.bazel @@ -47,13 +47,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", + "@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__quote__1_0_9//:quote", - "@raze__syn__1_0_65//:syn", - "@raze__wasm_bindgen_backend__0_2_72//:wasm_bindgen_backend", - "@raze__wasm_bindgen_shared__0_2_72//:wasm_bindgen_shared", + "@raze__syn__1_0_70//:syn", + "@raze__wasm_bindgen_backend__0_2_73//:wasm_bindgen_backend", + "@raze__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-shared-0.2.72.bazel b/cargo/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel similarity index 97% rename from cargo/remote/BUILD.wasm-bindgen-shared-0.2.72.bazel rename to cargo/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel index 9c67cf7b5..654cb95b9 100644 --- a/cargo/remote/BUILD.wasm-bindgen-shared-0.2.72.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-shared-0.2.73.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", visibility = ["//visibility:private"], deps = [ ], @@ -76,7 +76,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.72", + version = "0.2.73", # buildifier: leave-alone deps = [ ":wasm_bindgen_shared_build_script", diff --git a/cargo/remote/BUILD.web-sys-0.3.49.bazel b/cargo/remote/BUILD.web-sys-0.3.50.bazel similarity index 86% rename from cargo/remote/BUILD.web-sys-0.3.49.bazel rename to cargo/remote/BUILD.web-sys-0.3.50.bazel index 97051962c..bf72528ca 100644 --- a/cargo/remote/BUILD.web-sys-0.3.49.bazel +++ b/cargo/remote/BUILD.web-sys-0.3.50.bazel @@ -43,11 +43,14 @@ rust_library( "Headers", "MessageEvent", "Request", + "RequestCredentials", "RequestInit", "RequestMode", "Response", + "ServiceWorkerGlobalScope", "Window", "Worker", + "WorkerGlobalScope", ], crate_root = "src/lib.rs", crate_type = "lib", @@ -60,11 +63,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.49", + version = "0.3.50", # buildifier: leave-alone deps = [ - "@raze__js_sys__0_3_49//:js_sys", - "@raze__wasm_bindgen__0_2_72//:wasm_bindgen", + "@raze__js_sys__0_3_50//:js_sys", + "@raze__wasm_bindgen__0_2_73//:wasm_bindgen", ], ) diff --git a/cargo/remote/BUILD.webpki-roots-0.20.0.bazel b/cargo/remote/BUILD.webpki-roots-0.21.1.bazel similarity index 97% rename from cargo/remote/BUILD.webpki-roots-0.20.0.bazel rename to cargo/remote/BUILD.webpki-roots-0.21.1.bazel index eb8ef96bd..f8c6fa247 100644 --- a/cargo/remote/BUILD.webpki-roots-0.20.0.bazel +++ b/cargo/remote/BUILD.webpki-roots-0.21.1.bazel @@ -47,7 +47,7 @@ rust_binary( "cargo-raze", "manual", ], - version = "0.20.0", + version = "0.21.1", # buildifier: leave-alone deps = [ ":webpki_roots", @@ -71,7 +71,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.20.0", + version = "0.21.1", # buildifier: leave-alone deps = [ "@raze__webpki__0_21_4//:webpki", diff --git a/cargo/remote/BUILD.which-4.0.2.bazel b/cargo/remote/BUILD.which-4.1.0.bazel similarity index 88% rename from cargo/remote/BUILD.which-4.0.2.bazel rename to cargo/remote/BUILD.which-4.1.0.bazel index f302495a2..a19ff2926 100644 --- a/cargo/remote/BUILD.which-4.0.2.bazel +++ b/cargo/remote/BUILD.which-4.1.0.bazel @@ -38,7 +38,7 @@ rust_library( crate_root = "src/lib.rs", crate_type = "lib", data = [], - edition = "2015", + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "4.0.2", + version = "4.1.0", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_91//:libc", - "@raze__thiserror__1_0_24//:thiserror", + "@raze__either__1_6_1//:either", + "@raze__libc__0_2_94//:libc", ], ) diff --git a/cargo/remote/BUILD.winapi-0.3.9.bazel b/cargo/remote/BUILD.winapi-0.3.9.bazel index f2eb5ef5b..db2be790e 100644 --- a/cargo/remote/BUILD.winapi-0.3.9.bazel +++ b/cargo/remote/BUILD.winapi-0.3.9.bazel @@ -42,17 +42,25 @@ cargo_build_script( build_script_env = { }, crate_features = [ + "cfg", "consoleapi", "errhandlingapi", + "evntrace", "fileapi", "handleapi", "impl-debug", "impl-default", + "in6addr", + "inaddr", + "ioapiset", "knownfolders", "lmcons", "minschannel", "minwinbase", "minwindef", + "mstcpip", + "mswsock", + "namedpipeapi", "ntdef", "ntsecapi", "ntstatus", @@ -64,12 +72,15 @@ cargo_build_script( "shlobj", "sspi", "std", + "synchapi", "sysinfoapi", "timezoneapi", "winbase", "wincon", "wincrypt", + "windef", "winerror", + "winioctl", "winnt", "winreg", "winsock2", @@ -98,17 +109,25 @@ rust_library( name = "winapi", srcs = glob(["**/*.rs"]), crate_features = [ + "cfg", "consoleapi", "errhandlingapi", + "evntrace", "fileapi", "handleapi", "impl-debug", "impl-default", + "in6addr", + "inaddr", + "ioapiset", "knownfolders", "lmcons", "minschannel", "minwinbase", "minwindef", + "mstcpip", + "mswsock", + "namedpipeapi", "ntdef", "ntsecapi", "ntstatus", @@ -120,12 +139,15 @@ rust_library( "shlobj", "sspi", "std", + "synchapi", "sysinfoapi", "timezoneapi", "winbase", "wincon", "wincrypt", + "windef", "winerror", + "winioctl", "winnt", "winreg", "winsock2", diff --git a/cargo/remote/BUILD.winapi-build-0.1.1.bazel b/cargo/remote/BUILD.winapi-build-0.1.1.bazel deleted file mode 100644 index efdb57a12..000000000 --- a/cargo/remote/BUILD.winapi-build-0.1.1.bazel +++ /dev/null @@ -1,62 +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:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT" -]) - -# Generated Targets - -alias( - name = "winapi_build", - actual = ":build", - tags = [ - "cargo-raze", - "manual", - ], -) - -rust_library( - name = "build", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "lib", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.1.1", - # buildifier: leave-alone - deps = [ - ], -) diff --git a/cargo/remote/BUILD.xml5ever-0.16.1.bazel b/cargo/remote/BUILD.xml5ever-0.16.1.bazel index 87b3378aa..0e2424a1a 100644 --- a/cargo/remote/BUILD.xml5ever-0.16.1.bazel +++ b/cargo/remote/BUILD.xml5ever-0.16.1.bazel @@ -57,7 +57,7 @@ rust_library( deps = [ "@raze__log__0_4_14//:log", "@raze__mac__0_1_1//:mac", - "@raze__markup5ever__0_10_0//:markup5ever", + "@raze__markup5ever__0_10_1//:markup5ever", "@raze__time__0_1_43//:time", ], ) diff --git a/cargo/remote/BUILD.zip-0.5.6.bazel b/cargo/remote/BUILD.zip-0.5.12.bazel similarity index 87% rename from cargo/remote/BUILD.zip-0.5.6.bazel rename to cargo/remote/BUILD.zip-0.5.12.bazel index 6e48e747c..1f2708d56 100644 --- a/cargo/remote/BUILD.zip-0.5.6.bazel +++ b/cargo/remote/BUILD.zip-0.5.12.bazel @@ -63,12 +63,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.5.6", + version = "0.5.12", # buildifier: leave-alone deps = [ + "@raze__byteorder__1_4_3//:byteorder", "@raze__crc32fast__1_2_1//:crc32fast", "@raze__flate2__1_0_20//:flate2", - "@raze__podio__0_1_7//:podio", + "@raze__thiserror__1_0_24//:thiserror", "@raze__time__0_1_43//:time", ], ) @@ -78,3 +79,7 @@ rust_library( # Unsupported target "invalid_date" with type "test" omitted # Unsupported target "zip64_large" with type "test" omitted + +# Unsupported target "zip_comment_garbage" with type "test" omitted + +# Unsupported target "zip_crypto" with type "test" omitted diff --git a/cargo/update.py b/cargo/update.py index 3fb6ceaa5..1fcf7688d 100755 --- a/cargo/update.py +++ b/cargo/update.py @@ -13,12 +13,12 @@ # will remove the debug warning, and speed up the git clone. COMMITS_SHALLOW_SINCE = { - # reqwest - "eab12efe22f370f386d99c7d90e7a964e85dd071": "1604362745 +1000", + # reqwest - must also update crates.bzl reference below + "7591444614de02b658ddab125efba7b2bb4e2335": "1619519742 +1000", # hyper-timeout - "f9ef687120d88744c1da50a222e19208b4553503": "1604362633 +1000", + "0cb6f7d14c62819e37cd221736f8b0555e823712": "1619519657 +1000", # tokio-io-timeout - "96e1358555c49905de89170f2b1102a7d8b6c4c2": "1598411535 +1000", + "1ee0892217e9a76bba4bb369ec5fab8854935a3c": "1619517354 +1000", } import glob @@ -76,21 +76,33 @@ def update_crates_bzl(): # use our custom reqwest build file if match := reqwest_build_prefix.search(line): - line = line.replace(match.group(0), ":BUILD.reqwest") + line = line.replace(match.group(0), ":BUILD.reqwest.native") output_lines.append(line) with open("crates.bzl", "w") as file: for line in output_lines: file.write(line) - + + # add rustls version + file.write("\n".join(" "*4 + l for l in """ +maybe( + new_git_repository, + name = "reqwest_rustls", + remote = "https://github.com/ankitects/reqwest.git", + shallow_since = "1619519742 +1000", + commit = "7591444614de02b658ddab125efba7b2bb4e2335", + build_file = Label("//cargo:BUILD.reqwest.rustls.bazel"), + init_submodules = True, +) +""".splitlines())) def generated_reqwest_build_file(): return glob.glob("remote/*reqwest-*")[0] def update_reqwest_deps(): - "Update version numbers in our custom build file." + "Update version numbers in our custom reqwest build files." dep_with_version = re.compile(r"@raze__(.+?)__([\d_]+)//") version_map = {} @@ -99,17 +111,18 @@ def update_reqwest_deps(): if match := dep_with_version.search(line): version_map[match.group(1)] = match.group(2) - with open("BUILD.reqwest.bazel", "r+", encoding="utf8") as file: + for path in "BUILD.reqwest.native.bazel", "BUILD.reqwest.rustls.bazel": + with open(path, "r+", encoding="utf8") as file: - def repl(m): - name = m.group(1) - current_version = m.group(2) - new_version = version_map.get(name) - return m.group(0).replace(current_version, new_version) + def repl(m): + name = m.group(1) + current_version = m.group(2) + new_version = version_map.get(name) + return m.group(0).replace(current_version, new_version) - data = dep_with_version.sub(repl, file.read()) - file.seek(0) - file.write(data) + data = dep_with_version.sub(repl, file.read()) + file.seek(0) + file.write(data) def stage_commit(): diff --git a/rslib/BUILD.bazel b/rslib/BUILD.bazel index 5dd6ed248..03b6496fd 100644 --- a/rslib/BUILD.bazel +++ b/rslib/BUILD.bazel @@ -98,7 +98,6 @@ rust_library( "//rslib/cargo:pulldown_cmark", "//rslib/cargo:rand", "//rslib/cargo:regex", - "//rslib/cargo:reqwest", "//rslib/cargo:rusqlite", "//rslib/cargo:scopeguard", "//rslib/cargo:serde", @@ -113,13 +112,20 @@ rust_library( "//rslib/cargo:strum", "//rslib/cargo:tempfile", "//rslib/cargo:tokio", + "//rslib/cargo:tokio_util", "//rslib/cargo:unic_langid", "//rslib/cargo:unicase", "//rslib/cargo:unicode_normalization", "//rslib/cargo:utime", "//rslib/cargo:zip", "//rslib/i18n:anki_i18n", - ], + ] + select({ + # rustls on Linux + "//platforms:linux_x86_64": ["@reqwest_rustls//:reqwest"], + "//platforms:linux_arm64": ["@reqwest_rustls//:reqwest"], + # native tls on other platforms + "//conditions:default": ["//rslib/cargo:reqwest"], + }), ) # Tests diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 082e9022a..790e36fc3 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -33,9 +33,9 @@ anki_i18n = { path = "i18n" } askama = "0.10.1" -async-compression = { version = "0.3.5", features = ["stream", "gzip"] } +async-compression = { version = "0.3.5", features = ["tokio", "gzip"] } blake3 = "0.3.5" -bytes = "0.5.5" +bytes = "1" chrono = "0.4.13" coarsetime = "0.1.16" flate2 = "1.0.16" @@ -55,12 +55,15 @@ pin-project = "1" prost = "0.7" rand = "0.7.3" regex = "1.3.9" -reqwest = { git = "https://github.com/ankitects/reqwest.git", tag = "anki-2020-11-03", default-features = false, features = [ +reqwest = { git = "https://github.com/ankitects/reqwest.git", rev = "7591444614de02b658ddab125efba7b2bb4e2335", default-features = false, features = [ "json", "socks", "stream", - "rustls-tls", + "multipart", + # the Bazel build scripts separate these out by platform "native-tls", + "rustls-tls", + "rustls-tls-webpki-roots", ] } rusqlite = { version = "0.24.1", features = ["trace", "functions", "collation", "bundled"] } scopeguard = "1.1.0" @@ -75,7 +78,7 @@ slog = { version = "2.5.2", features = ["max_level_trace", "release_max_level_de slog-async = "2.5.0" slog-envlogger = "2.2.0" tempfile = "3.1.0" -tokio = { version = "0.2.21", features = ["fs", "rt-threaded"] } +tokio = { version = "1", features = ["fs", "rt-multi-thread"] } unic-langid = { version = "0.9", features = ["macros"] } unicode-normalization = "0.1.13" utime = "0.3.1" @@ -85,3 +88,4 @@ ammonia = "3.1.0" pulldown-cmark = "0.8.0" fnv = "1.0.7" strum = { version = "0.20.0", features = ["derive"] } +tokio-util = { version = "0.6.6", features = ["io"] } diff --git a/rslib/cargo/BUILD.bazel b/rslib/cargo/BUILD.bazel index 40969d988..721b57b16 100644 --- a/rslib/cargo/BUILD.bazel +++ b/rslib/cargo/BUILD.bazel @@ -32,7 +32,7 @@ alias( alias( name = "async_compression", - actual = "@raze__async_compression__0_3_7//:async_compression", + actual = "@raze__async_compression__0_3_8//:async_compression", tags = [ "cargo-raze", "manual", @@ -41,7 +41,7 @@ alias( alias( name = "async_trait", - actual = "@raze__async_trait__0_1_48//:async_trait", + actual = "@raze__async_trait__0_1_50//:async_trait", tags = [ "cargo-raze", "manual", @@ -59,7 +59,7 @@ alias( alias( name = "bytes", - actual = "@raze__bytes__0_5_6//:bytes", + actual = "@raze__bytes__1_0_1//:bytes", tags = [ "cargo-raze", "manual", @@ -113,7 +113,7 @@ alias( alias( name = "fluent_bundle", - actual = "@raze__fluent_bundle__0_15_0//:fluent_bundle", + actual = "@raze__fluent_bundle__0_15_1//:fluent_bundle", tags = [ "cargo-raze", "manual", @@ -131,7 +131,7 @@ alias( alias( name = "futures", - actual = "@raze__futures__0_3_13//:futures", + actual = "@raze__futures__0_3_14//:futures", tags = [ "cargo-raze", "manual", @@ -221,7 +221,7 @@ alias( alias( name = "pin_project", - actual = "@raze__pin_project__1_0_6//:pin_project", + actual = "@raze__pin_project__1_0_7//:pin_project", tags = [ "cargo-raze", "manual", @@ -275,7 +275,7 @@ alias( alias( name = "regex", - actual = "@raze__regex__1_4_5//:regex", + actual = "@raze__regex__1_4_6//:regex", tags = [ "cargo-raze", "manual", @@ -284,7 +284,7 @@ alias( alias( name = "reqwest", - actual = "@raze__reqwest__0_10_8//:reqwest", + actual = "@raze__reqwest__0_11_3//:reqwest", tags = [ "cargo-raze", "manual", @@ -428,7 +428,16 @@ alias( alias( name = "tokio", - actual = "@raze__tokio__0_2_25//:tokio", + actual = "@raze__tokio__1_5_0//:tokio", + tags = [ + "cargo-raze", + "manual", + ], +) + +alias( + name = "tokio_util", + actual = "@raze__tokio_util__0_6_6//:tokio_util", tags = [ "cargo-raze", "manual", @@ -473,7 +482,7 @@ alias( alias( name = "zip", - actual = "@raze__zip__0_5_6//:zip", + actual = "@raze__zip__0_5_12//:zip", tags = [ "cargo-raze", "manual", diff --git a/rslib/i18n/cargo/BUILD.bazel b/rslib/i18n/cargo/BUILD.bazel index ad2ec0426..b18a8e78f 100644 --- a/rslib/i18n/cargo/BUILD.bazel +++ b/rslib/i18n/cargo/BUILD.bazel @@ -23,7 +23,7 @@ alias( alias( name = "fluent_bundle", - actual = "@raze__fluent_bundle__0_15_0//:fluent_bundle", + actual = "@raze__fluent_bundle__0_15_1//:fluent_bundle", tags = [ "cargo-raze", "manual", diff --git a/rslib/src/backend/mod.rs b/rslib/src/backend/mod.rs index f4da3463a..074ee23a7 100644 --- a/rslib/src/backend/mod.rs +++ b/rslib/src/backend/mod.rs @@ -171,9 +171,8 @@ impl Backend { fn runtime_handle(&self) -> runtime::Handle { self.runtime .get_or_init(|| { - runtime::Builder::new() - .threaded_scheduler() - .core_threads(1) + runtime::Builder::new_multi_thread() + .worker_threads(1) .enable_all() .build() .unwrap() diff --git a/rslib/src/backend/sync/server.rs b/rslib/src/backend/sync/server.rs index 7f6fb5b5c..f64bef21b 100644 --- a/rslib/src/backend/sync/server.rs +++ b/rslib/src/backend/sync/server.rs @@ -54,7 +54,7 @@ impl Backend { }); } let server = self.col_into_server()?; - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); let meta = rt.block_on(server.meta())?; self.server_into_col(server); @@ -94,7 +94,7 @@ impl Backend { drop(state_guard); self.with_sync_server(|server| { - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(server.start( input.client_usn, input.local_is_newer, @@ -105,35 +105,35 @@ impl Backend { fn apply_graves(&self, input: ApplyGravesIn) -> Result<()> { self.with_sync_server(|server| { - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(server.apply_graves(input.chunk)) }) } fn apply_changes(&self, input: ApplyChangesIn) -> Result { self.with_sync_server(|server| { - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(server.apply_changes(input.changes)) }) } fn chunk(&self) -> Result { self.with_sync_server(|server| { - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(server.chunk()) }) } fn apply_chunk(&self, input: ApplyChunkIn) -> Result<()> { self.with_sync_server(|server| { - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(server.apply_chunk(input.chunk)) }) } fn sanity_check(&self, input: SanityCheckIn) -> Result { self.with_sync_server(|server| { - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(server.sanity_check(input.client)) }) .map(|out| { @@ -147,7 +147,7 @@ impl Backend { fn finish(&self) -> Result { let out = self.with_sync_server(|server| { - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(server.finish()) }); self.server_into_col(self.take_server(None)?); @@ -161,7 +161,7 @@ impl Backend { fn abort_and_restore_collection(&self, state_guard: Option>) { if let Ok(mut server) = self.take_server(state_guard) { - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); // attempt to roll back if let Err(abort_err) = rt.block_on(server.abort()) { println!("abort failed: {:?}", abort_err); @@ -176,7 +176,7 @@ impl Backend { // spool input into a file let server = Box::new(self.col_into_server()?); // then process upload - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(server.full_upload(&input, true)) } @@ -184,7 +184,7 @@ impl Backend { /// for cleaning up the returned file. fn download(&self) -> Result> { let server = Box::new(self.col_into_server()?); - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); let file = rt.block_on(server.full_download(None))?; let path = file.into_temp_path().keep()?; Ok(path.to_str().expect("path was not in utf8").into()) diff --git a/rslib/src/media/sync.rs b/rslib/src/media/sync.rs index 559ae56a1..365d06e8b 100644 --- a/rslib/src/media/sync.rs +++ b/rslib/src/media/sync.rs @@ -856,7 +856,7 @@ mod test { } }; - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(test_sync(&hkey)).unwrap() } diff --git a/rslib/src/sync/http_client.rs b/rslib/src/sync/http_client.rs index ae0a5c963..01d816002 100644 --- a/rslib/src/sync/http_client.rs +++ b/rslib/src/sync/http_client.rs @@ -1,7 +1,7 @@ // Copyright: Ankitects Pty Ltd and contributors // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -use std::{io::prelude::*, path::Path, time::Duration}; +use std::{io::prelude::*, mem::MaybeUninit, path::Path, time::Duration}; use async_trait::async_trait; use bytes::Bytes; @@ -131,7 +131,10 @@ impl SyncServer for HttpSyncClient { total_bytes, }, }; - let wrap2 = async_compression::stream::GzipEncoder::new(wrap1); + let wrap2 = + tokio_util::io::ReaderStream::new(async_compression::tokio::bufread::GzipEncoder::new( + tokio_util::io::StreamReader::new(wrap1), + )); let body = Body::wrap_stream(wrap2); self.upload_inner(body).await?; @@ -291,7 +294,7 @@ use futures::{ task::{Context, Poll}, }; use pin_project::pin_project; -use tokio::io::AsyncRead; +use tokio::io::{AsyncRead, ReadBuf}; #[pin_project] struct ProgressWrapper { @@ -309,18 +312,21 @@ where type Item = std::result::Result; fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll> { - let mut buf = vec![0; 16 * 1024]; + let mut buf = [MaybeUninit::::uninit(); 8192]; + let mut buf = ReadBuf::uninit(&mut buf); let this = self.project(); - match ready!(this.reader.poll_read(cx, &mut buf)) { - Ok(0) => { - (this.progress_fn)(*this.progress, false); - Poll::Ready(None) - } - Ok(size) => { - buf.resize(size, 0); - this.progress.transferred_bytes += size; - (this.progress_fn)(*this.progress, true); - Poll::Ready(Some(Ok(Bytes::from(buf)))) + let res = ready!(this.reader.poll_read(cx, &mut buf)); + match res { + Ok(()) => { + let filled = buf.filled().to_vec(); + Poll::Ready(if filled.is_empty() { + (this.progress_fn)(*this.progress, false); + None + } else { + this.progress.transferred_bytes += filled.len(); + (this.progress_fn)(*this.progress, true); + Some(Ok(Bytes::from(filled))) + }) } Err(e) => Poll::Ready(Some(Err(e))), } @@ -438,7 +444,7 @@ mod test { let pass = std::env::var("TEST_SYNC_PASS").unwrap(); env_logger::init(); - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(http_client_inner(user, pass)) } } diff --git a/rslib/src/sync/mod.rs b/rslib/src/sync/mod.rs index 6d33ecf4c..eb48d4d65 100644 --- a/rslib/src/sync/mod.rs +++ b/rslib/src/sync/mod.rs @@ -1221,7 +1221,7 @@ mod test { } else { Box::new(LocalTestContext {}) }; - let mut rt = Runtime::new().unwrap(); + let rt = Runtime::new().unwrap(); rt.block_on(upload_download(&ctx))?; rt.block_on(regular_sync(&ctx)) } @@ -1555,7 +1555,7 @@ mod test { // Helper to reproduce issues with a copy of the client and server collections. // #[test] // fn repro_test() { - // let mut rt = Runtime::new().unwrap(); + // let rt = Runtime::new().unwrap(); // rt.block_on(repro_test_inner()).unwrap(); // }