diff --git a/Cargo.lock b/Cargo.lock index bc25ed87c..fd40501ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,9 +139,9 @@ version = "0.0.0" [[package]] name = "anyhow" -version = "1.0.55" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" +checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" [[package]] name = "arc-swap" @@ -879,9 +879,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e" +checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b" dependencies = [ "bytes", "fnv", @@ -1157,9 +1157,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" +checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c" [[package]] name = "itertools" @@ -1220,9 +1220,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.119" +version = "0.2.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" +checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09" [[package]] name = "libsqlite3-sys" @@ -1390,14 +1390,15 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2" +checksum = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8" dependencies = [ "libc", "log", "miow", "ntapi", + "wasi 0.11.0+wasi-snapshot-preview1", "winapi", ] @@ -1448,13 +1449,12 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] name = "nom" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" +checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" dependencies = [ "memchr", "minimal-lexical", - "version_check", ] [[package]] @@ -1507,18 +1507,18 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad" +checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21" +checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -1528,18 +1528,18 @@ dependencies = [ [[package]] name = "num_threads" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15" +checksum = "c539a50b93a303167eded6e8dff5220cd39447409fb659f4cd24b1f72fe4f133" dependencies = [ "libc", ] [[package]] name = "once_cell" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" +checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" [[package]] name = "oorandom" @@ -2108,9 +2108,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" +checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" dependencies = [ "bitflags", ] @@ -2127,9 +2127,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr", @@ -2511,9 +2511,9 @@ dependencies = [ [[package]] name = "siphasher" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e" +checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] name = "slab" @@ -2679,9 +2679,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.86" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" +checksum = "ebd69e719f31e88618baa1eaa6ee2de5c9a1c004f1e9ecdb58e8352a13f20a01" dependencies = [ "proc-macro2", "quote", @@ -2732,9 +2732,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" +checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" dependencies = [ "winapi-util", ] @@ -2947,9 +2947,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f" +checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" dependencies = [ "cfg-if", "pin-project-lite", @@ -2958,9 +2958,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23" +checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c" dependencies = [ "lazy_static", ] diff --git a/cargo/BUILD.bazel b/cargo/BUILD.bazel index 743347b83..c665eddde 100644 --- a/cargo/BUILD.bazel +++ b/cargo/BUILD.bazel @@ -203,7 +203,7 @@ alias( alias( name = "nom", - actual = "@raze__nom__7_1_0//:nom", + actual = "@raze__nom__7_1_1//:nom", tags = [ "cargo-raze", "manual", @@ -221,7 +221,7 @@ alias( alias( name = "num_enum", - actual = "@raze__num_enum__0_5_6//:num_enum", + actual = "@raze__num_enum__0_5_7//:num_enum", tags = [ "cargo-raze", "manual", @@ -248,7 +248,7 @@ alias( alias( name = "once_cell", - actual = "@raze__once_cell__1_9_0//:once_cell", + actual = "@raze__once_cell__1_10_0//:once_cell", tags = [ "cargo-raze", "manual", @@ -338,7 +338,7 @@ alias( alias( name = "regex", - actual = "@raze__regex__1_5_4//:regex", + actual = "@raze__regex__1_5_5//:regex", tags = [ "cargo-raze", "manual", diff --git a/cargo/BUILD.reqwest.native.bazel b/cargo/BUILD.reqwest.native.bazel index 60a72643a..1e8b3567b 100644 --- a/cargo/BUILD.reqwest.native.bazel +++ b/cargo/BUILD.reqwest.native.bazel @@ -102,7 +102,7 @@ rust_library( "@raze__http_body__0_4_4//:http_body", "@raze__hyper__0_14_17//:hyper", "@raze__hyper_tls__0_5_0//:hyper_tls", - "@raze__ipnet__2_3_1//:ipnet", + "@raze__ipnet__2_4_0//:ipnet", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", "@raze__mime__0_3_16//:mime", diff --git a/cargo/BUILD.reqwest.rustls.bazel b/cargo/BUILD.reqwest.rustls.bazel index ce8760f7b..5990e5bd9 100644 --- a/cargo/BUILD.reqwest.rustls.bazel +++ b/cargo/BUILD.reqwest.rustls.bazel @@ -104,7 +104,7 @@ rust_library( "@raze__http_body__0_4_4//:http_body", "@raze__hyper__0_14_17//:hyper", "@raze__hyper_rustls__0_22_1//:hyper_rustls", - "@raze__ipnet__2_3_1//:ipnet", + "@raze__ipnet__2_4_0//:ipnet", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", "@raze__mime__0_3_16//:mime", diff --git a/cargo/crates.bzl b/cargo/crates.bzl index e0991254b..cb534e0ee 100644 --- a/cargo/crates.bzl +++ b/cargo/crates.bzl @@ -53,12 +53,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__anyhow__1_0_55", - url = "https://crates.io/api/v1/crates/anyhow/1.0.55/download", + name = "raze__anyhow__1_0_56", + url = "https://crates.io/api/v1/crates/anyhow/1.0.56/download", type = "tar.gz", - sha256 = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd", - strip_prefix = "anyhow-1.0.55", - build_file = Label("//cargo/remote:BUILD.anyhow-1.0.55.bazel"), + sha256 = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27", + strip_prefix = "anyhow-1.0.56", + build_file = Label("//cargo/remote:BUILD.anyhow-1.0.56.bazel"), ) maybe( @@ -743,12 +743,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__h2__0_3_11", - url = "https://crates.io/api/v1/crates/h2/0.3.11/download", + name = "raze__h2__0_3_12", + url = "https://crates.io/api/v1/crates/h2/0.3.12/download", type = "tar.gz", - sha256 = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e", - strip_prefix = "h2-0.3.11", - build_file = Label("//cargo/remote:BUILD.h2-0.3.11.bazel"), + sha256 = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b", + strip_prefix = "h2-0.3.12", + build_file = Label("//cargo/remote:BUILD.h2-0.3.12.bazel"), ) maybe( @@ -1003,12 +1003,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__ipnet__2_3_1", - url = "https://crates.io/api/v1/crates/ipnet/2.3.1/download", + name = "raze__ipnet__2_4_0", + url = "https://crates.io/api/v1/crates/ipnet/2.4.0/download", type = "tar.gz", - sha256 = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9", - strip_prefix = "ipnet-2.3.1", - build_file = Label("//cargo/remote:BUILD.ipnet-2.3.1.bazel"), + sha256 = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c", + strip_prefix = "ipnet-2.4.0", + build_file = Label("//cargo/remote:BUILD.ipnet-2.4.0.bazel"), ) maybe( @@ -1083,12 +1083,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__libc__0_2_119", - url = "https://crates.io/api/v1/crates/libc/0.2.119/download", + name = "raze__libc__0_2_120", + url = "https://crates.io/api/v1/crates/libc/0.2.120/download", type = "tar.gz", - sha256 = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4", - strip_prefix = "libc-0.2.119", - build_file = Label("//cargo/remote:BUILD.libc-0.2.119.bazel"), + sha256 = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09", + strip_prefix = "libc-0.2.120", + build_file = Label("//cargo/remote:BUILD.libc-0.2.120.bazel"), ) maybe( @@ -1243,12 +1243,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__mio__0_8_0", - url = "https://crates.io/api/v1/crates/mio/0.8.0/download", + name = "raze__mio__0_8_1", + url = "https://crates.io/api/v1/crates/mio/0.8.1/download", type = "tar.gz", - sha256 = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2", - strip_prefix = "mio-0.8.0", - build_file = Label("//cargo/remote:BUILD.mio-0.8.0.bazel"), + sha256 = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8", + strip_prefix = "mio-0.8.1", + build_file = Label("//cargo/remote:BUILD.mio-0.8.1.bazel"), ) maybe( @@ -1303,12 +1303,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__nom__7_1_0", - url = "https://crates.io/api/v1/crates/nom/7.1.0/download", + name = "raze__nom__7_1_1", + url = "https://crates.io/api/v1/crates/nom/7.1.1/download", type = "tar.gz", - sha256 = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109", - strip_prefix = "nom-7.1.0", - build_file = Label("//cargo/remote:BUILD.nom-7.1.0.bazel"), + sha256 = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36", + strip_prefix = "nom-7.1.1", + build_file = Label("//cargo/remote:BUILD.nom-7.1.1.bazel"), ) maybe( @@ -1363,42 +1363,42 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__num_enum__0_5_6", - url = "https://crates.io/api/v1/crates/num_enum/0.5.6/download", + name = "raze__num_enum__0_5_7", + url = "https://crates.io/api/v1/crates/num_enum/0.5.7/download", type = "tar.gz", - sha256 = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad", - strip_prefix = "num_enum-0.5.6", - build_file = Label("//cargo/remote:BUILD.num_enum-0.5.6.bazel"), + sha256 = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9", + strip_prefix = "num_enum-0.5.7", + build_file = Label("//cargo/remote:BUILD.num_enum-0.5.7.bazel"), ) maybe( http_archive, - name = "raze__num_enum_derive__0_5_6", - url = "https://crates.io/api/v1/crates/num_enum_derive/0.5.6/download", + name = "raze__num_enum_derive__0_5_7", + url = "https://crates.io/api/v1/crates/num_enum_derive/0.5.7/download", type = "tar.gz", - sha256 = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21", - strip_prefix = "num_enum_derive-0.5.6", - build_file = Label("//cargo/remote:BUILD.num_enum_derive-0.5.6.bazel"), + sha256 = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce", + strip_prefix = "num_enum_derive-0.5.7", + build_file = Label("//cargo/remote:BUILD.num_enum_derive-0.5.7.bazel"), ) maybe( http_archive, - name = "raze__num_threads__0_1_3", - url = "https://crates.io/api/v1/crates/num_threads/0.1.3/download", + name = "raze__num_threads__0_1_4", + url = "https://crates.io/api/v1/crates/num_threads/0.1.4/download", type = "tar.gz", - sha256 = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15", - strip_prefix = "num_threads-0.1.3", - build_file = Label("//cargo/remote:BUILD.num_threads-0.1.3.bazel"), + sha256 = "c539a50b93a303167eded6e8dff5220cd39447409fb659f4cd24b1f72fe4f133", + strip_prefix = "num_threads-0.1.4", + build_file = Label("//cargo/remote:BUILD.num_threads-0.1.4.bazel"), ) maybe( http_archive, - name = "raze__once_cell__1_9_0", - url = "https://crates.io/api/v1/crates/once_cell/1.9.0/download", + name = "raze__once_cell__1_10_0", + url = "https://crates.io/api/v1/crates/once_cell/1.10.0/download", type = "tar.gz", - sha256 = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5", - strip_prefix = "once_cell-1.9.0", - build_file = Label("//cargo/remote:BUILD.once_cell-1.9.0.bazel"), + sha256 = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9", + strip_prefix = "once_cell-1.10.0", + build_file = Label("//cargo/remote:BUILD.once_cell-1.10.0.bazel"), ) maybe( @@ -1903,12 +1903,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__redox_syscall__0_2_10", - url = "https://crates.io/api/v1/crates/redox_syscall/0.2.10/download", + name = "raze__redox_syscall__0_2_11", + url = "https://crates.io/api/v1/crates/redox_syscall/0.2.11/download", type = "tar.gz", - sha256 = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff", - strip_prefix = "redox_syscall-0.2.10", - build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.10.bazel"), + sha256 = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c", + strip_prefix = "redox_syscall-0.2.11", + build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.11.bazel"), ) maybe( @@ -1923,12 +1923,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__regex__1_5_4", - url = "https://crates.io/api/v1/crates/regex/1.5.4/download", + name = "raze__regex__1_5_5", + url = "https://crates.io/api/v1/crates/regex/1.5.5/download", type = "tar.gz", - sha256 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461", - strip_prefix = "regex-1.5.4", - build_file = Label("//cargo/remote:BUILD.regex-1.5.4.bazel"), + sha256 = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286", + strip_prefix = "regex-1.5.5", + build_file = Label("//cargo/remote:BUILD.regex-1.5.5.bazel"), ) maybe( @@ -2253,12 +2253,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__siphasher__0_3_9", - url = "https://crates.io/api/v1/crates/siphasher/0.3.9/download", + name = "raze__siphasher__0_3_10", + url = "https://crates.io/api/v1/crates/siphasher/0.3.10/download", type = "tar.gz", - sha256 = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e", - strip_prefix = "siphasher-0.3.9", - build_file = Label("//cargo/remote:BUILD.siphasher-0.3.9.bazel"), + sha256 = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de", + strip_prefix = "siphasher-0.3.10", + build_file = Label("//cargo/remote:BUILD.siphasher-0.3.10.bazel"), ) maybe( @@ -2433,12 +2433,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__syn__1_0_86", - url = "https://crates.io/api/v1/crates/syn/1.0.86/download", + name = "raze__syn__1_0_88", + url = "https://crates.io/api/v1/crates/syn/1.0.88/download", type = "tar.gz", - sha256 = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b", - strip_prefix = "syn-1.0.86", - build_file = Label("//cargo/remote:BUILD.syn-1.0.86.bazel"), + sha256 = "ebd69e719f31e88618baa1eaa6ee2de5c9a1c004f1e9ecdb58e8352a13f20a01", + strip_prefix = "syn-1.0.88", + build_file = Label("//cargo/remote:BUILD.syn-1.0.88.bazel"), ) maybe( @@ -2483,12 +2483,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__termcolor__1_1_2", - url = "https://crates.io/api/v1/crates/termcolor/1.1.2/download", + name = "raze__termcolor__1_1_3", + url = "https://crates.io/api/v1/crates/termcolor/1.1.3/download", type = "tar.gz", - sha256 = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4", - strip_prefix = "termcolor-1.1.2", - build_file = Label("//cargo/remote:BUILD.termcolor-1.1.2.bazel"), + sha256 = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755", + strip_prefix = "termcolor-1.1.3", + build_file = Label("//cargo/remote:BUILD.termcolor-1.1.3.bazel"), ) maybe( @@ -2683,22 +2683,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__tracing__0_1_31", - url = "https://crates.io/api/v1/crates/tracing/0.1.31/download", + name = "raze__tracing__0_1_32", + url = "https://crates.io/api/v1/crates/tracing/0.1.32/download", type = "tar.gz", - sha256 = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f", - strip_prefix = "tracing-0.1.31", - build_file = Label("//cargo/remote:BUILD.tracing-0.1.31.bazel"), + sha256 = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f", + strip_prefix = "tracing-0.1.32", + build_file = Label("//cargo/remote:BUILD.tracing-0.1.32.bazel"), ) maybe( http_archive, - name = "raze__tracing_core__0_1_22", - url = "https://crates.io/api/v1/crates/tracing-core/0.1.22/download", + name = "raze__tracing_core__0_1_23", + url = "https://crates.io/api/v1/crates/tracing-core/0.1.23/download", type = "tar.gz", - sha256 = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23", - strip_prefix = "tracing-core-0.1.22", - build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.22.bazel"), + sha256 = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c", + strip_prefix = "tracing-core-0.1.23", + build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.23.bazel"), ) maybe( diff --git a/cargo/licenses.json b/cargo/licenses.json index cfc6c5c9b..fa18277f8 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -55,7 +55,7 @@ }, { "name": "anyhow", - "version": "1.0.55", + "version": "1.0.56", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/anyhow", "license": "Apache-2.0 OR MIT", @@ -586,12 +586,12 @@ }, { "name": "h2", - "version": "0.3.11", + "version": "0.3.12", "authors": "Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/h2", "license": "MIT", "license_file": null, - "description": "An HTTP/2.0 client and server" + "description": "An HTTP/2 client and server" }, { "name": "hashbrown", @@ -802,7 +802,7 @@ }, { "name": "ipnet", - "version": "2.3.1", + "version": "2.4.0", "authors": "Kris Price ", "repository": "https://github.com/krisprice/ipnet", "license": "Apache-2.0 OR MIT", @@ -865,7 +865,7 @@ }, { "name": "libc", - "version": "0.2.119", + "version": "0.2.120", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/libc", "license": "Apache-2.0 OR MIT", @@ -991,7 +991,7 @@ }, { "name": "mio", - "version": "0.8.0", + "version": "0.8.1", "authors": "Carl Lerche |Thomas de Zeeuw |Tokio Contributors ", "repository": "https://github.com/tokio-rs/mio", "license": "MIT", @@ -1045,7 +1045,7 @@ }, { "name": "nom", - "version": "7.1.0", + "version": "7.1.1", "authors": "contact@geoffroycouprie.com", "repository": "https://github.com/Geal/nom", "license": "MIT", @@ -1099,7 +1099,7 @@ }, { "name": "num_enum", - "version": "0.5.6", + "version": "0.5.7", "authors": "Daniel Wagner-Hall |Daniel Henry-Mantilla |Vincent Esche ", "repository": "https://github.com/illicitonion/num_enum", "license": "Apache-2.0 OR BSD-3-Clause OR MIT", @@ -1108,7 +1108,7 @@ }, { "name": "num_enum_derive", - "version": "0.5.6", + "version": "0.5.7", "authors": "Daniel Wagner-Hall |Daniel Henry-Mantilla |Vincent Esche ", "repository": "https://github.com/illicitonion/num_enum", "license": "Apache-2.0 OR BSD-3-Clause OR MIT", @@ -1117,7 +1117,7 @@ }, { "name": "num_threads", - "version": "0.1.3", + "version": "0.1.4", "authors": "Jacob Pratt ", "repository": "https://github.com/jhpratt/num_threads", "license": "Apache-2.0 OR MIT", @@ -1126,7 +1126,7 @@ }, { "name": "once_cell", - "version": "1.9.0", + "version": "1.10.0", "authors": "Aleksey Kladov ", "repository": "https://github.com/matklad/once_cell", "license": "Apache-2.0 OR MIT", @@ -1531,7 +1531,7 @@ }, { "name": "redox_syscall", - "version": "0.2.10", + "version": "0.2.11", "authors": "Jeremy Soller ", "repository": "https://gitlab.redox-os.org/redox-os/syscall", "license": "MIT", @@ -1549,7 +1549,7 @@ }, { "name": "regex", - "version": "1.5.4", + "version": "1.5.5", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/regex", "license": "Apache-2.0 OR MIT", @@ -1801,7 +1801,7 @@ }, { "name": "siphasher", - "version": "0.3.9", + "version": "0.3.10", "authors": "Frank Denis ", "repository": "https://github.com/jedisct1/rust-siphash", "license": "Apache-2.0 OR MIT", @@ -1954,7 +1954,7 @@ }, { "name": "syn", - "version": "1.0.86", + "version": "1.0.88", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/syn", "license": "Apache-2.0 OR MIT", @@ -1999,7 +1999,7 @@ }, { "name": "termcolor", - "version": "1.1.2", + "version": "1.1.3", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/termcolor", "license": "MIT OR Unlicense", @@ -2170,7 +2170,7 @@ }, { "name": "tracing", - "version": "0.1.31", + "version": "0.1.32", "authors": "Eliza Weisman |Tokio Contributors ", "repository": "https://github.com/tokio-rs/tracing", "license": "MIT", @@ -2179,7 +2179,7 @@ }, { "name": "tracing-core", - "version": "0.1.22", + "version": "0.1.23", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tracing", "license": "MIT", diff --git a/cargo/remote/BUILD.ahash-0.7.6.bazel b/cargo/remote/BUILD.ahash-0.7.6.bazel index 15064941c..81f95cdd5 100644 --- a/cargo/remote/BUILD.ahash-0.7.6.bazel +++ b/cargo/remote/BUILD.ahash-0.7.6.bazel @@ -138,7 +138,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__once_cell__1_9_0//:once_cell", + "@raze__once_cell__1_10_0//:once_cell", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.anyhow-1.0.55.bazel b/cargo/remote/BUILD.anyhow-1.0.56.bazel similarity index 98% rename from cargo/remote/BUILD.anyhow-1.0.55.bazel rename to cargo/remote/BUILD.anyhow-1.0.56.bazel index dad9a204a..7adfd9f04 100644 --- a/cargo/remote/BUILD.anyhow-1.0.55.bazel +++ b/cargo/remote/BUILD.anyhow-1.0.56.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.55", + version = "1.0.56", visibility = ["//visibility:private"], deps = [ ], @@ -80,7 +80,7 @@ rust_library( "crate-name=anyhow", "manual", ], - version = "1.0.55", + version = "1.0.56", # buildifier: leave-alone deps = [ ":anyhow_build_script", diff --git a/cargo/remote/BUILD.async-trait-0.1.52.bazel b/cargo/remote/BUILD.async-trait-0.1.52.bazel index 8a370b2a1..d35ed55e7 100644 --- a/cargo/remote/BUILD.async-trait-0.1.52.bazel +++ b/cargo/remote/BUILD.async-trait-0.1.52.bazel @@ -82,7 +82,7 @@ rust_proc_macro( ":async_trait_build_script", "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.atty-0.2.14.bazel b/cargo/remote/BUILD.atty-0.2.14.bazel index 6e1e95768..593a0b28e 100644 --- a/cargo/remote/BUILD.atty-0.2.14.bazel +++ b/cargo/remote/BUILD.atty-0.2.14.bazel @@ -64,7 +64,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.chrono-0.4.19.bazel b/cargo/remote/BUILD.chrono-0.4.19.bazel index 4d9a08c81..c270de481 100644 --- a/cargo/remote/BUILD.chrono-0.4.19.bazel +++ b/cargo/remote/BUILD.chrono-0.4.19.bazel @@ -64,7 +64,7 @@ rust_library( version = "0.4.19", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", "@raze__num_integer__0_1_44//:num_integer", "@raze__num_traits__0_2_14//:num_traits", "@raze__time__0_1_44//:time", diff --git a/cargo/remote/BUILD.coarsetime-0.1.21.bazel b/cargo/remote/BUILD.coarsetime-0.1.21.bazel index 1e5601c34..853f43586 100644 --- a/cargo/remote/BUILD.coarsetime-0.1.21.bazel +++ b/cargo/remote/BUILD.coarsetime-0.1.21.bazel @@ -52,7 +52,7 @@ rust_library( version = "0.1.21", # buildifier: leave-alone deps = [ - "@raze__once_cell__1_9_0//:once_cell", + "@raze__once_cell__1_10_0//:once_cell", ] + selects.with_or({ # cfg(not(target_os = "wasi")) ( @@ -64,7 +64,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel b/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel index 532b9901a..18b62c463 100644 --- a/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel +++ b/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel @@ -63,7 +63,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__serde__1_0_136//:serde", - "@raze__termcolor__1_1_2//:termcolor", + "@raze__termcolor__1_1_3//:termcolor", "@raze__unicode_width__0_1_9//:unicode_width", ], ) diff --git a/cargo/remote/BUILD.core-foundation-0.9.3.bazel b/cargo/remote/BUILD.core-foundation-0.9.3.bazel index 3c28b14be..5a21beb66 100644 --- a/cargo/remote/BUILD.core-foundation-0.9.3.bazel +++ b/cargo/remote/BUILD.core-foundation-0.9.3.bazel @@ -51,7 +51,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], ) diff --git a/cargo/remote/BUILD.cssparser-0.27.2.bazel b/cargo/remote/BUILD.cssparser-0.27.2.bazel index 56105adc9..81a0d3dba 100644 --- a/cargo/remote/BUILD.cssparser-0.27.2.bazel +++ b/cargo/remote/BUILD.cssparser-0.27.2.bazel @@ -59,7 +59,7 @@ cargo_build_script( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.cssparser-macros-0.6.0.bazel b/cargo/remote/BUILD.cssparser-macros-0.6.0.bazel index 952922875..0eb0659db 100644 --- a/cargo/remote/BUILD.cssparser-macros-0.6.0.bazel +++ b/cargo/remote/BUILD.cssparser-macros-0.6.0.bazel @@ -51,6 +51,6 @@ rust_proc_macro( # buildifier: leave-alone deps = [ "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.derive_more-0.99.17.bazel b/cargo/remote/BUILD.derive_more-0.99.17.bazel index 9731c7a9f..9e9f3175b 100644 --- a/cargo/remote/BUILD.derive_more-0.99.17.bazel +++ b/cargo/remote/BUILD.derive_more-0.99.17.bazel @@ -81,7 +81,7 @@ rust_proc_macro( "@raze__convert_case__0_4_0//:convert_case", "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel b/cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel index 9bd9495e2..7f6c4c45f 100644 --- a/cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel +++ b/cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel @@ -62,7 +62,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.env_logger-0.9.0.bazel b/cargo/remote/BUILD.env_logger-0.9.0.bazel index 9e5911288..1e14d8f51 100644 --- a/cargo/remote/BUILD.env_logger-0.9.0.bazel +++ b/cargo/remote/BUILD.env_logger-0.9.0.bazel @@ -58,8 +58,8 @@ rust_library( "@raze__atty__0_2_14//:atty", "@raze__humantime__2_1_0//:humantime", "@raze__log__0_4_14//:log", - "@raze__regex__1_5_4//:regex", - "@raze__termcolor__1_1_2//:termcolor", + "@raze__regex__1_5_5//:regex", + "@raze__termcolor__1_1_3//:termcolor", ], ) diff --git a/cargo/remote/BUILD.flate2-1.0.22.bazel b/cargo/remote/BUILD.flate2-1.0.22.bazel index 758d2a03e..60904a32b 100644 --- a/cargo/remote/BUILD.flate2-1.0.22.bazel +++ b/cargo/remote/BUILD.flate2-1.0.22.bazel @@ -99,7 +99,7 @@ rust_library( deps = [ "@raze__cfg_if__1_0_0//:cfg_if", "@raze__crc32fast__1_3_2//:crc32fast", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", "@raze__miniz_oxide__0_4_4//:miniz_oxide", ], ) diff --git a/cargo/remote/BUILD.futures-macro-0.3.21.bazel b/cargo/remote/BUILD.futures-macro-0.3.21.bazel index ef267c63b..ab7ca1c7d 100644 --- a/cargo/remote/BUILD.futures-macro-0.3.21.bazel +++ b/cargo/remote/BUILD.futures-macro-0.3.21.bazel @@ -52,6 +52,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.getrandom-0.1.16.bazel b/cargo/remote/BUILD.getrandom-0.1.16.bazel index ad0b3c9f9..35135d318 100644 --- a/cargo/remote/BUILD.getrandom-0.1.16.bazel +++ b/cargo/remote/BUILD.getrandom-0.1.16.bazel @@ -109,7 +109,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.getrandom-0.2.5.bazel b/cargo/remote/BUILD.getrandom-0.2.5.bazel index 466f1076f..348b8eb2d 100644 --- a/cargo/remote/BUILD.getrandom-0.2.5.bazel +++ b/cargo/remote/BUILD.getrandom-0.2.5.bazel @@ -66,7 +66,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.h2-0.3.11.bazel b/cargo/remote/BUILD.h2-0.3.12.bazel similarity index 95% rename from cargo/remote/BUILD.h2-0.3.11.bazel rename to cargo/remote/BUILD.h2-0.3.12.bazel index 6ff740010..190e9a74f 100644 --- a/cargo/remote/BUILD.h2-0.3.11.bazel +++ b/cargo/remote/BUILD.h2-0.3.12.bazel @@ -53,7 +53,7 @@ rust_library( "crate-name=h2", "manual", ], - version = "0.3.11", + version = "0.3.12", # buildifier: leave-alone deps = [ "@raze__bytes__1_1_0//:bytes", @@ -66,6 +66,6 @@ rust_library( "@raze__slab__0_4_5//:slab", "@raze__tokio__1_17_0//:tokio", "@raze__tokio_util__0_6_9//:tokio_util", - "@raze__tracing__0_1_31//:tracing", + "@raze__tracing__0_1_32//:tracing", ], ) diff --git a/cargo/remote/BUILD.hermit-abi-0.1.19.bazel b/cargo/remote/BUILD.hermit-abi-0.1.19.bazel index 73f0959ef..22893c7c2 100644 --- a/cargo/remote/BUILD.hermit-abi-0.1.19.bazel +++ b/cargo/remote/BUILD.hermit-abi-0.1.19.bazel @@ -51,6 +51,6 @@ rust_library( version = "0.1.19", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], ) diff --git a/cargo/remote/BUILD.html5ever-0.25.1.bazel b/cargo/remote/BUILD.html5ever-0.25.1.bazel index a5f743d81..1f952aab7 100644 --- a/cargo/remote/BUILD.html5ever-0.25.1.bazel +++ b/cargo/remote/BUILD.html5ever-0.25.1.bazel @@ -59,7 +59,7 @@ cargo_build_script( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.hyper-0.14.17.bazel b/cargo/remote/BUILD.hyper-0.14.17.bazel index c742ea14c..6c5f24700 100644 --- a/cargo/remote/BUILD.hyper-0.14.17.bazel +++ b/cargo/remote/BUILD.hyper-0.14.17.bazel @@ -106,7 +106,7 @@ rust_library( "@raze__futures_channel__0_3_21//:futures_channel", "@raze__futures_core__0_3_21//:futures_core", "@raze__futures_util__0_3_21//:futures_util", - "@raze__h2__0_3_11//:h2", + "@raze__h2__0_3_12//:h2", "@raze__http__0_2_6//:http", "@raze__http_body__0_4_4//:http_body", "@raze__httparse__1_6_0//:httparse", @@ -116,7 +116,7 @@ rust_library( "@raze__socket2__0_4_4//:socket2", "@raze__tokio__1_17_0//:tokio", "@raze__tower_service__0_3_1//:tower_service", - "@raze__tracing__0_1_31//:tracing", + "@raze__tracing__0_1_32//:tracing", "@raze__want__0_3_0//:want", ], ) diff --git a/cargo/remote/BUILD.indoc-impl-0.3.6.bazel b/cargo/remote/BUILD.indoc-impl-0.3.6.bazel index d599512b1..1367bf5ad 100644 --- a/cargo/remote/BUILD.indoc-impl-0.3.6.bazel +++ b/cargo/remote/BUILD.indoc-impl-0.3.6.bazel @@ -55,7 +55,7 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", "@raze__unindent__0_1_8//:unindent", ], ) diff --git a/cargo/remote/BUILD.ipnet-2.3.1.bazel b/cargo/remote/BUILD.ipnet-2.4.0.bazel similarity index 96% rename from cargo/remote/BUILD.ipnet-2.3.1.bazel rename to cargo/remote/BUILD.ipnet-2.4.0.bazel index 370cefea9..b45e192be 100644 --- a/cargo/remote/BUILD.ipnet-2.3.1.bazel +++ b/cargo/remote/BUILD.ipnet-2.4.0.bazel @@ -35,6 +35,7 @@ rust_library( name = "ipnet", srcs = glob(["**/*.rs"]), crate_features = [ + "default", ], crate_root = "src/lib.rs", data = [], @@ -47,7 +48,7 @@ rust_library( "crate-name=ipnet", "manual", ], - version = "2.3.1", + version = "2.4.0", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.jobserver-0.1.24.bazel b/cargo/remote/BUILD.jobserver-0.1.24.bazel index ca2edb08d..d9d4618f9 100644 --- a/cargo/remote/BUILD.jobserver-0.1.24.bazel +++ b/cargo/remote/BUILD.jobserver-0.1.24.bazel @@ -62,7 +62,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.libc-0.2.119.bazel b/cargo/remote/BUILD.libc-0.2.120.bazel similarity index 97% rename from cargo/remote/BUILD.libc-0.2.119.bazel rename to cargo/remote/BUILD.libc-0.2.120.bazel index 572232941..65ae92c73 100644 --- a/cargo/remote/BUILD.libc-0.2.119.bazel +++ b/cargo/remote/BUILD.libc-0.2.120.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.119", + version = "0.2.120", visibility = ["//visibility:private"], deps = [ ], @@ -80,7 +80,7 @@ rust_library( "crate-name=libc", "manual", ], - version = "0.2.119", + version = "0.2.120", # buildifier: leave-alone deps = [ ":libc_build_script", diff --git a/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel b/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel index 1378ca185..599428df8 100644 --- a/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel +++ b/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel @@ -63,7 +63,7 @@ rust_library( "@raze__linkify__0_5_0//:linkify", "@raze__log__0_4_14//:log", "@raze__pulldown_cmark__0_8_0//:pulldown_cmark", - "@raze__regex__1_5_4//:regex", + "@raze__regex__1_5_5//:regex", "@raze__reqwest__0_11_3//:reqwest", "@raze__serde__1_0_136//:serde", "@raze__thiserror__1_0_30//:thiserror", diff --git a/cargo/remote/BUILD.mio-0.8.0.bazel b/cargo/remote/BUILD.mio-0.8.1.bazel similarity index 93% rename from cargo/remote/BUILD.mio-0.8.0.bazel rename to cargo/remote/BUILD.mio-0.8.1.bazel index c341e10d2..61c0b200f 100644 --- a/cargo/remote/BUILD.mio-0.8.0.bazel +++ b/cargo/remote/BUILD.mio-0.8.1.bazel @@ -31,6 +31,8 @@ licenses([ # Generated Targets +# Unsupported target "tcp_listenfd_server" with type "example" omitted + # Unsupported target "tcp_server" with type "example" omitted # Unsupported target "udp_server" with type "example" omitted @@ -57,7 +59,7 @@ rust_library( "crate-name=mio", "manual", ], - version = "0.8.0", + version = "0.8.1", # buildifier: leave-alone deps = [ "@raze__log__0_4_14//:log", @@ -71,7 +73,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.native-tls-0.2.8.bazel b/cargo/remote/BUILD.native-tls-0.2.8.bazel index ea300827d..3a4ee8762 100644 --- a/cargo/remote/BUILD.native-tls-0.2.8.bazel +++ b/cargo/remote/BUILD.native-tls-0.2.8.bazel @@ -122,7 +122,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", ): [ "@raze__lazy_static__1_4_0//:lazy_static", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", "@raze__security_framework__2_6_1//:security_framework", "@raze__security_framework_sys__2_6_1//:security_framework_sys", "@raze__tempfile__3_3_0//:tempfile", diff --git a/cargo/remote/BUILD.nom-7.1.0.bazel b/cargo/remote/BUILD.nom-7.1.1.bazel similarity index 75% rename from cargo/remote/BUILD.nom-7.1.0.bazel rename to cargo/remote/BUILD.nom-7.1.1.bazel index d4fd66d18..c5469178d 100644 --- a/cargo/remote/BUILD.nom-7.1.0.bazel +++ b/cargo/remote/BUILD.nom-7.1.1.bazel @@ -30,39 +30,6 @@ 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 = "nom_build_script", - srcs = glob(["**/*.rs"]), - build_script_env = { - }, - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "build.rs", - data = glob(["**"]), - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "7.1.0", - visibility = ["//visibility:private"], - deps = [ - "@raze__version_check__0_9_4//:version_check", - ], -) # Unsupported target "iterator" with type "example" omitted @@ -91,10 +58,9 @@ rust_library( "crate-name=nom", "manual", ], - version = "7.1.0", + version = "7.1.1", # buildifier: leave-alone deps = [ - ":nom_build_script", "@raze__memchr__2_4_1//:memchr", "@raze__minimal_lexical__0_2_1//:minimal_lexical", ], diff --git a/cargo/remote/BUILD.num_cpus-1.13.1.bazel b/cargo/remote/BUILD.num_cpus-1.13.1.bazel index 79854cc0c..bb3e9f744 100644 --- a/cargo/remote/BUILD.num_cpus-1.13.1.bazel +++ b/cargo/remote/BUILD.num_cpus-1.13.1.bazel @@ -64,7 +64,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.num_enum-0.5.6.bazel b/cargo/remote/BUILD.num_enum-0.5.7.bazel similarity index 95% rename from cargo/remote/BUILD.num_enum-0.5.6.bazel rename to cargo/remote/BUILD.num_enum-0.5.7.bazel index ab41a43ca..362ef8f41 100644 --- a/cargo/remote/BUILD.num_enum-0.5.6.bazel +++ b/cargo/remote/BUILD.num_enum-0.5.7.bazel @@ -42,7 +42,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__num_enum_derive__0_5_6//:num_enum_derive", + "@raze__num_enum_derive__0_5_7//:num_enum_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -52,7 +52,7 @@ rust_library( "crate-name=num_enum", "manual", ], - version = "0.5.6", + version = "0.5.7", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.num_enum_derive-0.5.6.bazel b/cargo/remote/BUILD.num_enum_derive-0.5.7.bazel similarity index 95% rename from cargo/remote/BUILD.num_enum_derive-0.5.6.bazel rename to cargo/remote/BUILD.num_enum_derive-0.5.7.bazel index 6137d4e97..2fadfbb80 100644 --- a/cargo/remote/BUILD.num_enum_derive-0.5.6.bazel +++ b/cargo/remote/BUILD.num_enum_derive-0.5.7.bazel @@ -49,12 +49,12 @@ rust_proc_macro( "crate-name=num_enum_derive", "manual", ], - version = "0.5.6", + version = "0.5.7", # buildifier: leave-alone deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro_crate__1_1_3//:proc_macro_crate", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.num_threads-0.1.3.bazel b/cargo/remote/BUILD.num_threads-0.1.4.bazel similarity index 95% rename from cargo/remote/BUILD.num_threads-0.1.3.bazel rename to cargo/remote/BUILD.num_threads-0.1.4.bazel index 7680d20a1..0fc65a822 100644 --- a/cargo/remote/BUILD.num_threads-0.1.3.bazel +++ b/cargo/remote/BUILD.num_threads-0.1.4.bazel @@ -49,7 +49,7 @@ rust_library( "crate-name=num_threads", "manual", ], - version = "0.1.3", + version = "0.1.4", # buildifier: leave-alone deps = [ ] + selects.with_or({ @@ -58,7 +58,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.once_cell-1.9.0.bazel b/cargo/remote/BUILD.once_cell-1.10.0.bazel similarity index 98% rename from cargo/remote/BUILD.once_cell-1.9.0.bazel rename to cargo/remote/BUILD.once_cell-1.10.0.bazel index a3269185a..09c344bb2 100644 --- a/cargo/remote/BUILD.once_cell-1.9.0.bazel +++ b/cargo/remote/BUILD.once_cell-1.10.0.bazel @@ -65,7 +65,7 @@ rust_library( "crate-name=once_cell", "manual", ], - version = "1.9.0", + version = "1.10.0", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.openssl-0.10.38.bazel b/cargo/remote/BUILD.openssl-0.10.38.bazel index 6cb7b65cd..9e7e3cf56 100644 --- a/cargo/remote/BUILD.openssl-0.10.38.bazel +++ b/cargo/remote/BUILD.openssl-0.10.38.bazel @@ -89,8 +89,8 @@ rust_library( "@raze__bitflags__1_3_2//:bitflags", "@raze__cfg_if__1_0_0//:cfg_if", "@raze__foreign_types__0_3_2//:foreign_types", - "@raze__libc__0_2_119//:libc", - "@raze__once_cell__1_9_0//:once_cell", + "@raze__libc__0_2_120//:libc", + "@raze__once_cell__1_10_0//:once_cell", "@raze__openssl_sys__0_9_72//:openssl_sys", ], ) diff --git a/cargo/remote/BUILD.openssl-sys-0.9.72.bazel b/cargo/remote/BUILD.openssl-sys-0.9.72.bazel index aa5e02f71..f82bcdfd3 100644 --- a/cargo/remote/BUILD.openssl-sys-0.9.72.bazel +++ b/cargo/remote/BUILD.openssl-sys-0.9.72.bazel @@ -94,7 +94,7 @@ rust_library( # buildifier: leave-alone deps = [ ":openssl_sys_build_script", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ] + selects.with_or({ # cfg(target_env = "msvc") ( diff --git a/cargo/remote/BUILD.parking_lot_core-0.8.5.bazel b/cargo/remote/BUILD.parking_lot_core-0.8.5.bazel index b033c318a..aeec6409d 100644 --- a/cargo/remote/BUILD.parking_lot_core-0.8.5.bazel +++ b/cargo/remote/BUILD.parking_lot_core-0.8.5.bazel @@ -114,7 +114,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.parking_lot_core-0.9.1.bazel b/cargo/remote/BUILD.parking_lot_core-0.9.1.bazel index 508cd43c8..1defb2fc2 100644 --- a/cargo/remote/BUILD.parking_lot_core-0.9.1.bazel +++ b/cargo/remote/BUILD.parking_lot_core-0.9.1.bazel @@ -114,7 +114,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.phf_macros-0.10.0.bazel b/cargo/remote/BUILD.phf_macros-0.10.0.bazel index 1e60b3d6e..c2104fe56 100644 --- a/cargo/remote/BUILD.phf_macros-0.10.0.bazel +++ b/cargo/remote/BUILD.phf_macros-0.10.0.bazel @@ -57,6 +57,6 @@ rust_proc_macro( "@raze__phf_shared__0_10_0//:phf_shared", "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.phf_macros-0.8.0.bazel b/cargo/remote/BUILD.phf_macros-0.8.0.bazel index 97ade3c30..d1efc6863 100644 --- a/cargo/remote/BUILD.phf_macros-0.8.0.bazel +++ b/cargo/remote/BUILD.phf_macros-0.8.0.bazel @@ -59,7 +59,7 @@ rust_proc_macro( "@raze__phf_shared__0_8_0//:phf_shared", "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.phf_shared-0.10.0.bazel b/cargo/remote/BUILD.phf_shared-0.10.0.bazel index c708c90a9..db49af10f 100644 --- a/cargo/remote/BUILD.phf_shared-0.10.0.bazel +++ b/cargo/remote/BUILD.phf_shared-0.10.0.bazel @@ -52,6 +52,6 @@ rust_library( version = "0.10.0", # buildifier: leave-alone deps = [ - "@raze__siphasher__0_3_9//:siphasher", + "@raze__siphasher__0_3_10//:siphasher", ], ) diff --git a/cargo/remote/BUILD.phf_shared-0.8.0.bazel b/cargo/remote/BUILD.phf_shared-0.8.0.bazel index 7151ed7cd..26390ab91 100644 --- a/cargo/remote/BUILD.phf_shared-0.8.0.bazel +++ b/cargo/remote/BUILD.phf_shared-0.8.0.bazel @@ -52,6 +52,6 @@ rust_library( version = "0.8.0", # buildifier: leave-alone deps = [ - "@raze__siphasher__0_3_9//:siphasher", + "@raze__siphasher__0_3_10//:siphasher", ], ) diff --git a/cargo/remote/BUILD.pin-project-internal-1.0.10.bazel b/cargo/remote/BUILD.pin-project-internal-1.0.10.bazel index f8e49b30d..f18c875ab 100644 --- a/cargo/remote/BUILD.pin-project-internal-1.0.10.bazel +++ b/cargo/remote/BUILD.pin-project-internal-1.0.10.bazel @@ -52,6 +52,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.prost-build-0.9.0.bazel b/cargo/remote/BUILD.prost-build-0.9.0.bazel index faeb3992b..58841f703 100644 --- a/cargo/remote/BUILD.prost-build-0.9.0.bazel +++ b/cargo/remote/BUILD.prost-build-0.9.0.bazel @@ -90,7 +90,7 @@ rust_library( "@raze__petgraph__0_6_0//:petgraph", "@raze__prost__0_9_0//:prost", "@raze__prost_types__0_9_0//:prost_types", - "@raze__regex__1_5_4//:regex", + "@raze__regex__1_5_5//:regex", "@raze__tempfile__3_3_0//:tempfile", ], ) diff --git a/cargo/remote/BUILD.prost-derive-0.9.0.bazel b/cargo/remote/BUILD.prost-derive-0.9.0.bazel index 10ecfe41c..cb82a5cc5 100644 --- a/cargo/remote/BUILD.prost-derive-0.9.0.bazel +++ b/cargo/remote/BUILD.prost-derive-0.9.0.bazel @@ -50,10 +50,10 @@ rust_proc_macro( version = "0.9.0", # buildifier: leave-alone deps = [ - "@raze__anyhow__1_0_55//:anyhow", + "@raze__anyhow__1_0_56//:anyhow", "@raze__itertools__0_10_3//:itertools", "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.pyo3-0.15.1.bazel b/cargo/remote/BUILD.pyo3-0.15.1.bazel index 0c9963bcb..13f83f0dc 100644 --- a/cargo/remote/BUILD.pyo3-0.15.1.bazel +++ b/cargo/remote/BUILD.pyo3-0.15.1.bazel @@ -126,7 +126,7 @@ rust_library( ":pyo3_build_script", "@raze__cfg_if__1_0_0//:cfg_if", "@raze__indoc__0_3_6//:indoc", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", "@raze__parking_lot__0_11_2//:parking_lot", "@raze__paste__0_1_18//:paste", "@raze__unindent__0_1_8//:unindent", diff --git a/cargo/remote/BUILD.pyo3-build-config-0.15.1.bazel b/cargo/remote/BUILD.pyo3-build-config-0.15.1.bazel index f0b86f8bf..8008caadc 100644 --- a/cargo/remote/BUILD.pyo3-build-config-0.15.1.bazel +++ b/cargo/remote/BUILD.pyo3-build-config-0.15.1.bazel @@ -91,6 +91,6 @@ rust_library( # buildifier: leave-alone deps = [ ":pyo3_build_config_build_script", - "@raze__once_cell__1_9_0//:once_cell", + "@raze__once_cell__1_10_0//:once_cell", ], ) diff --git a/cargo/remote/BUILD.pyo3-macros-0.15.1.bazel b/cargo/remote/BUILD.pyo3-macros-0.15.1.bazel index 88da8e3b2..73bec9030 100644 --- a/cargo/remote/BUILD.pyo3-macros-0.15.1.bazel +++ b/cargo/remote/BUILD.pyo3-macros-0.15.1.bazel @@ -52,6 +52,6 @@ rust_proc_macro( deps = [ "@raze__pyo3_macros_backend__0_15_1//:pyo3_macros_backend", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.pyo3-macros-backend-0.15.1.bazel b/cargo/remote/BUILD.pyo3-macros-backend-0.15.1.bazel index d3aca0461..91f9897fb 100644 --- a/cargo/remote/BUILD.pyo3-macros-backend-0.15.1.bazel +++ b/cargo/remote/BUILD.pyo3-macros-backend-0.15.1.bazel @@ -53,6 +53,6 @@ rust_library( "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__pyo3_build_config__0_15_1//:pyo3_build_config", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.rand-0.7.3.bazel b/cargo/remote/BUILD.rand-0.7.3.bazel index 22cce902b..b4dcb1267 100644 --- a/cargo/remote/BUILD.rand-0.7.3.bazel +++ b/cargo/remote/BUILD.rand-0.7.3.bazel @@ -100,7 +100,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.rand-0.8.5.bazel b/cargo/remote/BUILD.rand-0.8.5.bazel index 18375eb3a..50f4eed2d 100644 --- a/cargo/remote/BUILD.rand-0.8.5.bazel +++ b/cargo/remote/BUILD.rand-0.8.5.bazel @@ -72,7 +72,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.redox_syscall-0.2.10.bazel b/cargo/remote/BUILD.redox_syscall-0.2.11.bazel similarity index 98% rename from cargo/remote/BUILD.redox_syscall-0.2.10.bazel rename to cargo/remote/BUILD.redox_syscall-0.2.11.bazel index 9dee046da..4ff4cd573 100644 --- a/cargo/remote/BUILD.redox_syscall-0.2.10.bazel +++ b/cargo/remote/BUILD.redox_syscall-0.2.11.bazel @@ -56,7 +56,7 @@ rust_library( "crate-name=syscall", "manual", ], - version = "0.2.10", + version = "0.2.11", # buildifier: leave-alone deps = [ "@raze__bitflags__1_3_2//:bitflags", diff --git a/cargo/remote/BUILD.redox_users-0.4.0.bazel b/cargo/remote/BUILD.redox_users-0.4.0.bazel index ec872e8de..494dcce3d 100644 --- a/cargo/remote/BUILD.redox_users-0.4.0.bazel +++ b/cargo/remote/BUILD.redox_users-0.4.0.bazel @@ -51,6 +51,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__getrandom__0_2_5//:getrandom", - "@raze__redox_syscall__0_2_10//:redox_syscall", + "@raze__redox_syscall__0_2_11//:redox_syscall", ], ) diff --git a/cargo/remote/BUILD.regex-1.5.4.bazel b/cargo/remote/BUILD.regex-1.5.5.bazel similarity index 99% rename from cargo/remote/BUILD.regex-1.5.4.bazel rename to cargo/remote/BUILD.regex-1.5.5.bazel index fd88ded46..d9833d1e6 100644 --- a/cargo/remote/BUILD.regex-1.5.4.bazel +++ b/cargo/remote/BUILD.regex-1.5.5.bazel @@ -76,7 +76,7 @@ rust_library( "crate-name=regex", "manual", ], - version = "1.5.4", + version = "1.5.5", # buildifier: leave-alone deps = [ "@raze__aho_corasick__0_7_18//:aho_corasick", diff --git a/cargo/remote/BUILD.reqwest-0.11.3.bazel b/cargo/remote/BUILD.reqwest-0.11.3.bazel index 228746b81..dd2be8677 100644 --- a/cargo/remote/BUILD.reqwest-0.11.3.bazel +++ b/cargo/remote/BUILD.reqwest-0.11.3.bazel @@ -115,7 +115,7 @@ rust_library( "@raze__hyper__0_14_17//:hyper", "@raze__hyper_rustls__0_22_1//:hyper_rustls", "@raze__hyper_tls__0_5_0//:hyper_tls", - "@raze__ipnet__2_3_1//:ipnet", + "@raze__ipnet__2_4_0//:ipnet", "@raze__lazy_static__1_4_0//:lazy_static", "@raze__log__0_4_14//:log", "@raze__mime__0_3_16//:mime", diff --git a/cargo/remote/BUILD.ring-0.16.20.bazel b/cargo/remote/BUILD.ring-0.16.20.bazel index bd4a01945..50bab14e7 100644 --- a/cargo/remote/BUILD.ring-0.16.20.bazel +++ b/cargo/remote/BUILD.ring-0.16.20.bazel @@ -138,8 +138,8 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_119//:libc", - "@raze__once_cell__1_9_0//:once_cell", + "@raze__libc__0_2_120//:libc", + "@raze__once_cell__1_10_0//:once_cell", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.security-framework-2.6.1.bazel b/cargo/remote/BUILD.security-framework-2.6.1.bazel index 731555001..74a498775 100644 --- a/cargo/remote/BUILD.security-framework-2.6.1.bazel +++ b/cargo/remote/BUILD.security-framework-2.6.1.bazel @@ -61,7 +61,7 @@ rust_library( "@raze__bitflags__1_3_2//:bitflags", "@raze__core_foundation__0_9_3//:core_foundation", "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", "@raze__security_framework_sys__2_6_1//:security_framework_sys", ], ) diff --git a/cargo/remote/BUILD.security-framework-sys-2.6.1.bazel b/cargo/remote/BUILD.security-framework-sys-2.6.1.bazel index 6cbab092a..6a001a6cd 100644 --- a/cargo/remote/BUILD.security-framework-sys-2.6.1.bazel +++ b/cargo/remote/BUILD.security-framework-sys-2.6.1.bazel @@ -53,6 +53,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], ) diff --git a/cargo/remote/BUILD.serde_derive-1.0.136.bazel b/cargo/remote/BUILD.serde_derive-1.0.136.bazel index 5a0b3cde1..84c339b29 100644 --- a/cargo/remote/BUILD.serde_derive-1.0.136.bazel +++ b/cargo/remote/BUILD.serde_derive-1.0.136.bazel @@ -84,6 +84,6 @@ rust_proc_macro( ":serde_derive_build_script", "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.serde_repr-0.1.7.bazel b/cargo/remote/BUILD.serde_repr-0.1.7.bazel index 697f17eeb..97e0f547d 100644 --- a/cargo/remote/BUILD.serde_repr-0.1.7.bazel +++ b/cargo/remote/BUILD.serde_repr-0.1.7.bazel @@ -52,7 +52,7 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//: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 49c411a9c..d31662c45 100644 --- a/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel +++ b/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel @@ -52,6 +52,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.signal-hook-registry-1.4.0.bazel b/cargo/remote/BUILD.signal-hook-registry-1.4.0.bazel index 71bbd8821..095df4cca 100644 --- a/cargo/remote/BUILD.signal-hook-registry-1.4.0.bazel +++ b/cargo/remote/BUILD.signal-hook-registry-1.4.0.bazel @@ -50,7 +50,7 @@ rust_library( version = "1.4.0", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], ) diff --git a/cargo/remote/BUILD.siphasher-0.3.9.bazel b/cargo/remote/BUILD.siphasher-0.3.10.bazel similarity index 97% rename from cargo/remote/BUILD.siphasher-0.3.9.bazel rename to cargo/remote/BUILD.siphasher-0.3.10.bazel index 02d8f1718..f31c4ec4d 100644 --- a/cargo/remote/BUILD.siphasher-0.3.9.bazel +++ b/cargo/remote/BUILD.siphasher-0.3.10.bazel @@ -49,7 +49,7 @@ rust_library( "crate-name=siphasher", "manual", ], - version = "0.3.9", + version = "0.3.10", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel b/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel index b0703ac68..4138f260c 100644 --- a/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel +++ b/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel @@ -59,7 +59,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__log__0_4_14//:log", - "@raze__regex__1_5_4//:regex", + "@raze__regex__1_5_5//:regex", "@raze__slog__2_7_0//:slog", "@raze__slog_async__2_7_0//:slog_async", "@raze__slog_scope__4_4_0//:slog_scope", diff --git a/cargo/remote/BUILD.socket2-0.4.4.bazel b/cargo/remote/BUILD.socket2-0.4.4.bazel index 96f1fbe86..f95dd9de7 100644 --- a/cargo/remote/BUILD.socket2-0.4.4.bazel +++ b/cargo/remote/BUILD.socket2-0.4.4.bazel @@ -63,7 +63,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.strum_macros-0.23.1.bazel b/cargo/remote/BUILD.strum_macros-0.23.1.bazel index 0389fe986..9a168c463 100644 --- a/cargo/remote/BUILD.strum_macros-0.23.1.bazel +++ b/cargo/remote/BUILD.strum_macros-0.23.1.bazel @@ -56,6 +56,6 @@ rust_proc_macro( "@raze__heck__0_3_3//:heck", "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.syn-1.0.86.bazel b/cargo/remote/BUILD.syn-1.0.88.bazel similarity index 98% rename from cargo/remote/BUILD.syn-1.0.86.bazel rename to cargo/remote/BUILD.syn-1.0.88.bazel index c0a1aa1ac..28a1e8b0e 100644 --- a/cargo/remote/BUILD.syn-1.0.86.bazel +++ b/cargo/remote/BUILD.syn-1.0.88.bazel @@ -66,7 +66,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.86", + version = "1.0.88", visibility = ["//visibility:private"], deps = [ ], @@ -104,7 +104,7 @@ rust_library( "crate-name=syn", "manual", ], - version = "1.0.86", + version = "1.0.88", # buildifier: leave-alone deps = [ ":syn_build_script", diff --git a/cargo/remote/BUILD.tempfile-3.3.0.bazel b/cargo/remote/BUILD.tempfile-3.3.0.bazel index 9ca80b13c..04a153d32 100644 --- a/cargo/remote/BUILD.tempfile-3.3.0.bazel +++ b/cargo/remote/BUILD.tempfile-3.3.0.bazel @@ -65,7 +65,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.termcolor-1.1.2.bazel b/cargo/remote/BUILD.termcolor-1.1.3.bazel similarity index 98% rename from cargo/remote/BUILD.termcolor-1.1.2.bazel rename to cargo/remote/BUILD.termcolor-1.1.3.bazel index bbcd7978c..3d08e7ec5 100644 --- a/cargo/remote/BUILD.termcolor-1.1.2.bazel +++ b/cargo/remote/BUILD.termcolor-1.1.3.bazel @@ -49,7 +49,7 @@ rust_library( "crate-name=termcolor", "manual", ], - version = "1.1.2", + version = "1.1.3", # buildifier: leave-alone deps = [ ] + selects.with_or({ diff --git a/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel b/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel index b7a8a845f..5b7a55985 100644 --- a/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel +++ b/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel @@ -52,6 +52,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.thread_local-1.1.4.bazel b/cargo/remote/BUILD.thread_local-1.1.4.bazel index 930c45930..3b49d2a63 100644 --- a/cargo/remote/BUILD.thread_local-1.1.4.bazel +++ b/cargo/remote/BUILD.thread_local-1.1.4.bazel @@ -52,6 +52,6 @@ rust_library( version = "1.1.4", # buildifier: leave-alone deps = [ - "@raze__once_cell__1_9_0//:once_cell", + "@raze__once_cell__1_10_0//:once_cell", ], ) diff --git a/cargo/remote/BUILD.time-0.1.44.bazel b/cargo/remote/BUILD.time-0.1.44.bazel index 494a0a01a..9c9ceb930 100644 --- a/cargo/remote/BUILD.time-0.1.44.bazel +++ b/cargo/remote/BUILD.time-0.1.44.bazel @@ -52,7 +52,7 @@ rust_library( version = "0.1.44", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ] + selects.with_or({ # cfg(windows) ( diff --git a/cargo/remote/BUILD.time-0.3.7.bazel b/cargo/remote/BUILD.time-0.3.7.bazel index ff68ecfcb..b622d4be9 100644 --- a/cargo/remote/BUILD.time-0.3.7.bazel +++ b/cargo/remote/BUILD.time-0.3.7.bazel @@ -75,8 +75,8 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", - "@raze__num_threads__0_1_3//:num_threads", + "@raze__libc__0_2_120//:libc", + "@raze__num_threads__0_1_4//:num_threads", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.tokio-1.17.0.bazel b/cargo/remote/BUILD.tokio-1.17.0.bazel index 3fda0e546..48580da3d 100644 --- a/cargo/remote/BUILD.tokio-1.17.0.bazel +++ b/cargo/remote/BUILD.tokio-1.17.0.bazel @@ -81,9 +81,9 @@ rust_library( deps = [ "@raze__bytes__1_1_0//:bytes", "@raze__memchr__2_4_1//:memchr", - "@raze__mio__0_8_0//:mio", + "@raze__mio__0_8_1//:mio", "@raze__num_cpus__1_13_1//:num_cpus", - "@raze__once_cell__1_9_0//:once_cell", + "@raze__once_cell__1_10_0//:once_cell", "@raze__parking_lot__0_12_0//:parking_lot", "@raze__pin_project_lite__0_2_8//:pin_project_lite", "@raze__socket2__0_4_4//:socket2", @@ -97,7 +97,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", "@raze__signal_hook_registry__1_4_0//:signal_hook_registry", ], "//conditions:default": [], diff --git a/cargo/remote/BUILD.tokio-macros-1.7.0.bazel b/cargo/remote/BUILD.tokio-macros-1.7.0.bazel index 4a6fc1ff2..68be08558 100644 --- a/cargo/remote/BUILD.tokio-macros-1.7.0.bazel +++ b/cargo/remote/BUILD.tokio-macros-1.7.0.bazel @@ -52,6 +52,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", ], ) diff --git a/cargo/remote/BUILD.tracing-0.1.31.bazel b/cargo/remote/BUILD.tracing-0.1.32.bazel similarity index 96% rename from cargo/remote/BUILD.tracing-0.1.31.bazel rename to cargo/remote/BUILD.tracing-0.1.32.bazel index 1a699506b..80f2e3773 100644 --- a/cargo/remote/BUILD.tracing-0.1.31.bazel +++ b/cargo/remote/BUILD.tracing-0.1.32.bazel @@ -54,12 +54,12 @@ rust_library( "crate-name=tracing", "manual", ], - version = "0.1.31", + version = "0.1.32", # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", "@raze__pin_project_lite__0_2_8//:pin_project_lite", - "@raze__tracing_core__0_1_22//:tracing_core", + "@raze__tracing_core__0_1_23//:tracing_core", ], ) diff --git a/cargo/remote/BUILD.tracing-core-0.1.22.bazel b/cargo/remote/BUILD.tracing-core-0.1.23.bazel similarity index 98% rename from cargo/remote/BUILD.tracing-core-0.1.22.bazel rename to cargo/remote/BUILD.tracing-core-0.1.23.bazel index 7d1a3dda4..5ac91fdd0 100644 --- a/cargo/remote/BUILD.tracing-core-0.1.22.bazel +++ b/cargo/remote/BUILD.tracing-core-0.1.23.bazel @@ -49,7 +49,7 @@ rust_library( "crate-name=tracing-core", "manual", ], - version = "0.1.22", + version = "0.1.23", # buildifier: leave-alone deps = [ "@raze__lazy_static__1_4_0//:lazy_static", 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 3816fd220..b87fed5e4 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 @@ -54,7 +54,7 @@ rust_proc_macro( # buildifier: leave-alone deps = [ "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", "@raze__unic_langid_impl__0_9_0//:unic_langid_impl", ], ) diff --git a/cargo/remote/BUILD.utime-0.3.1.bazel b/cargo/remote/BUILD.utime-0.3.1.bazel index 33d6ac7ee..55e34f360 100644 --- a/cargo/remote/BUILD.utime-0.3.1.bazel +++ b/cargo/remote/BUILD.utime-0.3.1.bazel @@ -62,7 +62,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.wasm-bindgen-backend-0.2.79.bazel b/cargo/remote/BUILD.wasm-bindgen-backend-0.2.79.bazel index 2a7e50fcc..59bc1fce7 100644 --- a/cargo/remote/BUILD.wasm-bindgen-backend-0.2.79.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-backend-0.2.79.bazel @@ -56,7 +56,7 @@ rust_library( "@raze__log__0_4_14//:log", "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", "@raze__wasm_bindgen_shared__0_2_79//:wasm_bindgen_shared", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.79.bazel b/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.79.bazel index 94859f7c7..7f029e5f3 100644 --- a/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.79.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.79.bazel @@ -53,7 +53,7 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__quote__1_0_15//:quote", - "@raze__syn__1_0_86//:syn", + "@raze__syn__1_0_88//:syn", "@raze__wasm_bindgen_backend__0_2_79//:wasm_bindgen_backend", "@raze__wasm_bindgen_shared__0_2_79//:wasm_bindgen_shared", ], diff --git a/cargo/remote/BUILD.which-4.2.4.bazel b/cargo/remote/BUILD.which-4.2.4.bazel index 56f6db08b..ff401c720 100644 --- a/cargo/remote/BUILD.which-4.2.4.bazel +++ b/cargo/remote/BUILD.which-4.2.4.bazel @@ -53,7 +53,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__either__1_6_1//:either", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ] + selects.with_or({ # cfg(windows) ( diff --git a/cargo/remote/BUILD.zstd-safe-4.1.4+zstd.1.5.2.bazel b/cargo/remote/BUILD.zstd-safe-4.1.4+zstd.1.5.2.bazel index 881289841..e5664118d 100644 --- a/cargo/remote/BUILD.zstd-safe-4.1.4+zstd.1.5.2.bazel +++ b/cargo/remote/BUILD.zstd-safe-4.1.4+zstd.1.5.2.bazel @@ -89,7 +89,7 @@ rust_library( # buildifier: leave-alone deps = [ ":zstd_safe_build_script", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", "@raze__zstd_sys__1_6_3_zstd_1_5_2//:zstd_sys", ], ) diff --git a/cargo/remote/BUILD.zstd-sys-1.6.3+zstd.1.5.2.bazel b/cargo/remote/BUILD.zstd-sys-1.6.3+zstd.1.5.2.bazel index b76a1326d..6e282344a 100644 --- a/cargo/remote/BUILD.zstd-sys-1.6.3+zstd.1.5.2.bazel +++ b/cargo/remote/BUILD.zstd-sys-1.6.3+zstd.1.5.2.bazel @@ -88,6 +88,6 @@ rust_library( # buildifier: leave-alone deps = [ ":zstd_sys_build_script", - "@raze__libc__0_2_119//:libc", + "@raze__libc__0_2_120//:libc", ], ) diff --git a/pylib/rsbridge/cargo/BUILD.bazel b/pylib/rsbridge/cargo/BUILD.bazel index 9ccdfc3cb..0e2481fc4 100644 --- a/pylib/rsbridge/cargo/BUILD.bazel +++ b/pylib/rsbridge/cargo/BUILD.bazel @@ -203,7 +203,7 @@ alias( alias( name = "nom", - actual = "@raze__nom__7_1_0//:nom", + actual = "@raze__nom__7_1_1//:nom", tags = [ "cargo-raze", "manual", @@ -221,7 +221,7 @@ alias( alias( name = "num_enum", - actual = "@raze__num_enum__0_5_6//:num_enum", + actual = "@raze__num_enum__0_5_7//:num_enum", tags = [ "cargo-raze", "manual", @@ -248,7 +248,7 @@ alias( alias( name = "once_cell", - actual = "@raze__once_cell__1_9_0//:once_cell", + actual = "@raze__once_cell__1_10_0//:once_cell", tags = [ "cargo-raze", "manual", @@ -338,7 +338,7 @@ alias( alias( name = "regex", - actual = "@raze__regex__1_5_4//:regex", + actual = "@raze__regex__1_5_5//:regex", tags = [ "cargo-raze", "manual", diff --git a/rslib/cargo/BUILD.bazel b/rslib/cargo/BUILD.bazel index 9ccdfc3cb..0e2481fc4 100644 --- a/rslib/cargo/BUILD.bazel +++ b/rslib/cargo/BUILD.bazel @@ -203,7 +203,7 @@ alias( alias( name = "nom", - actual = "@raze__nom__7_1_0//:nom", + actual = "@raze__nom__7_1_1//:nom", tags = [ "cargo-raze", "manual", @@ -221,7 +221,7 @@ alias( alias( name = "num_enum", - actual = "@raze__num_enum__0_5_6//:num_enum", + actual = "@raze__num_enum__0_5_7//:num_enum", tags = [ "cargo-raze", "manual", @@ -248,7 +248,7 @@ alias( alias( name = "once_cell", - actual = "@raze__once_cell__1_9_0//:once_cell", + actual = "@raze__once_cell__1_10_0//:once_cell", tags = [ "cargo-raze", "manual", @@ -338,7 +338,7 @@ alias( alias( name = "regex", - actual = "@raze__regex__1_5_4//:regex", + actual = "@raze__regex__1_5_5//:regex", tags = [ "cargo-raze", "manual", diff --git a/rslib/i18n/cargo/BUILD.bazel b/rslib/i18n/cargo/BUILD.bazel index 9ccdfc3cb..0e2481fc4 100644 --- a/rslib/i18n/cargo/BUILD.bazel +++ b/rslib/i18n/cargo/BUILD.bazel @@ -203,7 +203,7 @@ alias( alias( name = "nom", - actual = "@raze__nom__7_1_0//:nom", + actual = "@raze__nom__7_1_1//:nom", tags = [ "cargo-raze", "manual", @@ -221,7 +221,7 @@ alias( alias( name = "num_enum", - actual = "@raze__num_enum__0_5_6//:num_enum", + actual = "@raze__num_enum__0_5_7//:num_enum", tags = [ "cargo-raze", "manual", @@ -248,7 +248,7 @@ alias( alias( name = "once_cell", - actual = "@raze__once_cell__1_9_0//:once_cell", + actual = "@raze__once_cell__1_10_0//:once_cell", tags = [ "cargo-raze", "manual", @@ -338,7 +338,7 @@ alias( alias( name = "regex", - actual = "@raze__regex__1_5_4//:regex", + actual = "@raze__regex__1_5_5//:regex", tags = [ "cargo-raze", "manual", diff --git a/rslib/i18n_helpers/cargo/BUILD.bazel b/rslib/i18n_helpers/cargo/BUILD.bazel index 9ccdfc3cb..0e2481fc4 100644 --- a/rslib/i18n_helpers/cargo/BUILD.bazel +++ b/rslib/i18n_helpers/cargo/BUILD.bazel @@ -203,7 +203,7 @@ alias( alias( name = "nom", - actual = "@raze__nom__7_1_0//:nom", + actual = "@raze__nom__7_1_1//:nom", tags = [ "cargo-raze", "manual", @@ -221,7 +221,7 @@ alias( alias( name = "num_enum", - actual = "@raze__num_enum__0_5_6//:num_enum", + actual = "@raze__num_enum__0_5_7//:num_enum", tags = [ "cargo-raze", "manual", @@ -248,7 +248,7 @@ alias( alias( name = "once_cell", - actual = "@raze__once_cell__1_9_0//:once_cell", + actual = "@raze__once_cell__1_10_0//:once_cell", tags = [ "cargo-raze", "manual", @@ -338,7 +338,7 @@ alias( alias( name = "regex", - actual = "@raze__regex__1_5_4//:regex", + actual = "@raze__regex__1_5_5//:regex", tags = [ "cargo-raze", "manual", diff --git a/rslib/linkchecker/cargo/BUILD.bazel b/rslib/linkchecker/cargo/BUILD.bazel index 9ccdfc3cb..0e2481fc4 100644 --- a/rslib/linkchecker/cargo/BUILD.bazel +++ b/rslib/linkchecker/cargo/BUILD.bazel @@ -203,7 +203,7 @@ alias( alias( name = "nom", - actual = "@raze__nom__7_1_0//:nom", + actual = "@raze__nom__7_1_1//:nom", tags = [ "cargo-raze", "manual", @@ -221,7 +221,7 @@ alias( alias( name = "num_enum", - actual = "@raze__num_enum__0_5_6//:num_enum", + actual = "@raze__num_enum__0_5_7//:num_enum", tags = [ "cargo-raze", "manual", @@ -248,7 +248,7 @@ alias( alias( name = "once_cell", - actual = "@raze__once_cell__1_9_0//:once_cell", + actual = "@raze__once_cell__1_10_0//:once_cell", tags = [ "cargo-raze", "manual", @@ -338,7 +338,7 @@ alias( alias( name = "regex", - actual = "@raze__regex__1_5_4//:regex", + actual = "@raze__regex__1_5_5//:regex", tags = [ "cargo-raze", "manual",