diff --git a/Cargo.lock b/Cargo.lock index f1ee602d5..1cb323e2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ checksum = "2582b77e0f3c506ec4838a25fa8a5f97b9bed72bb6d3d272ea1c031d8bd373bc" dependencies = [ "askama_escape", "humansize", - "nom 6.0.0", + "nom 6.0.1", "num-traits", "percent-encoding", "proc-macro2", @@ -337,13 +337,14 @@ dependencies = [ [[package]] name = "coarsetime" -version = "0.1.16" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cbaaa2e4f75bd7eff165a3d24345a374efddbe0e90be326e62048937e56f65a" +checksum = "5a6a9b6b2627cf8a70982b9c311d5bbdd62c183a19ecdb9c6344c075dfdda608" dependencies = [ - "lazy_static", "libc", + "once_cell", "wasi 0.10.0+wasi-snapshot-preview1", + "wasm-bindgen", ] [[package]] @@ -383,7 +384,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" dependencies = [ - "crossbeam-utils", + "crossbeam-utils 0.7.2", "maybe-uninit", ] @@ -398,6 +399,17 @@ dependencies = [ "lazy_static", ] +[[package]] +name = "crossbeam-utils" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" +dependencies = [ + "autocfg", + "cfg-if 1.0.0", + "lazy_static", +] + [[package]] name = "crypto-mac" version = "0.8.0" @@ -980,24 +992,10 @@ dependencies = [ [[package]] name = "indoc" -version = "0.3.6" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8" +checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136" dependencies = [ - "indoc-impl", - "proc-macro-hack", -] - -[[package]] -name = "indoc-impl" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0" -dependencies = [ - "proc-macro-hack", - "proc-macro2", - "quote", - "syn", "unindent", ] @@ -1084,9 +1082,9 @@ checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" [[package]] name = "js-sys" -version = "0.3.45" +version = "0.3.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8" +checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175" dependencies = [ "wasm-bindgen", ] @@ -1220,9 +1218,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" +checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" dependencies = [ "kernel32-sys", "net2", @@ -1256,9 +1254,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.35" +version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" +checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02" dependencies = [ "cfg-if 0.1.10", "libc", @@ -1284,9 +1282,9 @@ dependencies = [ [[package]] name = "nom" -version = "6.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4489ccc7d668957ddf64af7cd027c081728903afa6479d35da7e99bf5728f75f" +checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0" dependencies = [ "bitvec", "lexical-core", @@ -1428,22 +1426,9 @@ dependencies = [ [[package]] name = "paste" -version = "0.1.18" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" -dependencies = [ - "paste-impl", - "proc-macro-hack", -] - -[[package]] -name = "paste-impl" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" -dependencies = [ - "proc-macro-hack", -] +checksum = "7151b083b0664ed58ed669fcdd92f01c3d2fdbf10af4931a301474950b52bfa9" [[package]] name = "percent-encoding" @@ -1616,9 +1601,10 @@ dependencies = [ [[package]] name = "pyo3" -version = "0.12.3" -source = "git+https://github.com/PyO3/pyo3.git?rev=3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1#3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1" +version = "0.12.4" +source = "git+https://github.com/PyO3/pyo3.git?rev=92b7a9736c9585883df5ec5bc01004caa7f65106#92b7a9736c9585883df5ec5bc01004caa7f65106" dependencies = [ + "cfg-if 1.0.0", "ctor", "indoc", "inventory", @@ -1631,8 +1617,8 @@ dependencies = [ [[package]] name = "pyo3-derive-backend" -version = "0.12.3" -source = "git+https://github.com/PyO3/pyo3.git?rev=3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1#3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1" +version = "0.12.4" +source = "git+https://github.com/PyO3/pyo3.git?rev=92b7a9736c9585883df5ec5bc01004caa7f65106#92b7a9736c9585883df5ec5bc01004caa7f65106" dependencies = [ "proc-macro2", "quote", @@ -1641,8 +1627,8 @@ dependencies = [ [[package]] name = "pyo3cls" -version = "0.12.3" -source = "git+https://github.com/PyO3/pyo3.git?rev=3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1#3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1" +version = "0.12.4" +source = "git+https://github.com/PyO3/pyo3.git?rev=92b7a9736c9585883df5ec5bc01004caa7f65106#92b7a9736c9585883df5ec5bc01004caa7f65106" dependencies = [ "pyo3-derive-backend", "quote", @@ -1813,9 +1799,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.16.17" +version = "0.16.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5911690c9b773bab7e657471afc207f3827b249a657241327e3544d79bcabdd" +checksum = "70017ed5c555d79ee3538fc63ca09c70ad8f317dcadc1adc2c496b60c22bb24f" dependencies = [ "cc", "libc", @@ -1851,14 +1837,14 @@ dependencies = [ [[package]] name = "rust-argon2" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19" +checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" dependencies = [ - "base64 0.12.3", + "base64 0.13.0", "blake2b_simd", "constant_time_eq", - "crossbeam-utils", + "crossbeam-utils 0.8.1", ] [[package]] @@ -2036,9 +2022,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "slog" -version = "2.5.2" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99" +checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" [[package]] name = "slog-async" @@ -2146,9 +2132,9 @@ checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd" [[package]] name = "syn" -version = "1.0.51" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b4f34193997d92804d359ed09953e25d5138df6bcc055a71bf68ee89fdf9223" +checksum = "8833e20724c24de12bbaba5ad230ea61c3eafb05b881c7c9d3cfe8638b187e68" dependencies = [ "proc-macro2", "quote", @@ -2488,9 +2474,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae" +checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" [[package]] name = "unicode-xid" @@ -2568,11 +2554,11 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wasm-bindgen" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" +checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "serde", "serde_json", "wasm-bindgen-macro", @@ -2580,9 +2566,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" +checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62" dependencies = [ "bumpalo", "lazy_static", @@ -2595,11 +2581,11 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.18" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da" +checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "js-sys", "wasm-bindgen", "web-sys", @@ -2607,9 +2593,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038" +checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2617,9 +2603,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" +checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549" dependencies = [ "proc-macro2", "quote", @@ -2630,15 +2616,15 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.68" +version = "0.2.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" +checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158" [[package]] name = "web-sys" -version = "0.3.45" +version = "0.3.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d" +checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/cargo/crates.bzl b/cargo/crates.bzl index 53d6dba47..7a2d35cb0 100644 --- a/cargo/crates.bzl +++ b/cargo/crates.bzl @@ -333,12 +333,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__coarsetime__0_1_16", - url = "https://crates.io/api/v1/crates/coarsetime/0.1.16/download", + name = "raze__coarsetime__0_1_18", + url = "https://crates.io/api/v1/crates/coarsetime/0.1.18/download", type = "tar.gz", - sha256 = "0cbaaa2e4f75bd7eff165a3d24345a374efddbe0e90be326e62048937e56f65a", - strip_prefix = "coarsetime-0.1.16", - build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.16.bazel"), + sha256 = "5a6a9b6b2627cf8a70982b9c311d5bbdd62c183a19ecdb9c6344c075dfdda608", + strip_prefix = "coarsetime-0.1.18", + build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.18.bazel"), ) maybe( @@ -401,6 +401,16 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.7.2.bazel"), ) + maybe( + http_archive, + name = "raze__crossbeam_utils__0_8_1", + url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.1/download", + type = "tar.gz", + sha256 = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d", + strip_prefix = "crossbeam-utils-0.8.1", + build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.1.bazel"), + ) + maybe( http_archive, name = "raze__crypto_mac__0_8_0", @@ -1003,22 +1013,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__indoc__0_3_6", - url = "https://crates.io/api/v1/crates/indoc/0.3.6/download", + name = "raze__indoc__1_0_3", + url = "https://crates.io/api/v1/crates/indoc/1.0.3/download", type = "tar.gz", - sha256 = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8", - strip_prefix = "indoc-0.3.6", - build_file = Label("//cargo/remote:BUILD.indoc-0.3.6.bazel"), - ) - - maybe( - http_archive, - name = "raze__indoc_impl__0_3_6", - url = "https://crates.io/api/v1/crates/indoc-impl/0.3.6/download", - type = "tar.gz", - sha256 = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0", - strip_prefix = "indoc-impl-0.3.6", - build_file = Label("//cargo/remote:BUILD.indoc-impl-0.3.6.bazel"), + sha256 = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136", + strip_prefix = "indoc-1.0.3", + build_file = Label("//cargo/remote:BUILD.indoc-1.0.3.bazel"), ) maybe( @@ -1113,12 +1113,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__js_sys__0_3_45", - url = "https://crates.io/api/v1/crates/js-sys/0.3.45/download", + name = "raze__js_sys__0_3_46", + url = "https://crates.io/api/v1/crates/js-sys/0.3.46/download", type = "tar.gz", - sha256 = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8", - strip_prefix = "js-sys-0.3.45", - build_file = Label("//cargo/remote:BUILD.js-sys-0.3.45.bazel"), + sha256 = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175", + strip_prefix = "js-sys-0.3.46", + build_file = Label("//cargo/remote:BUILD.js-sys-0.3.46.bazel"), ) maybe( @@ -1263,12 +1263,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__miow__0_2_1", - url = "https://crates.io/api/v1/crates/miow/0.2.1/download", + name = "raze__miow__0_2_2", + url = "https://crates.io/api/v1/crates/miow/0.2.2/download", type = "tar.gz", - sha256 = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919", - strip_prefix = "miow-0.2.1", - build_file = Label("//cargo/remote:BUILD.miow-0.2.1.bazel"), + sha256 = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d", + strip_prefix = "miow-0.2.2", + build_file = Label("//cargo/remote:BUILD.miow-0.2.2.bazel"), ) maybe( @@ -1293,12 +1293,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__net2__0_2_35", - url = "https://crates.io/api/v1/crates/net2/0.2.35/download", + name = "raze__net2__0_2_36", + url = "https://crates.io/api/v1/crates/net2/0.2.36/download", type = "tar.gz", - sha256 = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853", - strip_prefix = "net2-0.2.35", - build_file = Label("//cargo/remote:BUILD.net2-0.2.35.bazel"), + sha256 = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02", + strip_prefix = "net2-0.2.36", + build_file = Label("//cargo/remote:BUILD.net2-0.2.36.bazel"), ) maybe( @@ -1323,12 +1323,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__nom__6_0_0", - url = "https://crates.io/api/v1/crates/nom/6.0.0/download", + name = "raze__nom__6_0_1", + url = "https://crates.io/api/v1/crates/nom/6.0.1/download", type = "tar.gz", - sha256 = "4489ccc7d668957ddf64af7cd027c081728903afa6479d35da7e99bf5728f75f", - strip_prefix = "nom-6.0.0", - build_file = Label("//cargo/remote:BUILD.nom-6.0.0.bazel"), + sha256 = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0", + strip_prefix = "nom-6.0.1", + build_file = Label("//cargo/remote:BUILD.nom-6.0.1.bazel"), ) maybe( @@ -1463,22 +1463,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__paste__0_1_18", - url = "https://crates.io/api/v1/crates/paste/0.1.18/download", + name = "raze__paste__1_0_3", + url = "https://crates.io/api/v1/crates/paste/1.0.3/download", type = "tar.gz", - sha256 = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880", - strip_prefix = "paste-0.1.18", - build_file = Label("//cargo/remote:BUILD.paste-0.1.18.bazel"), - ) - - maybe( - http_archive, - name = "raze__paste_impl__0_1_18", - url = "https://crates.io/api/v1/crates/paste-impl/0.1.18/download", - type = "tar.gz", - sha256 = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6", - strip_prefix = "paste-impl-0.1.18", - build_file = Label("//cargo/remote:BUILD.paste-impl-0.1.18.bazel"), + sha256 = "7151b083b0664ed58ed669fcdd92f01c3d2fdbf10af4931a301474950b52bfa9", + strip_prefix = "paste-1.0.3", + build_file = Label("//cargo/remote:BUILD.paste-1.0.3.bazel"), ) maybe( @@ -1683,31 +1673,31 @@ def raze_fetch_remote_crates(): maybe( new_git_repository, - name = "raze__pyo3__0_12_3", + name = "raze__pyo3__0_12_4", remote = "https://github.com/PyO3/pyo3.git", - shallow_since = "1603809036 +0900", - commit = "3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1", - build_file = Label("//cargo/remote:BUILD.pyo3-0.12.3.bazel"), + shallow_since = "1606725379 +0000", + commit = "92b7a9736c9585883df5ec5bc01004caa7f65106", + build_file = Label("//cargo/remote:BUILD.pyo3-0.12.4.bazel"), init_submodules = True, ) maybe( new_git_repository, - name = "raze__pyo3_derive_backend__0_12_3", + name = "raze__pyo3_derive_backend__0_12_4", remote = "https://github.com/PyO3/pyo3.git", - shallow_since = "1603809036 +0900", - commit = "3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1", - build_file = Label("//cargo/remote:BUILD.pyo3-derive-backend-0.12.3.bazel"), + shallow_since = "1606725379 +0000", + commit = "92b7a9736c9585883df5ec5bc01004caa7f65106", + build_file = Label("//cargo/remote:BUILD.pyo3-derive-backend-0.12.4.bazel"), init_submodules = True, ) maybe( new_git_repository, - name = "raze__pyo3cls__0_12_3", + name = "raze__pyo3cls__0_12_4", remote = "https://github.com/PyO3/pyo3.git", - shallow_since = "1603809036 +0900", - commit = "3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1", - build_file = Label("//cargo/remote:BUILD.pyo3cls-0.12.3.bazel"), + shallow_since = "1606725379 +0000", + commit = "92b7a9736c9585883df5ec5bc01004caa7f65106", + build_file = Label("//cargo/remote:BUILD.pyo3cls-0.12.4.bazel"), init_submodules = True, ) @@ -1853,12 +1843,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__ring__0_16_17", - url = "https://crates.io/api/v1/crates/ring/0.16.17/download", + name = "raze__ring__0_16_18", + url = "https://crates.io/api/v1/crates/ring/0.16.18/download", type = "tar.gz", - sha256 = "c5911690c9b773bab7e657471afc207f3827b249a657241327e3544d79bcabdd", - strip_prefix = "ring-0.16.17", - build_file = Label("//cargo/remote:BUILD.ring-0.16.17.bazel"), + sha256 = "70017ed5c555d79ee3538fc63ca09c70ad8f317dcadc1adc2c496b60c22bb24f", + strip_prefix = "ring-0.16.18", + build_file = Label("//cargo/remote:BUILD.ring-0.16.18.bazel"), ) maybe( @@ -1873,12 +1863,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__rust_argon2__0_8_2", - url = "https://crates.io/api/v1/crates/rust-argon2/0.8.2/download", + name = "raze__rust_argon2__0_8_3", + url = "https://crates.io/api/v1/crates/rust-argon2/0.8.3/download", type = "tar.gz", - sha256 = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19", - strip_prefix = "rust-argon2-0.8.2", - build_file = Label("//cargo/remote:BUILD.rust-argon2-0.8.2.bazel"), + sha256 = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb", + strip_prefix = "rust-argon2-0.8.3", + build_file = Label("//cargo/remote:BUILD.rust-argon2-0.8.3.bazel"), ) maybe( @@ -2063,12 +2053,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__slog__2_5_2", - url = "https://crates.io/api/v1/crates/slog/2.5.2/download", + name = "raze__slog__2_7_0", + url = "https://crates.io/api/v1/crates/slog/2.7.0/download", type = "tar.gz", - sha256 = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99", - strip_prefix = "slog-2.5.2", - build_file = Label("//cargo/remote:BUILD.slog-2.5.2.bazel"), + sha256 = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06", + strip_prefix = "slog-2.7.0", + build_file = Label("//cargo/remote:BUILD.slog-2.7.0.bazel"), ) maybe( @@ -2183,12 +2173,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__syn__1_0_51", - url = "https://crates.io/api/v1/crates/syn/1.0.51/download", + name = "raze__syn__1_0_53", + url = "https://crates.io/api/v1/crates/syn/1.0.53/download", type = "tar.gz", - sha256 = "3b4f34193997d92804d359ed09953e25d5138df6bcc055a71bf68ee89fdf9223", - strip_prefix = "syn-1.0.51", - build_file = Label("//cargo/remote:BUILD.syn-1.0.51.bazel"), + sha256 = "8833e20724c24de12bbaba5ad230ea61c3eafb05b881c7c9d3cfe8638b187e68", + strip_prefix = "syn-1.0.53", + build_file = Label("//cargo/remote:BUILD.syn-1.0.53.bazel"), ) maybe( @@ -2533,12 +2523,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__unicode_segmentation__1_7_0", - url = "https://crates.io/api/v1/crates/unicode-segmentation/1.7.0/download", + name = "raze__unicode_segmentation__1_7_1", + url = "https://crates.io/api/v1/crates/unicode-segmentation/1.7.1/download", type = "tar.gz", - sha256 = "db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae", - strip_prefix = "unicode-segmentation-1.7.0", - build_file = Label("//cargo/remote:BUILD.unicode-segmentation-1.7.0.bazel"), + sha256 = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796", + strip_prefix = "unicode-segmentation-1.7.1", + build_file = Label("//cargo/remote:BUILD.unicode-segmentation-1.7.1.bazel"), ) maybe( @@ -2643,72 +2633,72 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__wasm_bindgen__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.68/download", + name = "raze__wasm_bindgen__0_2_69", + url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.69/download", type = "tar.gz", - sha256 = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42", - strip_prefix = "wasm-bindgen-0.2.68", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.68.bazel"), + sha256 = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e", + strip_prefix = "wasm-bindgen-0.2.69", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.69.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_backend__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.68/download", + name = "raze__wasm_bindgen_backend__0_2_69", + url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.69/download", type = "tar.gz", - sha256 = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68", - strip_prefix = "wasm-bindgen-backend-0.2.68", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.68.bazel"), + sha256 = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62", + strip_prefix = "wasm-bindgen-backend-0.2.69", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.69.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_futures__0_4_18", - url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.18/download", + name = "raze__wasm_bindgen_futures__0_4_19", + url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.19/download", type = "tar.gz", - sha256 = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da", - strip_prefix = "wasm-bindgen-futures-0.4.18", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.18.bazel"), + sha256 = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35", + strip_prefix = "wasm-bindgen-futures-0.4.19", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.19.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_macro__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.68/download", + name = "raze__wasm_bindgen_macro__0_2_69", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.69/download", type = "tar.gz", - sha256 = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038", - strip_prefix = "wasm-bindgen-macro-0.2.68", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.68.bazel"), + sha256 = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084", + strip_prefix = "wasm-bindgen-macro-0.2.69", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.69.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_macro_support__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.68/download", + name = "raze__wasm_bindgen_macro_support__0_2_69", + url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.69/download", type = "tar.gz", - sha256 = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe", - strip_prefix = "wasm-bindgen-macro-support-0.2.68", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.68.bazel"), + sha256 = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549", + strip_prefix = "wasm-bindgen-macro-support-0.2.69", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.69.bazel"), ) maybe( http_archive, - name = "raze__wasm_bindgen_shared__0_2_68", - url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.68/download", + name = "raze__wasm_bindgen_shared__0_2_69", + url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.69/download", type = "tar.gz", - sha256 = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307", - strip_prefix = "wasm-bindgen-shared-0.2.68", - build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.68.bazel"), + sha256 = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158", + strip_prefix = "wasm-bindgen-shared-0.2.69", + build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.69.bazel"), ) maybe( http_archive, - name = "raze__web_sys__0_3_45", - url = "https://crates.io/api/v1/crates/web-sys/0.3.45/download", + name = "raze__web_sys__0_3_46", + url = "https://crates.io/api/v1/crates/web-sys/0.3.46/download", type = "tar.gz", - sha256 = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d", - strip_prefix = "web-sys-0.3.45", - build_file = Label("//cargo/remote:BUILD.web-sys-0.3.45.bazel"), + sha256 = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3", + strip_prefix = "web-sys-0.3.46", + build_file = Label("//cargo/remote:BUILD.web-sys-0.3.46.bazel"), ) maybe( diff --git a/cargo/licenses.json b/cargo/licenses.json index 62e1fda6c..76ad60deb 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -307,7 +307,7 @@ }, { "name": "coarsetime", - "version": "0.1.16", + "version": "0.1.18", "authors": "Frank Denis ", "repository": "https://github.com/jedisct1/rust-coarsetime", "license": "ISC", @@ -368,6 +368,15 @@ "license_file": null, "description": "Utilities for concurrent programming" }, + { + "name": "crossbeam-utils", + "version": "0.8.1", + "authors": "The Crossbeam Project Developers", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Utilities for concurrent programming" + }, { "name": "crypto-mac", "version": "0.8.0", @@ -910,16 +919,7 @@ }, { "name": "indoc", - "version": "0.3.6", - "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/indoc", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Indented document literals" - }, - { - "name": "indoc-impl", - "version": "0.3.6", + "version": "1.0.3", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/indoc", "license": "MIT OR Apache-2.0", @@ -1009,7 +1009,7 @@ }, { "name": "js-sys", - "version": "0.3.45", + "version": "0.3.46", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", "license": "Apache-2.0/MIT", @@ -1144,7 +1144,7 @@ }, { "name": "miow", - "version": "0.2.1", + "version": "0.2.2", "authors": "Alex Crichton ", "repository": "https://github.com/alexcrichton/miow", "license": "Apache-2.0/MIT", @@ -1171,7 +1171,7 @@ }, { "name": "net2", - "version": "0.2.35", + "version": "0.2.36", "authors": "Alex Crichton ", "repository": "https://github.com/deprecrated/net2-rs", "license": "Apache-2.0/MIT", @@ -1198,7 +1198,7 @@ }, { "name": "nom", - "version": "6.0.0", + "version": "6.0.1", "authors": "contact@geoffroycouprie.com", "repository": "https://github.com/Geal/nom", "license": "MIT", @@ -1324,22 +1324,13 @@ }, { "name": "paste", - "version": "0.1.18", + "version": "1.0.3", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/paste", "license": "MIT OR Apache-2.0", "license_file": null, "description": "Macros for all your token pasting needs" }, - { - "name": "paste-impl", - "version": "0.1.18", - "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/paste", - "license": "MIT OR Apache-2.0", - "license_file": null, - "description": "Implementation detail of the `paste` crate" - }, { "name": "percent-encoding", "version": "2.1.0", @@ -1522,7 +1513,7 @@ }, { "name": "pyo3", - "version": "0.12.3", + "version": "0.12.4", "authors": "PyO3 Project and Contributors ", "repository": "https://github.com/pyo3/pyo3", "license": "Apache-2.0", @@ -1531,7 +1522,7 @@ }, { "name": "pyo3-derive-backend", - "version": "0.12.3", + "version": "0.12.4", "authors": "PyO3 Project and Contributors ", "repository": "https://github.com/pyo3/pyo3", "license": "Apache-2.0", @@ -1540,7 +1531,7 @@ }, { "name": "pyo3cls", - "version": "0.12.3", + "version": "0.12.4", "authors": "PyO3 Project and Contributors ", "repository": "https://github.com/pyo3/pyo3", "license": "Apache-2.0", @@ -1675,7 +1666,7 @@ }, { "name": "ring", - "version": "0.16.17", + "version": "0.16.18", "authors": "Brian Smith ", "repository": "https://github.com/briansmith/ring", "license": null, @@ -1702,7 +1693,7 @@ }, { "name": "rust-argon2", - "version": "0.8.2", + "version": "0.8.3", "authors": "Martijn Rijkeboer ", "repository": "https://github.com/sru-systems/rust-argon2", "license": "Apache-2.0/MIT", @@ -1873,7 +1864,7 @@ }, { "name": "slog", - "version": "2.5.2", + "version": "2.7.0", "authors": "Dawid Ciężarkiewicz ", "repository": "https://github.com/slog-rs/slog", "license": "MPL-2.0 OR MIT OR Apache-2.0", @@ -1981,7 +1972,7 @@ }, { "name": "syn", - "version": "1.0.51", + "version": "1.0.53", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/syn", "license": "MIT OR Apache-2.0", @@ -2296,7 +2287,7 @@ }, { "name": "unicode-segmentation", - "version": "1.7.0", + "version": "1.7.1", "authors": "kwantam |Manish Goregaokar ", "repository": "https://github.com/unicode-rs/unicode-segmentation", "license": "Apache-2.0/MIT", @@ -2395,7 +2386,7 @@ }, { "name": "wasm-bindgen", - "version": "0.2.68", + "version": "0.2.69", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen", "license": "Apache-2.0/MIT", @@ -2404,7 +2395,7 @@ }, { "name": "wasm-bindgen-backend", - "version": "0.2.68", + "version": "0.2.69", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", "license": "Apache-2.0/MIT", @@ -2413,7 +2404,7 @@ }, { "name": "wasm-bindgen-futures", - "version": "0.4.18", + "version": "0.4.19", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", "license": "Apache-2.0/MIT", @@ -2422,7 +2413,7 @@ }, { "name": "wasm-bindgen-macro", - "version": "0.2.68", + "version": "0.2.69", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", "license": "Apache-2.0/MIT", @@ -2431,7 +2422,7 @@ }, { "name": "wasm-bindgen-macro-support", - "version": "0.2.68", + "version": "0.2.69", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", "license": "Apache-2.0/MIT", @@ -2440,7 +2431,7 @@ }, { "name": "wasm-bindgen-shared", - "version": "0.2.68", + "version": "0.2.69", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", "license": "Apache-2.0/MIT", @@ -2449,7 +2440,7 @@ }, { "name": "web-sys", - "version": "0.3.45", + "version": "0.3.46", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", "license": "Apache-2.0/MIT", diff --git a/cargo/remote/BUILD.askama_derive-0.10.5.bazel b/cargo/remote/BUILD.askama_derive-0.10.5.bazel index 8024154a6..cbb7470b6 100644 --- a/cargo/remote/BUILD.askama_derive-0.10.5.bazel +++ b/cargo/remote/BUILD.askama_derive-0.10.5.bazel @@ -50,6 +50,6 @@ rust_library( deps = [ "@raze__askama_shared__0_11_1//:askama_shared", "@raze__proc_macro2__1_0_24//:proc_macro2", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.askama_shared-0.11.1.bazel b/cargo/remote/BUILD.askama_shared-0.11.1.bazel index bbc3b84ca..683ff875c 100644 --- a/cargo/remote/BUILD.askama_shared-0.11.1.bazel +++ b/cargo/remote/BUILD.askama_shared-0.11.1.bazel @@ -56,13 +56,13 @@ rust_library( deps = [ "@raze__askama_escape__0_10_1//:askama_escape", "@raze__humansize__1_1_0//:humansize", - "@raze__nom__6_0_0//:nom", + "@raze__nom__6_0_1//: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__quote__1_0_7//:quote", "@raze__serde__1_0_117//:serde", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", "@raze__toml__0_5_7//:toml", ], ) diff --git a/cargo/remote/BUILD.coarsetime-0.1.16.bazel b/cargo/remote/BUILD.coarsetime-0.1.18.bazel similarity index 95% rename from cargo/remote/BUILD.coarsetime-0.1.16.bazel rename to cargo/remote/BUILD.coarsetime-0.1.18.bazel index ecc6b3617..16506bddb 100644 --- a/cargo/remote/BUILD.coarsetime-0.1.16.bazel +++ b/cargo/remote/BUILD.coarsetime-0.1.18.bazel @@ -47,10 +47,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.16", + version = "0.1.18", # buildifier: leave-alone deps = [ - "@raze__lazy_static__1_4_0//:lazy_static", + "@raze__once_cell__1_5_2//:once_cell", ] + selects.with_or({ # cfg(not(target_os = "wasi")) ( diff --git a/cargo/remote/BUILD.crossbeam-utils-0.8.1.bazel b/cargo/remote/BUILD.crossbeam-utils-0.8.1.bazel new file mode 100644 index 000000000..9f8123959 --- /dev/null +++ b/cargo/remote/BUILD.crossbeam-utils-0.8.1.bazel @@ -0,0 +1,104 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load( + "@io_bazel_rules_rust//rust:rust.bzl", + "rust_binary", + "rust_library", + "rust_test", +) + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +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 +# buildifier: disable=load-on-top +load( + "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "crossbeam_utils_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "lazy_static", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.8.1", + visibility = ["//visibility:private"], + deps = [ + "@raze__autocfg__1_0_1//:autocfg", + ], +) + +# Unsupported target "atomic_cell" with type "bench" omitted + +rust_library( + name = "crossbeam_utils", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "lazy_static", + "std", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.8.1", + # buildifier: leave-alone + deps = [ + ":crossbeam_utils_build_script", + "@raze__cfg_if__1_0_0//:cfg_if", + "@raze__lazy_static__1_4_0//:lazy_static", + ], +) + +# Unsupported target "atomic_cell" with type "test" omitted + +# Unsupported target "cache_padded" with type "test" omitted + +# Unsupported target "parker" with type "test" omitted + +# Unsupported target "sharded_lock" with type "test" omitted + +# Unsupported target "thread" with type "test" omitted + +# Unsupported target "wait_group" with type "test" omitted diff --git a/cargo/remote/BUILD.ctor-0.1.16.bazel b/cargo/remote/BUILD.ctor-0.1.16.bazel index 21db7c2de..e633efed6 100644 --- a/cargo/remote/BUILD.ctor-0.1.16.bazel +++ b/cargo/remote/BUILD.ctor-0.1.16.bazel @@ -51,6 +51,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.derivative-2.1.1.bazel b/cargo/remote/BUILD.derivative-2.1.1.bazel index a379f3868..81265e6e7 100644 --- a/cargo/remote/BUILD.derivative-2.1.1.bazel +++ b/cargo/remote/BUILD.derivative-2.1.1.bazel @@ -51,7 +51,7 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.failure_derive-0.1.8.bazel b/cargo/remote/BUILD.failure_derive-0.1.8.bazel index 02b0ba929..a5ce95555 100644 --- a/cargo/remote/BUILD.failure_derive-0.1.8.bazel +++ b/cargo/remote/BUILD.failure_derive-0.1.8.bazel @@ -79,7 +79,7 @@ rust_library( ":failure_derive_build_script", "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", "@raze__synstructure__0_12_4//:synstructure", ], ) diff --git a/cargo/remote/BUILD.futures-macro-0.3.8.bazel b/cargo/remote/BUILD.futures-macro-0.3.8.bazel index 05e8b79d6..7a980d218 100644 --- a/cargo/remote/BUILD.futures-macro-0.3.8.bazel +++ b/cargo/remote/BUILD.futures-macro-0.3.8.bazel @@ -53,6 +53,6 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.ghost-0.1.2.bazel b/cargo/remote/BUILD.ghost-0.1.2.bazel index f4a15f514..c32ece0af 100644 --- a/cargo/remote/BUILD.ghost-0.1.2.bazel +++ b/cargo/remote/BUILD.ghost-0.1.2.bazel @@ -50,6 +50,6 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.heck-0.3.1.bazel b/cargo/remote/BUILD.heck-0.3.1.bazel index 4025f692b..216518080 100644 --- a/cargo/remote/BUILD.heck-0.3.1.bazel +++ b/cargo/remote/BUILD.heck-0.3.1.bazel @@ -48,6 +48,6 @@ rust_library( version = "0.3.1", # buildifier: leave-alone deps = [ - "@raze__unicode_segmentation__1_7_0//:unicode_segmentation", + "@raze__unicode_segmentation__1_7_1//:unicode_segmentation", ], ) diff --git a/cargo/remote/BUILD.indoc-0.3.6.bazel b/cargo/remote/BUILD.indoc-1.0.3.bazel similarity index 74% rename from cargo/remote/BUILD.indoc-0.3.6.bazel rename to cargo/remote/BUILD.indoc-1.0.3.bazel index 1068d3dc2..c41bdff62 100644 --- a/cargo/remote/BUILD.indoc-0.3.6.bazel +++ b/cargo/remote/BUILD.indoc-1.0.3.bazel @@ -36,12 +36,8 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", + crate_type = "proc-macro", edition = "2018", - proc_macro_deps = [ - "@raze__indoc_impl__0_3_6//:indoc_impl", - "@raze__proc_macro_hack__0_5_19//:proc_macro_hack", - ], rustc_flags = [ "--cap-lints=allow", ], @@ -49,12 +45,19 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.6", + version = "1.0.3", # buildifier: leave-alone deps = [ + "@raze__unindent__0_1_7//:unindent", ], ) # Unsupported target "compiletest" with type "test" omitted -# Unsupported target "run-pass" with type "test" omitted +# Unsupported target "test_formatdoc" with type "test" omitted + +# Unsupported target "test_indoc" with type "test" omitted + +# Unsupported target "test_unindent" with type "test" omitted + +# Unsupported target "test_writedoc" with type "test" omitted diff --git a/cargo/remote/BUILD.indoc-impl-0.3.6.bazel b/cargo/remote/BUILD.indoc-impl-0.3.6.bazel deleted file mode 100644 index 3ef931f39..000000000 --- a/cargo/remote/BUILD.indoc-impl-0.3.6.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( - "@io_bazel_rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -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 = "indoc_impl", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "proc-macro", - edition = "2018", - proc_macro_deps = [ - "@raze__proc_macro_hack__0_5_19//:proc_macro_hack", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.6", - # buildifier: leave-alone - deps = [ - "@raze__proc_macro2__1_0_24//:proc_macro2", - "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", - "@raze__unindent__0_1_7//:unindent", - ], -) diff --git a/cargo/remote/BUILD.inventory-impl-0.1.9.bazel b/cargo/remote/BUILD.inventory-impl-0.1.9.bazel index 3ecaafd2f..f6c0c72af 100644 --- a/cargo/remote/BUILD.inventory-impl-0.1.9.bazel +++ b/cargo/remote/BUILD.inventory-impl-0.1.9.bazel @@ -50,6 +50,6 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.js-sys-0.3.45.bazel b/cargo/remote/BUILD.js-sys-0.3.46.bazel similarity index 93% rename from cargo/remote/BUILD.js-sys-0.3.45.bazel rename to cargo/remote/BUILD.js-sys-0.3.46.bazel index bf47eedb9..8a39dc29e 100644 --- a/cargo/remote/BUILD.js-sys-0.3.45.bazel +++ b/cargo/remote/BUILD.js-sys-0.3.46.bazel @@ -45,10 +45,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.45", + version = "0.3.46", # buildifier: leave-alone deps = [ - "@raze__wasm_bindgen__0_2_68//:wasm_bindgen", + "@raze__wasm_bindgen__0_2_69//:wasm_bindgen", ], ) diff --git a/cargo/remote/BUILD.mio-0.6.22.bazel b/cargo/remote/BUILD.mio-0.6.22.bazel index fdb58b77f..1a2acc728 100644 --- a/cargo/remote/BUILD.mio-0.6.22.bazel +++ b/cargo/remote/BUILD.mio-0.6.22.bazel @@ -55,7 +55,7 @@ rust_library( "@raze__cfg_if__0_1_10//:cfg_if", "@raze__iovec__0_1_4//:iovec", "@raze__log__0_4_11//:log", - "@raze__net2__0_2_35//:net2", + "@raze__net2__0_2_36//:net2", "@raze__slab__0_4_2//:slab", ] + selects.with_or({ # cfg(unix) @@ -77,7 +77,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ "@raze__kernel32_sys__0_2_2//:kernel32_sys", - "@raze__miow__0_2_1//:miow", + "@raze__miow__0_2_2//:miow", "@raze__winapi__0_2_8//:winapi", ], "//conditions:default": [], diff --git a/cargo/remote/BUILD.miow-0.2.1.bazel b/cargo/remote/BUILD.miow-0.2.2.bazel similarity index 94% rename from cargo/remote/BUILD.miow-0.2.1.bazel rename to cargo/remote/BUILD.miow-0.2.2.bazel index 15ca26e00..7ba72ee1d 100644 --- a/cargo/remote/BUILD.miow-0.2.1.bazel +++ b/cargo/remote/BUILD.miow-0.2.2.bazel @@ -45,11 +45,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.1", + version = "0.2.2", # buildifier: leave-alone deps = [ "@raze__kernel32_sys__0_2_2//:kernel32_sys", - "@raze__net2__0_2_35//:net2", + "@raze__net2__0_2_36//:net2", "@raze__winapi__0_2_8//:winapi", "@raze__ws2_32_sys__0_2_1//:ws2_32_sys", ], diff --git a/cargo/remote/BUILD.net2-0.2.35.bazel b/cargo/remote/BUILD.net2-0.2.36.bazel similarity index 98% rename from cargo/remote/BUILD.net2-0.2.35.bazel rename to cargo/remote/BUILD.net2-0.2.36.bazel index 1ae03cefc..836977683 100644 --- a/cargo/remote/BUILD.net2-0.2.35.bazel +++ b/cargo/remote/BUILD.net2-0.2.36.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.35", + version = "0.2.36", # buildifier: leave-alone deps = [ "@raze__cfg_if__0_1_10//:cfg_if", diff --git a/cargo/remote/BUILD.nom-6.0.0.bazel b/cargo/remote/BUILD.nom-6.0.1.bazel similarity index 98% rename from cargo/remote/BUILD.nom-6.0.0.bazel rename to cargo/remote/BUILD.nom-6.0.1.bazel index feae1eaae..eed189ad7 100644 --- a/cargo/remote/BUILD.nom-6.0.0.bazel +++ b/cargo/remote/BUILD.nom-6.0.1.bazel @@ -58,7 +58,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "6.0.0", + version = "6.0.1", visibility = ["//visibility:private"], deps = [ "@raze__version_check__0_9_2//:version_check", @@ -106,7 +106,7 @@ rust_library( "cargo-raze", "manual", ], - version = "6.0.0", + version = "6.0.1", # buildifier: leave-alone deps = [ ":nom_build_script", 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 cbce854fd..1ab960579 100644 --- a/cargo/remote/BUILD.num_enum_derive-0.5.1.bazel +++ b/cargo/remote/BUILD.num_enum_derive-0.5.1.bazel @@ -53,6 +53,6 @@ rust_library( "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__proc_macro_crate__0_1_5//:proc_macro_crate", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.paste-0.1.18.bazel b/cargo/remote/BUILD.paste-1.0.3.bazel similarity index 78% rename from cargo/remote/BUILD.paste-0.1.18.bazel rename to cargo/remote/BUILD.paste-1.0.3.bazel index 0b5ae5afc..69a34ee97 100644 --- a/cargo/remote/BUILD.paste-0.1.18.bazel +++ b/cargo/remote/BUILD.paste-1.0.3.bazel @@ -36,12 +36,8 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", + crate_type = "proc-macro", edition = "2018", - proc_macro_deps = [ - "@raze__paste_impl__0_1_18//:paste_impl", - "@raze__proc_macro_hack__0_5_19//:proc_macro_hack", - ], rustc_flags = [ "--cap-lints=allow", ], @@ -49,7 +45,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.18", + version = "1.0.3", # buildifier: leave-alone deps = [ ], @@ -57,4 +53,10 @@ rust_library( # Unsupported target "compiletest" with type "test" omitted -# Unsupported target "test" with type "test" omitted +# Unsupported target "test_attr" with type "test" omitted + +# Unsupported target "test_doc" with type "test" omitted + +# Unsupported target "test_expr" with type "test" omitted + +# Unsupported target "test_item" with type "test" omitted diff --git a/cargo/remote/BUILD.paste-impl-0.1.18.bazel b/cargo/remote/BUILD.paste-impl-0.1.18.bazel deleted file mode 100644 index 2ff671fb5..000000000 --- a/cargo/remote/BUILD.paste-impl-0.1.18.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( - "@io_bazel_rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -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 = "paste_impl", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - crate_type = "proc-macro", - edition = "2018", - proc_macro_deps = [ - "@raze__proc_macro_hack__0_5_19//:proc_macro_hack", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.1.18", - # buildifier: leave-alone - deps = [ - ], -) diff --git a/cargo/remote/BUILD.pin-project-internal-0.4.27.bazel b/cargo/remote/BUILD.pin-project-internal-0.4.27.bazel index 7484a6874..613a9eeaf 100644 --- a/cargo/remote/BUILD.pin-project-internal-0.4.27.bazel +++ b/cargo/remote/BUILD.pin-project-internal-0.4.27.bazel @@ -79,6 +79,6 @@ rust_library( ":pin_project_internal_build_script", "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.pin-project-internal-1.0.2.bazel b/cargo/remote/BUILD.pin-project-internal-1.0.2.bazel index d700cec68..8549cdd85 100644 --- a/cargo/remote/BUILD.pin-project-internal-1.0.2.bazel +++ b/cargo/remote/BUILD.pin-project-internal-1.0.2.bazel @@ -50,6 +50,6 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.prost-derive-0.6.1.bazel b/cargo/remote/BUILD.prost-derive-0.6.1.bazel index 7dcf50703..40e532273 100644 --- a/cargo/remote/BUILD.prost-derive-0.6.1.bazel +++ b/cargo/remote/BUILD.prost-derive-0.6.1.bazel @@ -52,6 +52,6 @@ rust_library( "@raze__itertools__0_9_0//:itertools", "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.pyo3-0.12.3.bazel b/cargo/remote/BUILD.pyo3-0.12.4.bazel similarity index 94% rename from cargo/remote/BUILD.pyo3-0.12.3.bazel rename to cargo/remote/BUILD.pyo3-0.12.4.bazel index a5ba4269b..b2bf98463 100644 --- a/cargo/remote/BUILD.pyo3-0.12.3.bazel +++ b/cargo/remote/BUILD.pyo3-0.12.4.bazel @@ -62,12 +62,14 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.12.3", + version = "0.12.4", visibility = ["//visibility:private"], deps = [ ], ) +# Unsupported target "bench_call" with type "bench" omitted + # Unsupported target "bench_dict" with type "bench" omitted # Unsupported target "bench_list" with type "bench" omitted @@ -99,7 +101,9 @@ rust_library( edition = "2018", proc_macro_deps = [ "@raze__ctor__0_1_16//:ctor", - "@raze__pyo3cls__0_12_3//:pyo3cls", + "@raze__indoc__1_0_3//:indoc", + "@raze__paste__1_0_3//:paste", + "@raze__pyo3cls__0_12_4//:pyo3cls", ], rustc_flags = [ "--cap-lints=allow", @@ -108,15 +112,14 @@ rust_library( "cargo-raze", "manual", ], - version = "0.12.3", + version = "0.12.4", # buildifier: leave-alone deps = [ ":pyo3_build_script", - "@raze__indoc__0_3_6//:indoc", + "@raze__cfg_if__1_0_0//:cfg_if", "@raze__inventory__0_1_9//:inventory", "@raze__libc__0_2_80//: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-derive-backend-0.12.3.bazel b/cargo/remote/BUILD.pyo3-derive-backend-0.12.4.bazel similarity index 94% rename from cargo/remote/BUILD.pyo3-derive-backend-0.12.3.bazel rename to cargo/remote/BUILD.pyo3-derive-backend-0.12.4.bazel index 0bf586c82..efbca8b87 100644 --- a/cargo/remote/BUILD.pyo3-derive-backend-0.12.3.bazel +++ b/cargo/remote/BUILD.pyo3-derive-backend-0.12.4.bazel @@ -45,11 +45,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.12.3", + version = "0.12.4", # buildifier: leave-alone deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.pyo3cls-0.12.3.bazel b/cargo/remote/BUILD.pyo3cls-0.12.4.bazel similarity index 89% rename from cargo/remote/BUILD.pyo3cls-0.12.3.bazel rename to cargo/remote/BUILD.pyo3cls-0.12.4.bazel index 1a9b09b39..7fcd15df5 100644 --- a/cargo/remote/BUILD.pyo3cls-0.12.3.bazel +++ b/cargo/remote/BUILD.pyo3cls-0.12.4.bazel @@ -45,11 +45,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.12.3", + version = "0.12.4", # buildifier: leave-alone deps = [ - "@raze__pyo3_derive_backend__0_12_3//:pyo3_derive_backend", + "@raze__pyo3_derive_backend__0_12_4//:pyo3_derive_backend", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.redox_users-0.3.5.bazel b/cargo/remote/BUILD.redox_users-0.3.5.bazel index 3f17e5353..ff07eb17b 100644 --- a/cargo/remote/BUILD.redox_users-0.3.5.bazel +++ b/cargo/remote/BUILD.redox_users-0.3.5.bazel @@ -53,6 +53,6 @@ rust_library( deps = [ "@raze__getrandom__0_1_15//:getrandom", "@raze__redox_syscall__0_1_57//:redox_syscall", - "@raze__rust_argon2__0_8_2//:rust_argon2", + "@raze__rust_argon2__0_8_3//:rust_argon2", ], ) diff --git a/cargo/remote/BUILD.rental-impl-0.5.5.bazel b/cargo/remote/BUILD.rental-impl-0.5.5.bazel index 9676f2d26..320f67710 100644 --- a/cargo/remote/BUILD.rental-impl-0.5.5.bazel +++ b/cargo/remote/BUILD.rental-impl-0.5.5.bazel @@ -50,6 +50,6 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.ring-0.16.17.bazel b/cargo/remote/BUILD.ring-0.16.18.bazel similarity index 88% rename from cargo/remote/BUILD.ring-0.16.17.bazel rename to cargo/remote/BUILD.ring-0.16.18.bazel index 4ab63c9c1..0f02c54bc 100644 --- a/cargo/remote/BUILD.ring-0.16.17.bazel +++ b/cargo/remote/BUILD.ring-0.16.18.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.16.17", + version = "0.16.18", visibility = ["//visibility:private"], deps = [ "@raze__cc__1_0_65//:cc", @@ -73,14 +73,6 @@ cargo_build_script( ): [ ], "//conditions:default": [], - }) + selects.with_or({ - # cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris", target_os = "illumos")) - ( - "@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu", - "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", - ): [ - ], - "//conditions:default": [], }) + selects.with_or({ # cfg(any(target_os = "android", target_os = "linux")) ( @@ -136,7 +128,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.16.17", + version = "0.16.18", # buildifier: leave-alone deps = [ ":ring_build_script", @@ -155,15 +147,6 @@ rust_library( "@raze__spin__0_5_2//:spin", ], "//conditions:default": [], - }) + selects.with_or({ - # cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris", target_os = "illumos")) - ( - "@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu", - "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", - ): [ - "@raze__once_cell__1_5_2//:once_cell", - ], - "//conditions:default": [], }) + selects.with_or({ # cfg(any(target_os = "android", target_os = "linux")) ( @@ -171,6 +154,7 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ "@raze__libc__0_2_80//:libc", + "@raze__once_cell__1_5_2//:once_cell", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.rust-argon2-0.8.2.bazel b/cargo/remote/BUILD.rust-argon2-0.8.3.bazel similarity index 91% rename from cargo/remote/BUILD.rust-argon2-0.8.2.bazel rename to cargo/remote/BUILD.rust-argon2-0.8.3.bazel index 9789f9058..cd9b5bcc0 100644 --- a/cargo/remote/BUILD.rust-argon2-0.8.2.bazel +++ b/cargo/remote/BUILD.rust-argon2-0.8.3.bazel @@ -56,13 +56,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.8.2", + version = "0.8.3", # buildifier: leave-alone deps = [ - "@raze__base64__0_12_3//:base64", + "@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_7_2//:crossbeam_utils", + "@raze__crossbeam_utils__0_8_1//:crossbeam_utils", ], ) diff --git a/cargo/remote/BUILD.rustls-0.18.1.bazel b/cargo/remote/BUILD.rustls-0.18.1.bazel index a868f9adc..60fa73ce7 100644 --- a/cargo/remote/BUILD.rustls-0.18.1.bazel +++ b/cargo/remote/BUILD.rustls-0.18.1.bazel @@ -68,7 +68,7 @@ rust_library( deps = [ "@raze__base64__0_12_3//:base64", "@raze__log__0_4_11//:log", - "@raze__ring__0_16_17//:ring", + "@raze__ring__0_16_18//:ring", "@raze__sct__0_6_0//:sct", "@raze__webpki__0_21_3//:webpki", ], diff --git a/cargo/remote/BUILD.sct-0.6.0.bazel b/cargo/remote/BUILD.sct-0.6.0.bazel index 2ddab887b..1b6311904 100644 --- a/cargo/remote/BUILD.sct-0.6.0.bazel +++ b/cargo/remote/BUILD.sct-0.6.0.bazel @@ -48,7 +48,7 @@ rust_library( version = "0.6.0", # buildifier: leave-alone deps = [ - "@raze__ring__0_16_17//:ring", + "@raze__ring__0_16_18//:ring", "@raze__untrusted__0_7_1//:untrusted", ], ) diff --git a/cargo/remote/BUILD.serde_derive-1.0.117.bazel b/cargo/remote/BUILD.serde_derive-1.0.117.bazel index 4b26135e6..b7fda0c39 100644 --- a/cargo/remote/BUILD.serde_derive-1.0.117.bazel +++ b/cargo/remote/BUILD.serde_derive-1.0.117.bazel @@ -81,6 +81,6 @@ rust_library( ":serde_derive_build_script", "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.serde_repr-0.1.6.bazel b/cargo/remote/BUILD.serde_repr-0.1.6.bazel index 020525c43..50003e1bb 100644 --- a/cargo/remote/BUILD.serde_repr-0.1.6.bazel +++ b/cargo/remote/BUILD.serde_repr-0.1.6.bazel @@ -50,7 +50,7 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//: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 ce18bc3d8..4ea90cde1 100644 --- a/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel +++ b/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel @@ -50,6 +50,6 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) diff --git a/cargo/remote/BUILD.slog-2.5.2.bazel b/cargo/remote/BUILD.slog-2.7.0.bazel similarity index 97% rename from cargo/remote/BUILD.slog-2.5.2.bazel rename to cargo/remote/BUILD.slog-2.7.0.bazel index 4e6a303af..a465e263d 100644 --- a/cargo/remote/BUILD.slog-2.5.2.bazel +++ b/cargo/remote/BUILD.slog-2.7.0.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "2.5.2", + version = "2.7.0", visibility = ["//visibility:private"], deps = [ ], @@ -87,7 +87,7 @@ rust_library( "cargo-raze", "manual", ], - version = "2.5.2", + version = "2.7.0", # buildifier: leave-alone deps = [ ":slog_build_script", diff --git a/cargo/remote/BUILD.slog-async-2.5.0.bazel b/cargo/remote/BUILD.slog-async-2.5.0.bazel index 1f86a7340..e405a71c2 100644 --- a/cargo/remote/BUILD.slog-async-2.5.0.bazel +++ b/cargo/remote/BUILD.slog-async-2.5.0.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__crossbeam_channel__0_4_4//:crossbeam_channel", - "@raze__slog__2_5_2//:slog", + "@raze__slog__2_7_0//:slog", "@raze__take_mut__0_2_2//:take_mut", "@raze__thread_local__1_0_1//: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 94edc044b..ebdc49437 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( deps = [ "@raze__log__0_4_11//:log", "@raze__regex__1_4_2//:regex", - "@raze__slog__2_5_2//:slog", + "@raze__slog__2_7_0//:slog", "@raze__slog_async__2_5_0//:slog_async", "@raze__slog_scope__4_3_0//:slog_scope", "@raze__slog_stdlog__4_1_0//:slog_stdlog", diff --git a/cargo/remote/BUILD.slog-scope-4.3.0.bazel b/cargo/remote/BUILD.slog-scope-4.3.0.bazel index 8dd07a14f..b17637029 100644 --- a/cargo/remote/BUILD.slog-scope-4.3.0.bazel +++ b/cargo/remote/BUILD.slog-scope-4.3.0.bazel @@ -52,6 +52,6 @@ rust_library( deps = [ "@raze__arc_swap__0_4_7//:arc_swap", "@raze__lazy_static__1_4_0//:lazy_static", - "@raze__slog__2_5_2//:slog", + "@raze__slog__2_7_0//:slog", ], ) diff --git a/cargo/remote/BUILD.slog-stdlog-4.1.0.bazel b/cargo/remote/BUILD.slog-stdlog-4.1.0.bazel index 4f7806b25..f34ad0716 100644 --- a/cargo/remote/BUILD.slog-stdlog-4.1.0.bazel +++ b/cargo/remote/BUILD.slog-stdlog-4.1.0.bazel @@ -49,7 +49,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__log__0_4_11//:log", - "@raze__slog__2_5_2//:slog", + "@raze__slog__2_7_0//:slog", "@raze__slog_scope__4_3_0//:slog_scope", ], ) diff --git a/cargo/remote/BUILD.slog-term-2.6.0.bazel b/cargo/remote/BUILD.slog-term-2.6.0.bazel index d0cf55e1a..ff31b203e 100644 --- a/cargo/remote/BUILD.slog-term-2.6.0.bazel +++ b/cargo/remote/BUILD.slog-term-2.6.0.bazel @@ -62,7 +62,7 @@ rust_library( deps = [ "@raze__atty__0_2_14//:atty", "@raze__chrono__0_4_19//:chrono", - "@raze__slog__2_5_2//:slog", + "@raze__slog__2_7_0//:slog", "@raze__term__0_6_1//:term", "@raze__thread_local__1_0_1//:thread_local", ], diff --git a/cargo/remote/BUILD.syn-1.0.51.bazel b/cargo/remote/BUILD.syn-1.0.53.bazel similarity index 98% rename from cargo/remote/BUILD.syn-1.0.51.bazel rename to cargo/remote/BUILD.syn-1.0.53.bazel index 746969d58..eb12ee5e4 100644 --- a/cargo/remote/BUILD.syn-1.0.51.bazel +++ b/cargo/remote/BUILD.syn-1.0.53.bazel @@ -64,7 +64,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.51", + version = "1.0.53", visibility = ["//visibility:private"], deps = [ ], @@ -101,7 +101,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.51", + version = "1.0.53", # buildifier: leave-alone deps = [ ":syn_build_script", diff --git a/cargo/remote/BUILD.synstructure-0.12.4.bazel b/cargo/remote/BUILD.synstructure-0.12.4.bazel index 0628337f6..56a52dd99 100644 --- a/cargo/remote/BUILD.synstructure-0.12.4.bazel +++ b/cargo/remote/BUILD.synstructure-0.12.4.bazel @@ -52,7 +52,7 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", "@raze__unicode_xid__0_2_1//:unicode_xid", ], ) diff --git a/cargo/remote/BUILD.thiserror-impl-1.0.22.bazel b/cargo/remote/BUILD.thiserror-impl-1.0.22.bazel index d02a9364c..e77eaa3b7 100644 --- a/cargo/remote/BUILD.thiserror-impl-1.0.22.bazel +++ b/cargo/remote/BUILD.thiserror-impl-1.0.22.bazel @@ -50,6 +50,6 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", ], ) 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 338aef686..897a1bd21 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 @@ -52,7 +52,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", + "@raze__syn__1_0_53//:syn", "@raze__unic_langid_impl__0_9_0//:unic_langid_impl", ], ) diff --git a/cargo/remote/BUILD.unicode-segmentation-1.7.0.bazel b/cargo/remote/BUILD.unicode-segmentation-1.7.1.bazel similarity index 97% rename from cargo/remote/BUILD.unicode-segmentation-1.7.0.bazel rename to cargo/remote/BUILD.unicode-segmentation-1.7.1.bazel index 04d8b6eff..241fe55d2 100644 --- a/cargo/remote/BUILD.unicode-segmentation-1.7.0.bazel +++ b/cargo/remote/BUILD.unicode-segmentation-1.7.1.bazel @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.7.0", + version = "1.7.1", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.wasm-bindgen-0.2.68.bazel b/cargo/remote/BUILD.wasm-bindgen-0.2.69.bazel similarity index 93% rename from cargo/remote/BUILD.wasm-bindgen-0.2.68.bazel rename to cargo/remote/BUILD.wasm-bindgen-0.2.69.bazel index 30c745702..9ca11cb1b 100644 --- a/cargo/remote/BUILD.wasm-bindgen-0.2.68.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-0.2.69.bazel @@ -58,7 +58,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.68", + version = "0.2.69", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( crate_type = "lib", edition = "2018", proc_macro_deps = [ - "@raze__wasm_bindgen_macro__0_2_68//:wasm_bindgen_macro", + "@raze__wasm_bindgen_macro__0_2_69//:wasm_bindgen_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -88,11 +88,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.68", + version = "0.2.69", # buildifier: leave-alone deps = [ ":wasm_bindgen_build_script", - "@raze__cfg_if__0_1_10//:cfg_if", + "@raze__cfg_if__1_0_0//:cfg_if", "@raze__serde__1_0_117//:serde", "@raze__serde_json__1_0_59//:serde_json", ], diff --git a/cargo/remote/BUILD.wasm-bindgen-backend-0.2.68.bazel b/cargo/remote/BUILD.wasm-bindgen-backend-0.2.69.bazel similarity index 90% rename from cargo/remote/BUILD.wasm-bindgen-backend-0.2.68.bazel rename to cargo/remote/BUILD.wasm-bindgen-backend-0.2.69.bazel index 9ac28a6bb..a1e62073f 100644 --- a/cargo/remote/BUILD.wasm-bindgen-backend-0.2.68.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-backend-0.2.69.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.68", + version = "0.2.69", # buildifier: leave-alone deps = [ "@raze__bumpalo__3_4_0//:bumpalo", @@ -54,7 +54,7 @@ rust_library( "@raze__log__0_4_11//:log", "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", - "@raze__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", + "@raze__syn__1_0_53//:syn", + "@raze__wasm_bindgen_shared__0_2_69//:wasm_bindgen_shared", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-futures-0.4.18.bazel b/cargo/remote/BUILD.wasm-bindgen-futures-0.4.19.bazel similarity index 86% rename from cargo/remote/BUILD.wasm-bindgen-futures-0.4.18.bazel rename to cargo/remote/BUILD.wasm-bindgen-futures-0.4.19.bazel index 98a757ab9..3240e6c42 100644 --- a/cargo/remote/BUILD.wasm-bindgen-futures-0.4.18.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-futures-0.4.19.bazel @@ -45,12 +45,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.4.18", + version = "0.4.19", # buildifier: leave-alone deps = [ - "@raze__cfg_if__0_1_10//:cfg_if", - "@raze__js_sys__0_3_45//:js_sys", - "@raze__wasm_bindgen__0_2_68//:wasm_bindgen", + "@raze__cfg_if__1_0_0//:cfg_if", + "@raze__js_sys__0_3_46//:js_sys", + "@raze__wasm_bindgen__0_2_69//:wasm_bindgen", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-macro-0.2.68.bazel b/cargo/remote/BUILD.wasm-bindgen-macro-0.2.69.bazel similarity index 92% rename from cargo/remote/BUILD.wasm-bindgen-macro-0.2.68.bazel rename to cargo/remote/BUILD.wasm-bindgen-macro-0.2.69.bazel index b801a81c9..3e0e5fcfa 100644 --- a/cargo/remote/BUILD.wasm-bindgen-macro-0.2.68.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-macro-0.2.69.bazel @@ -46,11 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.68", + version = "0.2.69", # buildifier: leave-alone deps = [ "@raze__quote__1_0_7//:quote", - "@raze__wasm_bindgen_macro_support__0_2_68//:wasm_bindgen_macro_support", + "@raze__wasm_bindgen_macro_support__0_2_69//:wasm_bindgen_macro_support", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.68.bazel b/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.69.bazel similarity index 85% rename from cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.68.bazel rename to cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.69.bazel index a40ab77fb..6c1964099 100644 --- a/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.68.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.69.bazel @@ -46,13 +46,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.68", + version = "0.2.69", # buildifier: leave-alone deps = [ "@raze__proc_macro2__1_0_24//:proc_macro2", "@raze__quote__1_0_7//:quote", - "@raze__syn__1_0_51//:syn", - "@raze__wasm_bindgen_backend__0_2_68//:wasm_bindgen_backend", - "@raze__wasm_bindgen_shared__0_2_68//:wasm_bindgen_shared", + "@raze__syn__1_0_53//:syn", + "@raze__wasm_bindgen_backend__0_2_69//:wasm_bindgen_backend", + "@raze__wasm_bindgen_shared__0_2_69//:wasm_bindgen_shared", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-shared-0.2.68.bazel b/cargo/remote/BUILD.wasm-bindgen-shared-0.2.69.bazel similarity index 97% rename from cargo/remote/BUILD.wasm-bindgen-shared-0.2.68.bazel rename to cargo/remote/BUILD.wasm-bindgen-shared-0.2.69.bazel index b06cfcff7..d1cec2d24 100644 --- a/cargo/remote/BUILD.wasm-bindgen-shared-0.2.68.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-shared-0.2.69.bazel @@ -52,7 +52,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.68", + version = "0.2.69", visibility = ["//visibility:private"], deps = [ ], @@ -73,7 +73,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.68", + version = "0.2.69", # buildifier: leave-alone deps = [ ":wasm_bindgen_shared_build_script", diff --git a/cargo/remote/BUILD.web-sys-0.3.45.bazel b/cargo/remote/BUILD.web-sys-0.3.46.bazel similarity index 91% rename from cargo/remote/BUILD.web-sys-0.3.45.bazel rename to cargo/remote/BUILD.web-sys-0.3.46.bazel index 332e877fb..4459bc483 100644 --- a/cargo/remote/BUILD.web-sys-0.3.45.bazel +++ b/cargo/remote/BUILD.web-sys-0.3.46.bazel @@ -59,11 +59,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.45", + version = "0.3.46", # buildifier: leave-alone deps = [ - "@raze__js_sys__0_3_45//:js_sys", - "@raze__wasm_bindgen__0_2_68//:wasm_bindgen", + "@raze__js_sys__0_3_46//:js_sys", + "@raze__wasm_bindgen__0_2_69//:wasm_bindgen", ], ) diff --git a/cargo/remote/BUILD.webpki-0.21.3.bazel b/cargo/remote/BUILD.webpki-0.21.3.bazel index 3f213711d..ba051819c 100644 --- a/cargo/remote/BUILD.webpki-0.21.3.bazel +++ b/cargo/remote/BUILD.webpki-0.21.3.bazel @@ -52,7 +52,7 @@ rust_library( version = "0.21.3", # buildifier: leave-alone deps = [ - "@raze__ring__0_16_17//:ring", + "@raze__ring__0_16_18//:ring", "@raze__untrusted__0_7_1//:untrusted", ], ) diff --git a/cargo/update.py b/cargo/update.py index f18eb2713..d46d051ab 100644 --- a/cargo/update.py +++ b/cargo/update.py @@ -20,7 +20,7 @@ COMMITS_SHALLOW_SINCE = { # prost "4ded4a98ef339da0b7babd4efee3fbe8adaf746b": "1598739849 -0700", # pyo3 - "3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1": "1603809036 +0900", + "92b7a9736c9585883df5ec5bc01004caa7f65106": "1606725379 +0000", } import os diff --git a/pylib/rsbridge/Cargo.toml b/pylib/rsbridge/Cargo.toml index c080b594e..cf2847d19 100644 --- a/pylib/rsbridge/Cargo.toml +++ b/pylib/rsbridge/Cargo.toml @@ -12,7 +12,7 @@ anki = { path = "../../rslib" } # /cargo/update.py needs to be run if updating the version below [dependencies.pyo3] git = "https://github.com/PyO3/pyo3.git" -rev = "3b3ba4e3abd57bc3b8f86444b3f61e6e2f4c5fc1" +rev = "92b7a9736c9585883df5ec5bc01004caa7f65106" features = ["extension-module", "abi3"] [lib] diff --git a/pylib/rsbridge/cargo/BUILD.bazel b/pylib/rsbridge/cargo/BUILD.bazel index 107b70b68..61ed03e85 100644 --- a/pylib/rsbridge/cargo/BUILD.bazel +++ b/pylib/rsbridge/cargo/BUILD.bazel @@ -14,7 +14,7 @@ licenses([ # Aliased targets alias( name = "pyo3", - actual = "@raze__pyo3__0_12_3//:pyo3", + actual = "@raze__pyo3__0_12_4//:pyo3", tags = [ "cargo-raze", "manual", diff --git a/rslib/cargo/BUILD.bazel b/rslib/cargo/BUILD.bazel index 4596b0f17..4325b641a 100644 --- a/rslib/cargo/BUILD.bazel +++ b/rslib/cargo/BUILD.bazel @@ -59,7 +59,7 @@ alias( alias( name = "coarsetime", - actual = "@raze__coarsetime__0_1_16//:coarsetime", + actual = "@raze__coarsetime__0_1_18//:coarsetime", tags = [ "cargo-raze", "manual", @@ -347,7 +347,7 @@ alias( alias( name = "slog", - actual = "@raze__slog__2_5_2//:slog", + actual = "@raze__slog__2_7_0//:slog", tags = [ "cargo-raze", "manual",