Update Rust deps

Primarily for https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
This commit is contained in:
Damien Elmes 2022-03-15 16:51:52 +10:00
parent e759885734
commit ed9476c856
95 changed files with 269 additions and 300 deletions

70
Cargo.lock generated
View file

@ -139,9 +139,9 @@ version = "0.0.0"
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.55" version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
[[package]] [[package]]
name = "arc-swap" name = "arc-swap"
@ -879,9 +879,9 @@ dependencies = [
[[package]] [[package]]
name = "h2" name = "h2"
version = "0.3.11" version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e" checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",
@ -1157,9 +1157,9 @@ dependencies = [
[[package]] [[package]]
name = "ipnet" name = "ipnet"
version = "2.3.1" version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"
[[package]] [[package]]
name = "itertools" name = "itertools"
@ -1220,9 +1220,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.119" version = "0.2.120"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
[[package]] [[package]]
name = "libsqlite3-sys" name = "libsqlite3-sys"
@ -1390,14 +1390,15 @@ dependencies = [
[[package]] [[package]]
name = "mio" name = "mio"
version = "0.8.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2" checksum = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8"
dependencies = [ dependencies = [
"libc", "libc",
"log", "log",
"miow", "miow",
"ntapi", "ntapi",
"wasi 0.11.0+wasi-snapshot-preview1",
"winapi", "winapi",
] ]
@ -1448,13 +1449,12 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]] [[package]]
name = "nom" name = "nom"
version = "7.1.0" version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [ dependencies = [
"memchr", "memchr",
"minimal-lexical", "minimal-lexical",
"version_check",
] ]
[[package]] [[package]]
@ -1507,18 +1507,18 @@ dependencies = [
[[package]] [[package]]
name = "num_enum" name = "num_enum"
version = "0.5.6" version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad" checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
dependencies = [ dependencies = [
"num_enum_derive", "num_enum_derive",
] ]
[[package]] [[package]]
name = "num_enum_derive" name = "num_enum_derive"
version = "0.5.6" version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21" checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2", "proc-macro2",
@ -1528,18 +1528,18 @@ dependencies = [
[[package]] [[package]]
name = "num_threads" name = "num_threads"
version = "0.1.3" version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15" checksum = "c539a50b93a303167eded6e8dff5220cd39447409fb659f4cd24b1f72fe4f133"
dependencies = [ dependencies = [
"libc", "libc",
] ]
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.9.0" version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
[[package]] [[package]]
name = "oorandom" name = "oorandom"
@ -2108,9 +2108,9 @@ dependencies = [
[[package]] [[package]]
name = "redox_syscall" name = "redox_syscall"
version = "0.2.10" version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
dependencies = [ dependencies = [
"bitflags", "bitflags",
] ]
@ -2127,9 +2127,9 @@ dependencies = [
[[package]] [[package]]
name = "regex" name = "regex"
version = "1.5.4" version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr", "memchr",
@ -2511,9 +2511,9 @@ dependencies = [
[[package]] [[package]]
name = "siphasher" name = "siphasher"
version = "0.3.9" version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e" checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]] [[package]]
name = "slab" name = "slab"
@ -2679,9 +2679,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.86" version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" checksum = "ebd69e719f31e88618baa1eaa6ee2de5c9a1c004f1e9ecdb58e8352a13f20a01"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2732,9 +2732,9 @@ dependencies = [
[[package]] [[package]]
name = "termcolor" name = "termcolor"
version = "1.1.2" version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [ dependencies = [
"winapi-util", "winapi-util",
] ]
@ -2947,9 +2947,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]] [[package]]
name = "tracing" name = "tracing"
version = "0.1.31" version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f" checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"pin-project-lite", "pin-project-lite",
@ -2958,9 +2958,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-core" name = "tracing-core"
version = "0.1.22" version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23" checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
] ]

View file

@ -203,7 +203,7 @@ alias(
alias( alias(
name = "nom", name = "nom",
actual = "@raze__nom__7_1_0//:nom", actual = "@raze__nom__7_1_1//:nom",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -221,7 +221,7 @@ alias(
alias( alias(
name = "num_enum", name = "num_enum",
actual = "@raze__num_enum__0_5_6//:num_enum", actual = "@raze__num_enum__0_5_7//:num_enum",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -248,7 +248,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_9_0//:once_cell", actual = "@raze__once_cell__1_10_0//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -338,7 +338,7 @@ alias(
alias( alias(
name = "regex", name = "regex",
actual = "@raze__regex__1_5_4//:regex", actual = "@raze__regex__1_5_5//:regex",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",

View file

@ -102,7 +102,7 @@ rust_library(
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_17//:hyper", "@raze__hyper__0_14_17//:hyper",
"@raze__hyper_tls__0_5_0//:hyper_tls", "@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__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__mime__0_3_16//:mime", "@raze__mime__0_3_16//:mime",

View file

@ -104,7 +104,7 @@ rust_library(
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_17//:hyper", "@raze__hyper__0_14_17//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls", "@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__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__mime__0_3_16//:mime", "@raze__mime__0_3_16//:mime",

View file

@ -53,12 +53,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__anyhow__1_0_55", name = "raze__anyhow__1_0_56",
url = "https://crates.io/api/v1/crates/anyhow/1.0.55/download", url = "https://crates.io/api/v1/crates/anyhow/1.0.56/download",
type = "tar.gz", type = "tar.gz",
sha256 = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd", sha256 = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27",
strip_prefix = "anyhow-1.0.55", strip_prefix = "anyhow-1.0.56",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.55.bazel"), build_file = Label("//cargo/remote:BUILD.anyhow-1.0.56.bazel"),
) )
maybe( maybe(
@ -743,12 +743,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__h2__0_3_11", name = "raze__h2__0_3_12",
url = "https://crates.io/api/v1/crates/h2/0.3.11/download", url = "https://crates.io/api/v1/crates/h2/0.3.12/download",
type = "tar.gz", type = "tar.gz",
sha256 = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e", sha256 = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b",
strip_prefix = "h2-0.3.11", strip_prefix = "h2-0.3.12",
build_file = Label("//cargo/remote:BUILD.h2-0.3.11.bazel"), build_file = Label("//cargo/remote:BUILD.h2-0.3.12.bazel"),
) )
maybe( maybe(
@ -1003,12 +1003,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__ipnet__2_3_1", name = "raze__ipnet__2_4_0",
url = "https://crates.io/api/v1/crates/ipnet/2.3.1/download", url = "https://crates.io/api/v1/crates/ipnet/2.4.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9", sha256 = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c",
strip_prefix = "ipnet-2.3.1", strip_prefix = "ipnet-2.4.0",
build_file = Label("//cargo/remote:BUILD.ipnet-2.3.1.bazel"), build_file = Label("//cargo/remote:BUILD.ipnet-2.4.0.bazel"),
) )
maybe( maybe(
@ -1083,12 +1083,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__libc__0_2_119", name = "raze__libc__0_2_120",
url = "https://crates.io/api/v1/crates/libc/0.2.119/download", url = "https://crates.io/api/v1/crates/libc/0.2.120/download",
type = "tar.gz", type = "tar.gz",
sha256 = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4", sha256 = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09",
strip_prefix = "libc-0.2.119", strip_prefix = "libc-0.2.120",
build_file = Label("//cargo/remote:BUILD.libc-0.2.119.bazel"), build_file = Label("//cargo/remote:BUILD.libc-0.2.120.bazel"),
) )
maybe( maybe(
@ -1243,12 +1243,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__mio__0_8_0", name = "raze__mio__0_8_1",
url = "https://crates.io/api/v1/crates/mio/0.8.0/download", url = "https://crates.io/api/v1/crates/mio/0.8.1/download",
type = "tar.gz", type = "tar.gz",
sha256 = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2", sha256 = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8",
strip_prefix = "mio-0.8.0", strip_prefix = "mio-0.8.1",
build_file = Label("//cargo/remote:BUILD.mio-0.8.0.bazel"), build_file = Label("//cargo/remote:BUILD.mio-0.8.1.bazel"),
) )
maybe( maybe(
@ -1303,12 +1303,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__nom__7_1_0", name = "raze__nom__7_1_1",
url = "https://crates.io/api/v1/crates/nom/7.1.0/download", url = "https://crates.io/api/v1/crates/nom/7.1.1/download",
type = "tar.gz", type = "tar.gz",
sha256 = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109", sha256 = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36",
strip_prefix = "nom-7.1.0", strip_prefix = "nom-7.1.1",
build_file = Label("//cargo/remote:BUILD.nom-7.1.0.bazel"), build_file = Label("//cargo/remote:BUILD.nom-7.1.1.bazel"),
) )
maybe( maybe(
@ -1363,42 +1363,42 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__num_enum__0_5_6", name = "raze__num_enum__0_5_7",
url = "https://crates.io/api/v1/crates/num_enum/0.5.6/download", url = "https://crates.io/api/v1/crates/num_enum/0.5.7/download",
type = "tar.gz", type = "tar.gz",
sha256 = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad", sha256 = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9",
strip_prefix = "num_enum-0.5.6", strip_prefix = "num_enum-0.5.7",
build_file = Label("//cargo/remote:BUILD.num_enum-0.5.6.bazel"), build_file = Label("//cargo/remote:BUILD.num_enum-0.5.7.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__num_enum_derive__0_5_6", name = "raze__num_enum_derive__0_5_7",
url = "https://crates.io/api/v1/crates/num_enum_derive/0.5.6/download", url = "https://crates.io/api/v1/crates/num_enum_derive/0.5.7/download",
type = "tar.gz", type = "tar.gz",
sha256 = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21", sha256 = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce",
strip_prefix = "num_enum_derive-0.5.6", strip_prefix = "num_enum_derive-0.5.7",
build_file = Label("//cargo/remote:BUILD.num_enum_derive-0.5.6.bazel"), build_file = Label("//cargo/remote:BUILD.num_enum_derive-0.5.7.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__num_threads__0_1_3", name = "raze__num_threads__0_1_4",
url = "https://crates.io/api/v1/crates/num_threads/0.1.3/download", url = "https://crates.io/api/v1/crates/num_threads/0.1.4/download",
type = "tar.gz", type = "tar.gz",
sha256 = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15", sha256 = "c539a50b93a303167eded6e8dff5220cd39447409fb659f4cd24b1f72fe4f133",
strip_prefix = "num_threads-0.1.3", strip_prefix = "num_threads-0.1.4",
build_file = Label("//cargo/remote:BUILD.num_threads-0.1.3.bazel"), build_file = Label("//cargo/remote:BUILD.num_threads-0.1.4.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__once_cell__1_9_0", name = "raze__once_cell__1_10_0",
url = "https://crates.io/api/v1/crates/once_cell/1.9.0/download", url = "https://crates.io/api/v1/crates/once_cell/1.10.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5", sha256 = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9",
strip_prefix = "once_cell-1.9.0", strip_prefix = "once_cell-1.10.0",
build_file = Label("//cargo/remote:BUILD.once_cell-1.9.0.bazel"), build_file = Label("//cargo/remote:BUILD.once_cell-1.10.0.bazel"),
) )
maybe( maybe(
@ -1903,12 +1903,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__redox_syscall__0_2_10", name = "raze__redox_syscall__0_2_11",
url = "https://crates.io/api/v1/crates/redox_syscall/0.2.10/download", url = "https://crates.io/api/v1/crates/redox_syscall/0.2.11/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff", sha256 = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c",
strip_prefix = "redox_syscall-0.2.10", strip_prefix = "redox_syscall-0.2.11",
build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.10.bazel"), build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.11.bazel"),
) )
maybe( maybe(
@ -1923,12 +1923,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__regex__1_5_4", name = "raze__regex__1_5_5",
url = "https://crates.io/api/v1/crates/regex/1.5.4/download", url = "https://crates.io/api/v1/crates/regex/1.5.5/download",
type = "tar.gz", type = "tar.gz",
sha256 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461", sha256 = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286",
strip_prefix = "regex-1.5.4", strip_prefix = "regex-1.5.5",
build_file = Label("//cargo/remote:BUILD.regex-1.5.4.bazel"), build_file = Label("//cargo/remote:BUILD.regex-1.5.5.bazel"),
) )
maybe( maybe(
@ -2253,12 +2253,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__siphasher__0_3_9", name = "raze__siphasher__0_3_10",
url = "https://crates.io/api/v1/crates/siphasher/0.3.9/download", url = "https://crates.io/api/v1/crates/siphasher/0.3.10/download",
type = "tar.gz", type = "tar.gz",
sha256 = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e", sha256 = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de",
strip_prefix = "siphasher-0.3.9", strip_prefix = "siphasher-0.3.10",
build_file = Label("//cargo/remote:BUILD.siphasher-0.3.9.bazel"), build_file = Label("//cargo/remote:BUILD.siphasher-0.3.10.bazel"),
) )
maybe( maybe(
@ -2433,12 +2433,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__syn__1_0_86", name = "raze__syn__1_0_88",
url = "https://crates.io/api/v1/crates/syn/1.0.86/download", url = "https://crates.io/api/v1/crates/syn/1.0.88/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b", sha256 = "ebd69e719f31e88618baa1eaa6ee2de5c9a1c004f1e9ecdb58e8352a13f20a01",
strip_prefix = "syn-1.0.86", strip_prefix = "syn-1.0.88",
build_file = Label("//cargo/remote:BUILD.syn-1.0.86.bazel"), build_file = Label("//cargo/remote:BUILD.syn-1.0.88.bazel"),
) )
maybe( maybe(
@ -2483,12 +2483,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__termcolor__1_1_2", name = "raze__termcolor__1_1_3",
url = "https://crates.io/api/v1/crates/termcolor/1.1.2/download", url = "https://crates.io/api/v1/crates/termcolor/1.1.3/download",
type = "tar.gz", type = "tar.gz",
sha256 = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4", sha256 = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755",
strip_prefix = "termcolor-1.1.2", strip_prefix = "termcolor-1.1.3",
build_file = Label("//cargo/remote:BUILD.termcolor-1.1.2.bazel"), build_file = Label("//cargo/remote:BUILD.termcolor-1.1.3.bazel"),
) )
maybe( maybe(
@ -2683,22 +2683,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__tracing__0_1_31", name = "raze__tracing__0_1_32",
url = "https://crates.io/api/v1/crates/tracing/0.1.31/download", url = "https://crates.io/api/v1/crates/tracing/0.1.32/download",
type = "tar.gz", type = "tar.gz",
sha256 = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f", sha256 = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f",
strip_prefix = "tracing-0.1.31", strip_prefix = "tracing-0.1.32",
build_file = Label("//cargo/remote:BUILD.tracing-0.1.31.bazel"), build_file = Label("//cargo/remote:BUILD.tracing-0.1.32.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__tracing_core__0_1_22", name = "raze__tracing_core__0_1_23",
url = "https://crates.io/api/v1/crates/tracing-core/0.1.22/download", url = "https://crates.io/api/v1/crates/tracing-core/0.1.23/download",
type = "tar.gz", type = "tar.gz",
sha256 = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23", sha256 = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c",
strip_prefix = "tracing-core-0.1.22", strip_prefix = "tracing-core-0.1.23",
build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.22.bazel"), build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.23.bazel"),
) )
maybe( maybe(

View file

@ -55,7 +55,7 @@
}, },
{ {
"name": "anyhow", "name": "anyhow",
"version": "1.0.55", "version": "1.0.56",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/anyhow", "repository": "https://github.com/dtolnay/anyhow",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -586,12 +586,12 @@
}, },
{ {
"name": "h2", "name": "h2",
"version": "0.3.11", "version": "0.3.12",
"authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>", "authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/h2", "repository": "https://github.com/hyperium/h2",
"license": "MIT", "license": "MIT",
"license_file": null, "license_file": null,
"description": "An HTTP/2.0 client and server" "description": "An HTTP/2 client and server"
}, },
{ {
"name": "hashbrown", "name": "hashbrown",
@ -802,7 +802,7 @@
}, },
{ {
"name": "ipnet", "name": "ipnet",
"version": "2.3.1", "version": "2.4.0",
"authors": "Kris Price <kris@krisprice.nz>", "authors": "Kris Price <kris@krisprice.nz>",
"repository": "https://github.com/krisprice/ipnet", "repository": "https://github.com/krisprice/ipnet",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -865,7 +865,7 @@
}, },
{ {
"name": "libc", "name": "libc",
"version": "0.2.119", "version": "0.2.120",
"authors": "The Rust Project Developers", "authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc", "repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -991,7 +991,7 @@
}, },
{ {
"name": "mio", "name": "mio",
"version": "0.8.0", "version": "0.8.1",
"authors": "Carl Lerche <me@carllerche.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>|Tokio Contributors <team@tokio.rs>", "authors": "Carl Lerche <me@carllerche.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/mio", "repository": "https://github.com/tokio-rs/mio",
"license": "MIT", "license": "MIT",
@ -1045,7 +1045,7 @@
}, },
{ {
"name": "nom", "name": "nom",
"version": "7.1.0", "version": "7.1.1",
"authors": "contact@geoffroycouprie.com", "authors": "contact@geoffroycouprie.com",
"repository": "https://github.com/Geal/nom", "repository": "https://github.com/Geal/nom",
"license": "MIT", "license": "MIT",
@ -1099,7 +1099,7 @@
}, },
{ {
"name": "num_enum", "name": "num_enum",
"version": "0.5.6", "version": "0.5.7",
"authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>", "authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>",
"repository": "https://github.com/illicitonion/num_enum", "repository": "https://github.com/illicitonion/num_enum",
"license": "Apache-2.0 OR BSD-3-Clause OR MIT", "license": "Apache-2.0 OR BSD-3-Clause OR MIT",
@ -1108,7 +1108,7 @@
}, },
{ {
"name": "num_enum_derive", "name": "num_enum_derive",
"version": "0.5.6", "version": "0.5.7",
"authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>", "authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>",
"repository": "https://github.com/illicitonion/num_enum", "repository": "https://github.com/illicitonion/num_enum",
"license": "Apache-2.0 OR BSD-3-Clause OR MIT", "license": "Apache-2.0 OR BSD-3-Clause OR MIT",
@ -1117,7 +1117,7 @@
}, },
{ {
"name": "num_threads", "name": "num_threads",
"version": "0.1.3", "version": "0.1.4",
"authors": "Jacob Pratt <open-source@jhpratt.dev>", "authors": "Jacob Pratt <open-source@jhpratt.dev>",
"repository": "https://github.com/jhpratt/num_threads", "repository": "https://github.com/jhpratt/num_threads",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1126,7 +1126,7 @@
}, },
{ {
"name": "once_cell", "name": "once_cell",
"version": "1.9.0", "version": "1.10.0",
"authors": "Aleksey Kladov <aleksey.kladov@gmail.com>", "authors": "Aleksey Kladov <aleksey.kladov@gmail.com>",
"repository": "https://github.com/matklad/once_cell", "repository": "https://github.com/matklad/once_cell",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1531,7 +1531,7 @@
}, },
{ {
"name": "redox_syscall", "name": "redox_syscall",
"version": "0.2.10", "version": "0.2.11",
"authors": "Jeremy Soller <jackpot51@gmail.com>", "authors": "Jeremy Soller <jackpot51@gmail.com>",
"repository": "https://gitlab.redox-os.org/redox-os/syscall", "repository": "https://gitlab.redox-os.org/redox-os/syscall",
"license": "MIT", "license": "MIT",
@ -1549,7 +1549,7 @@
}, },
{ {
"name": "regex", "name": "regex",
"version": "1.5.4", "version": "1.5.5",
"authors": "The Rust Project Developers", "authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/regex", "repository": "https://github.com/rust-lang/regex",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1801,7 +1801,7 @@
}, },
{ {
"name": "siphasher", "name": "siphasher",
"version": "0.3.9", "version": "0.3.10",
"authors": "Frank Denis <github@pureftpd.org>", "authors": "Frank Denis <github@pureftpd.org>",
"repository": "https://github.com/jedisct1/rust-siphash", "repository": "https://github.com/jedisct1/rust-siphash",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1954,7 +1954,7 @@
}, },
{ {
"name": "syn", "name": "syn",
"version": "1.0.86", "version": "1.0.88",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn", "repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1999,7 +1999,7 @@
}, },
{ {
"name": "termcolor", "name": "termcolor",
"version": "1.1.2", "version": "1.1.3",
"authors": "Andrew Gallant <jamslam@gmail.com>", "authors": "Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/BurntSushi/termcolor", "repository": "https://github.com/BurntSushi/termcolor",
"license": "MIT OR Unlicense", "license": "MIT OR Unlicense",
@ -2170,7 +2170,7 @@
}, },
{ {
"name": "tracing", "name": "tracing",
"version": "0.1.31", "version": "0.1.32",
"authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>", "authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing", "repository": "https://github.com/tokio-rs/tracing",
"license": "MIT", "license": "MIT",
@ -2179,7 +2179,7 @@
}, },
{ {
"name": "tracing-core", "name": "tracing-core",
"version": "0.1.22", "version": "0.1.23",
"authors": "Tokio Contributors <team@tokio.rs>", "authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing", "repository": "https://github.com/tokio-rs/tracing",
"license": "MIT", "license": "MIT",

View file

@ -138,7 +138,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@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": [], "//conditions:default": [],
}), }),

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.55", version = "1.0.56",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=anyhow", "crate-name=anyhow",
"manual", "manual",
], ],
version = "1.0.55", version = "1.0.56",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":anyhow_build_script", ":anyhow_build_script",

View file

@ -82,7 +82,7 @@ rust_proc_macro(
":async_trait_build_script", ":async_trait_build_script",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -64,7 +64,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -64,7 +64,7 @@ rust_library(
version = "0.4.19", version = "0.4.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
"@raze__num_integer__0_1_44//:num_integer", "@raze__num_integer__0_1_44//:num_integer",
"@raze__num_traits__0_2_14//:num_traits", "@raze__num_traits__0_2_14//:num_traits",
"@raze__time__0_1_44//:time", "@raze__time__0_1_44//:time",

View file

@ -52,7 +52,7 @@ rust_library(
version = "0.1.21", version = "0.1.21",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__once_cell__1_9_0//:once_cell", "@raze__once_cell__1_10_0//:once_cell",
] + selects.with_or({ ] + selects.with_or({
# cfg(not(target_os = "wasi")) # cfg(not(target_os = "wasi"))
( (
@ -64,7 +64,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -63,7 +63,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__serde__1_0_136//:serde", "@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", "@raze__unicode_width__0_1_9//:unicode_width",
], ],
) )

View file

@ -51,7 +51,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys", "@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
) )

View file

@ -59,7 +59,7 @@ cargo_build_script(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_proc_macro(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -81,7 +81,7 @@ rust_proc_macro(
"@raze__convert_case__0_4_0//:convert_case", "@raze__convert_case__0_4_0//:convert_case",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -62,7 +62,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -58,8 +58,8 @@ rust_library(
"@raze__atty__0_2_14//:atty", "@raze__atty__0_2_14//:atty",
"@raze__humantime__2_1_0//:humantime", "@raze__humantime__2_1_0//:humantime",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__regex__1_5_4//:regex", "@raze__regex__1_5_5//:regex",
"@raze__termcolor__1_1_2//:termcolor", "@raze__termcolor__1_1_3//:termcolor",
], ],
) )

View file

@ -99,7 +99,7 @@ rust_library(
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crc32fast__1_3_2//:crc32fast", "@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", "@raze__miniz_oxide__0_4_4//:miniz_oxide",
], ],
) )

View file

@ -52,6 +52,6 @@ rust_proc_macro(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -109,7 +109,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -66,7 +66,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -53,7 +53,7 @@ rust_library(
"crate-name=h2", "crate-name=h2",
"manual", "manual",
], ],
version = "0.3.11", version = "0.3.12",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
@ -66,6 +66,6 @@ rust_library(
"@raze__slab__0_4_5//:slab", "@raze__slab__0_4_5//:slab",
"@raze__tokio__1_17_0//:tokio", "@raze__tokio__1_17_0//:tokio",
"@raze__tokio_util__0_6_9//:tokio_util", "@raze__tokio_util__0_6_9//:tokio_util",
"@raze__tracing__0_1_31//:tracing", "@raze__tracing__0_1_32//:tracing",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_library(
version = "0.1.19", version = "0.1.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
) )

View file

@ -59,7 +59,7 @@ cargo_build_script(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -106,7 +106,7 @@ rust_library(
"@raze__futures_channel__0_3_21//:futures_channel", "@raze__futures_channel__0_3_21//:futures_channel",
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_21//:futures_core",
"@raze__futures_util__0_3_21//:futures_util", "@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__0_2_6//:http",
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__httparse__1_6_0//:httparse", "@raze__httparse__1_6_0//:httparse",
@ -116,7 +116,7 @@ rust_library(
"@raze__socket2__0_4_4//:socket2", "@raze__socket2__0_4_4//:socket2",
"@raze__tokio__1_17_0//:tokio", "@raze__tokio__1_17_0//:tokio",
"@raze__tower_service__0_3_1//:tower_service", "@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", "@raze__want__0_3_0//:want",
], ],
) )

View file

@ -55,7 +55,7 @@ rust_proc_macro(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
"@raze__unindent__0_1_8//:unindent", "@raze__unindent__0_1_8//:unindent",
], ],
) )

View file

@ -35,6 +35,7 @@ rust_library(
name = "ipnet", name = "ipnet",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
@ -47,7 +48,7 @@ rust_library(
"crate-name=ipnet", "crate-name=ipnet",
"manual", "manual",
], ],
version = "2.3.1", version = "2.4.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -62,7 +62,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.2.119", version = "0.2.120",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=libc", "crate-name=libc",
"manual", "manual",
], ],
version = "0.2.119", version = "0.2.120",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":libc_build_script", ":libc_build_script",

View file

@ -63,7 +63,7 @@ rust_library(
"@raze__linkify__0_5_0//:linkify", "@raze__linkify__0_5_0//:linkify",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__pulldown_cmark__0_8_0//:pulldown_cmark", "@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__reqwest__0_11_3//:reqwest",
"@raze__serde__1_0_136//:serde", "@raze__serde__1_0_136//:serde",
"@raze__thiserror__1_0_30//:thiserror", "@raze__thiserror__1_0_30//:thiserror",

View file

@ -31,6 +31,8 @@ licenses([
# Generated Targets # Generated Targets
# Unsupported target "tcp_listenfd_server" with type "example" omitted
# Unsupported target "tcp_server" with type "example" omitted # Unsupported target "tcp_server" with type "example" omitted
# Unsupported target "udp_server" with type "example" omitted # Unsupported target "udp_server" with type "example" omitted
@ -57,7 +59,7 @@ rust_library(
"crate-name=mio", "crate-name=mio",
"manual", "manual",
], ],
version = "0.8.0", version = "0.8.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
@ -71,7 +73,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -122,7 +122,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__lazy_static__1_4_0//:lazy_static", "@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__2_6_1//:security_framework",
"@raze__security_framework_sys__2_6_1//:security_framework_sys", "@raze__security_framework_sys__2_6_1//:security_framework_sys",
"@raze__tempfile__3_3_0//:tempfile", "@raze__tempfile__3_3_0//:tempfile",

View file

@ -30,39 +30,6 @@ licenses([
]) ])
# Generated Targets # 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 # Unsupported target "iterator" with type "example" omitted
@ -91,10 +58,9 @@ rust_library(
"crate-name=nom", "crate-name=nom",
"manual", "manual",
], ],
version = "7.1.0", version = "7.1.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":nom_build_script",
"@raze__memchr__2_4_1//:memchr", "@raze__memchr__2_4_1//:memchr",
"@raze__minimal_lexical__0_2_1//:minimal_lexical", "@raze__minimal_lexical__0_2_1//:minimal_lexical",
], ],

View file

@ -64,7 +64,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -42,7 +42,7 @@ rust_library(
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ 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 = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
@ -52,7 +52,7 @@ rust_library(
"crate-name=num_enum", "crate-name=num_enum",
"manual", "manual",
], ],
version = "0.5.6", version = "0.5.7",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -49,12 +49,12 @@ rust_proc_macro(
"crate-name=num_enum_derive", "crate-name=num_enum_derive",
"manual", "manual",
], ],
version = "0.5.6", version = "0.5.7",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__proc_macro_crate__1_1_3//:proc_macro_crate", "@raze__proc_macro_crate__1_1_3//:proc_macro_crate",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=num_threads", "crate-name=num_threads",
"manual", "manual",
], ],
version = "0.1.3", version = "0.1.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
] + selects.with_or({ ] + selects.with_or({
@ -58,7 +58,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -65,7 +65,7 @@ rust_library(
"crate-name=once_cell", "crate-name=once_cell",
"manual", "manual",
], ],
version = "1.9.0", version = "1.10.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -89,8 +89,8 @@ rust_library(
"@raze__bitflags__1_3_2//:bitflags", "@raze__bitflags__1_3_2//:bitflags",
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__foreign_types__0_3_2//:foreign_types", "@raze__foreign_types__0_3_2//:foreign_types",
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
"@raze__once_cell__1_9_0//:once_cell", "@raze__once_cell__1_10_0//:once_cell",
"@raze__openssl_sys__0_9_72//:openssl_sys", "@raze__openssl_sys__0_9_72//:openssl_sys",
], ],
) )

View file

@ -94,7 +94,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":openssl_sys_build_script", ":openssl_sys_build_script",
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
] + selects.with_or({ ] + selects.with_or({
# cfg(target_env = "msvc") # cfg(target_env = "msvc")
( (

View file

@ -114,7 +114,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -114,7 +114,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -57,6 +57,6 @@ rust_proc_macro(
"@raze__phf_shared__0_10_0//:phf_shared", "@raze__phf_shared__0_10_0//:phf_shared",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -59,7 +59,7 @@ rust_proc_macro(
"@raze__phf_shared__0_8_0//:phf_shared", "@raze__phf_shared__0_8_0//:phf_shared",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -52,6 +52,6 @@ rust_library(
version = "0.10.0", version = "0.10.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__siphasher__0_3_9//:siphasher", "@raze__siphasher__0_3_10//:siphasher",
], ],
) )

View file

@ -52,6 +52,6 @@ rust_library(
version = "0.8.0", version = "0.8.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__siphasher__0_3_9//:siphasher", "@raze__siphasher__0_3_10//:siphasher",
], ],
) )

View file

@ -52,6 +52,6 @@ rust_proc_macro(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -90,7 +90,7 @@ rust_library(
"@raze__petgraph__0_6_0//:petgraph", "@raze__petgraph__0_6_0//:petgraph",
"@raze__prost__0_9_0//:prost", "@raze__prost__0_9_0//:prost",
"@raze__prost_types__0_9_0//:prost_types", "@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", "@raze__tempfile__3_3_0//:tempfile",
], ],
) )

View file

@ -50,10 +50,10 @@ rust_proc_macro(
version = "0.9.0", version = "0.9.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__anyhow__1_0_55//:anyhow", "@raze__anyhow__1_0_56//:anyhow",
"@raze__itertools__0_10_3//:itertools", "@raze__itertools__0_10_3//:itertools",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -126,7 +126,7 @@ rust_library(
":pyo3_build_script", ":pyo3_build_script",
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__indoc__0_3_6//:indoc", "@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__parking_lot__0_11_2//:parking_lot",
"@raze__paste__0_1_18//:paste", "@raze__paste__0_1_18//:paste",
"@raze__unindent__0_1_8//:unindent", "@raze__unindent__0_1_8//:unindent",

View file

@ -91,6 +91,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":pyo3_build_config_build_script", ":pyo3_build_config_build_script",
"@raze__once_cell__1_9_0//:once_cell", "@raze__once_cell__1_10_0//:once_cell",
], ],
) )

View file

@ -52,6 +52,6 @@ rust_proc_macro(
deps = [ deps = [
"@raze__pyo3_macros_backend__0_15_1//:pyo3_macros_backend", "@raze__pyo3_macros_backend__0_15_1//:pyo3_macros_backend",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -53,6 +53,6 @@ rust_library(
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__pyo3_build_config__0_15_1//:pyo3_build_config", "@raze__pyo3_build_config__0_15_1//:pyo3_build_config",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -100,7 +100,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -72,7 +72,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -56,7 +56,7 @@ rust_library(
"crate-name=syscall", "crate-name=syscall",
"manual", "manual",
], ],
version = "0.2.10", version = "0.2.11",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bitflags__1_3_2//:bitflags", "@raze__bitflags__1_3_2//:bitflags",

View file

@ -51,6 +51,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__getrandom__0_2_5//:getrandom", "@raze__getrandom__0_2_5//:getrandom",
"@raze__redox_syscall__0_2_10//:redox_syscall", "@raze__redox_syscall__0_2_11//:redox_syscall",
], ],
) )

View file

@ -76,7 +76,7 @@ rust_library(
"crate-name=regex", "crate-name=regex",
"manual", "manual",
], ],
version = "1.5.4", version = "1.5.5",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__aho_corasick__0_7_18//:aho_corasick", "@raze__aho_corasick__0_7_18//:aho_corasick",

View file

@ -115,7 +115,7 @@ rust_library(
"@raze__hyper__0_14_17//:hyper", "@raze__hyper__0_14_17//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls", "@raze__hyper_rustls__0_22_1//:hyper_rustls",
"@raze__hyper_tls__0_5_0//:hyper_tls", "@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__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__mime__0_3_16//:mime", "@raze__mime__0_3_16//:mime",

View file

@ -138,8 +138,8 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
"@raze__once_cell__1_9_0//:once_cell", "@raze__once_cell__1_10_0//:once_cell",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -61,7 +61,7 @@ rust_library(
"@raze__bitflags__1_3_2//:bitflags", "@raze__bitflags__1_3_2//:bitflags",
"@raze__core_foundation__0_9_3//:core_foundation", "@raze__core_foundation__0_9_3//:core_foundation",
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys", "@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", "@raze__security_framework_sys__2_6_1//:security_framework_sys",
], ],
) )

View file

@ -53,6 +53,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys", "@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
) )

View file

@ -84,6 +84,6 @@ rust_proc_macro(
":serde_derive_build_script", ":serde_derive_build_script",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -52,7 +52,7 @@ rust_proc_macro(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -52,6 +52,6 @@ rust_proc_macro(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -50,7 +50,7 @@ rust_library(
version = "1.4.0", version = "1.4.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
) )

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=siphasher", "crate-name=siphasher",
"manual", "manual",
], ],
version = "0.3.9", version = "0.3.10",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -59,7 +59,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__log__0_4_14//:log", "@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__2_7_0//:slog",
"@raze__slog_async__2_7_0//:slog_async", "@raze__slog_async__2_7_0//:slog_async",
"@raze__slog_scope__4_4_0//:slog_scope", "@raze__slog_scope__4_4_0//:slog_scope",

View file

@ -63,7 +63,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -56,6 +56,6 @@ rust_proc_macro(
"@raze__heck__0_3_3//:heck", "@raze__heck__0_3_3//:heck",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -66,7 +66,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.86", version = "1.0.88",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -104,7 +104,7 @@ rust_library(
"crate-name=syn", "crate-name=syn",
"manual", "manual",
], ],
version = "1.0.86", version = "1.0.88",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":syn_build_script", ":syn_build_script",

View file

@ -65,7 +65,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=termcolor", "crate-name=termcolor",
"manual", "manual",
], ],
version = "1.1.2", version = "1.1.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
] + selects.with_or({ ] + selects.with_or({

View file

@ -52,6 +52,6 @@ rust_proc_macro(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -52,6 +52,6 @@ rust_library(
version = "1.1.4", version = "1.1.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__once_cell__1_9_0//:once_cell", "@raze__once_cell__1_10_0//:once_cell",
], ],
) )

View file

@ -52,7 +52,7 @@ rust_library(
version = "0.1.44", version = "0.1.44",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
] + selects.with_or({ ] + selects.with_or({
# cfg(windows) # cfg(windows)
( (

View file

@ -75,8 +75,8 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
"@raze__num_threads__0_1_3//:num_threads", "@raze__num_threads__0_1_4//:num_threads",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -81,9 +81,9 @@ rust_library(
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__memchr__2_4_1//:memchr", "@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__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__parking_lot__0_12_0//:parking_lot",
"@raze__pin_project_lite__0_2_8//:pin_project_lite", "@raze__pin_project_lite__0_2_8//:pin_project_lite",
"@raze__socket2__0_4_4//:socket2", "@raze__socket2__0_4_4//:socket2",
@ -97,7 +97,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@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", "@raze__signal_hook_registry__1_4_0//:signal_hook_registry",
], ],
"//conditions:default": [], "//conditions:default": [],

View file

@ -52,6 +52,6 @@ rust_proc_macro(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_15//:quote",
"@raze__syn__1_0_86//:syn", "@raze__syn__1_0_88//:syn",
], ],
) )

View file

@ -54,12 +54,12 @@ rust_library(
"crate-name=tracing", "crate-name=tracing",
"manual", "manual",
], ],
version = "0.1.31", version = "0.1.32",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__pin_project_lite__0_2_8//:pin_project_lite", "@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",
], ],
) )

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=tracing-core", "crate-name=tracing-core",
"manual", "manual",
], ],
version = "0.1.22", version = "0.1.23",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",

View file

@ -54,7 +54,7 @@ rust_proc_macro(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__quote__1_0_15//:quote", "@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", "@raze__unic_langid_impl__0_9_0//:unic_langid_impl",
], ],
) )

View file

@ -62,7 +62,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -56,7 +56,7 @@ rust_library(
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@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", "@raze__wasm_bindgen_shared__0_2_79//:wasm_bindgen_shared",
], ],
) )

View file

@ -53,7 +53,7 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@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_backend__0_2_79//:wasm_bindgen_backend",
"@raze__wasm_bindgen_shared__0_2_79//:wasm_bindgen_shared", "@raze__wasm_bindgen_shared__0_2_79//:wasm_bindgen_shared",
], ],

View file

@ -53,7 +53,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__either__1_6_1//:either", "@raze__either__1_6_1//:either",
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
] + selects.with_or({ ] + selects.with_or({
# cfg(windows) # cfg(windows)
( (

View file

@ -89,7 +89,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":zstd_safe_build_script", ":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", "@raze__zstd_sys__1_6_3_zstd_1_5_2//:zstd_sys",
], ],
) )

View file

@ -88,6 +88,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":zstd_sys_build_script", ":zstd_sys_build_script",
"@raze__libc__0_2_119//:libc", "@raze__libc__0_2_120//:libc",
], ],
) )

View file

@ -203,7 +203,7 @@ alias(
alias( alias(
name = "nom", name = "nom",
actual = "@raze__nom__7_1_0//:nom", actual = "@raze__nom__7_1_1//:nom",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -221,7 +221,7 @@ alias(
alias( alias(
name = "num_enum", name = "num_enum",
actual = "@raze__num_enum__0_5_6//:num_enum", actual = "@raze__num_enum__0_5_7//:num_enum",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -248,7 +248,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_9_0//:once_cell", actual = "@raze__once_cell__1_10_0//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -338,7 +338,7 @@ alias(
alias( alias(
name = "regex", name = "regex",
actual = "@raze__regex__1_5_4//:regex", actual = "@raze__regex__1_5_5//:regex",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",

View file

@ -203,7 +203,7 @@ alias(
alias( alias(
name = "nom", name = "nom",
actual = "@raze__nom__7_1_0//:nom", actual = "@raze__nom__7_1_1//:nom",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -221,7 +221,7 @@ alias(
alias( alias(
name = "num_enum", name = "num_enum",
actual = "@raze__num_enum__0_5_6//:num_enum", actual = "@raze__num_enum__0_5_7//:num_enum",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -248,7 +248,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_9_0//:once_cell", actual = "@raze__once_cell__1_10_0//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -338,7 +338,7 @@ alias(
alias( alias(
name = "regex", name = "regex",
actual = "@raze__regex__1_5_4//:regex", actual = "@raze__regex__1_5_5//:regex",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",

View file

@ -203,7 +203,7 @@ alias(
alias( alias(
name = "nom", name = "nom",
actual = "@raze__nom__7_1_0//:nom", actual = "@raze__nom__7_1_1//:nom",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -221,7 +221,7 @@ alias(
alias( alias(
name = "num_enum", name = "num_enum",
actual = "@raze__num_enum__0_5_6//:num_enum", actual = "@raze__num_enum__0_5_7//:num_enum",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -248,7 +248,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_9_0//:once_cell", actual = "@raze__once_cell__1_10_0//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -338,7 +338,7 @@ alias(
alias( alias(
name = "regex", name = "regex",
actual = "@raze__regex__1_5_4//:regex", actual = "@raze__regex__1_5_5//:regex",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",

View file

@ -203,7 +203,7 @@ alias(
alias( alias(
name = "nom", name = "nom",
actual = "@raze__nom__7_1_0//:nom", actual = "@raze__nom__7_1_1//:nom",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -221,7 +221,7 @@ alias(
alias( alias(
name = "num_enum", name = "num_enum",
actual = "@raze__num_enum__0_5_6//:num_enum", actual = "@raze__num_enum__0_5_7//:num_enum",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -248,7 +248,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_9_0//:once_cell", actual = "@raze__once_cell__1_10_0//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -338,7 +338,7 @@ alias(
alias( alias(
name = "regex", name = "regex",
actual = "@raze__regex__1_5_4//:regex", actual = "@raze__regex__1_5_5//:regex",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",

View file

@ -203,7 +203,7 @@ alias(
alias( alias(
name = "nom", name = "nom",
actual = "@raze__nom__7_1_0//:nom", actual = "@raze__nom__7_1_1//:nom",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -221,7 +221,7 @@ alias(
alias( alias(
name = "num_enum", name = "num_enum",
actual = "@raze__num_enum__0_5_6//:num_enum", actual = "@raze__num_enum__0_5_7//:num_enum",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -248,7 +248,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_9_0//:once_cell", actual = "@raze__once_cell__1_10_0//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -338,7 +338,7 @@ alias(
alias( alias(
name = "regex", name = "regex",
actual = "@raze__regex__1_5_4//:regex", actual = "@raze__regex__1_5_5//:regex",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",