update Rust deps

This commit is contained in:
Damien Elmes 2021-05-07 18:22:27 +10:00
parent 8a994ccac0
commit dfba66faa9
62 changed files with 224 additions and 232 deletions

72
Cargo.lock generated
View file

@ -5,10 +5,6 @@ name = "Inflector"
version = "0.11.4" version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
[[package]] [[package]]
name = "adler" name = "adler"
@ -24,9 +20,9 @@ checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
[[package]] [[package]]
name = "aho-corasick" name = "aho-corasick"
version = "0.7.15" version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]
@ -336,9 +332,9 @@ dependencies = [
[[package]] [[package]]
name = "coarsetime" name = "coarsetime"
version = "0.1.18" version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6a9b6b2627cf8a70982b9c311d5bbdd62c183a19ecdb9c6344c075dfdda608" checksum = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232"
dependencies = [ dependencies = [
"libc", "libc",
"once_cell", "once_cell",
@ -389,9 +385,9 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-utils" name = "crossbeam-utils"
version = "0.8.3" version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -754,9 +750,9 @@ dependencies = [
[[package]] [[package]]
name = "h2" name = "h2"
version = "0.3.2" version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00" checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",
@ -1111,9 +1107,9 @@ dependencies = [
[[package]] [[package]]
name = "lock_api" name = "lock_api"
version = "0.4.3" version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176" checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
dependencies = [ dependencies = [
"scopeguard", "scopeguard",
] ]
@ -1173,9 +1169,9 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]] [[package]]
name = "memchr" name = "memchr"
version = "2.3.4" 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 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
[[package]] [[package]]
name = "mime" name = "mime"
@ -1352,9 +1348,9 @@ checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
[[package]] [[package]]
name = "openssl" name = "openssl"
version = "0.10.33" version = "0.10.34"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577" checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -1372,9 +1368,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]] [[package]]
name = "openssl-sys" name = "openssl-sys"
version = "0.9.61" version = "0.9.63"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f" checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"cc", "cc",
@ -1385,9 +1381,9 @@ dependencies = [
[[package]] [[package]]
name = "ouroboros" name = "ouroboros"
version = "0.9.1" version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc53e78022445d2d37b673c5aaeed945a7aacaa4aa89c867c1f28b2e6778e67d" checksum = "c8234affc3c31a8b744cc236fd3dc7443f57c6370cbb7d61f41f9c7dcc6c2530"
dependencies = [ dependencies = [
"ouroboros_macro", "ouroboros_macro",
"stable_deref_trait", "stable_deref_trait",
@ -1395,9 +1391,9 @@ dependencies = [
[[package]] [[package]]
name = "ouroboros_macro" name = "ouroboros_macro"
version = "0.9.1" version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee93af29e97048340c10f5c1a1d88c754f48337a41fbd4fb8e1e20ce41c76936" checksum = "3633332cd8c0b6a865e2e0e705fad9cde25fe458cd0c693629b58a7b15e4d852"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"proc-macro-error", "proc-macro-error",
@ -1834,9 +1830,9 @@ dependencies = [
[[package]] [[package]]
name = "redox_syscall" name = "redox_syscall"
version = "0.2.6" version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041" checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
dependencies = [ dependencies = [
"bitflags", "bitflags",
] ]
@ -1853,9 +1849,9 @@ dependencies = [
[[package]] [[package]]
name = "regex" name = "regex"
version = "1.4.6" version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr", "memchr",
@ -1864,9 +1860,9 @@ dependencies = [
[[package]] [[package]]
name = "regex-syntax" name = "regex-syntax"
version = "0.6.23" version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]] [[package]]
name = "remove_dir_all" name = "remove_dir_all"
@ -2291,9 +2287,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.70" version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883" checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2504,9 +2500,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]] [[package]]
name = "tracing" name = "tracing"
version = "0.1.25" version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"pin-project-lite", "pin-project-lite",
@ -2515,9 +2511,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-core" name = "tracing-core"
version = "0.1.17" version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
] ]
@ -2627,9 +2623,9 @@ checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
[[package]] [[package]]
name = "unicode-xid" name = "unicode-xid"
version = "0.2.1" version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]] [[package]]
name = "unindent" name = "unindent"

View file

@ -43,12 +43,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__aho_corasick__0_7_15", name = "raze__aho_corasick__0_7_18",
url = "https://crates.io/api/v1/crates/aho-corasick/0.7.15/download", url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download",
type = "tar.gz", type = "tar.gz",
sha256 = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5", sha256 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f",
strip_prefix = "aho-corasick-0.7.15", strip_prefix = "aho-corasick-0.7.18",
build_file = Label("//cargo/remote:BUILD.aho-corasick-0.7.15.bazel"), build_file = Label("//cargo/remote:BUILD.aho-corasick-0.7.18.bazel"),
) )
maybe( maybe(
@ -303,12 +303,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__coarsetime__0_1_18", name = "raze__coarsetime__0_1_19",
url = "https://crates.io/api/v1/crates/coarsetime/0.1.18/download", url = "https://crates.io/api/v1/crates/coarsetime/0.1.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "5a6a9b6b2627cf8a70982b9c311d5bbdd62c183a19ecdb9c6344c075dfdda608", sha256 = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232",
strip_prefix = "coarsetime-0.1.18", strip_prefix = "coarsetime-0.1.19",
build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.18.bazel"), build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.19.bazel"),
) )
maybe( maybe(
@ -363,12 +363,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__crossbeam_utils__0_8_3", name = "raze__crossbeam_utils__0_8_4",
url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.3/download", url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.4/download",
type = "tar.gz", type = "tar.gz",
sha256 = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49", sha256 = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278",
strip_prefix = "crossbeam-utils-0.8.3", strip_prefix = "crossbeam-utils-0.8.4",
build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.3.bazel"), build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.4.bazel"),
) )
maybe( maybe(
@ -743,12 +743,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__h2__0_3_2", name = "raze__h2__0_3_3",
url = "https://crates.io/api/v1/crates/h2/0.3.2/download", url = "https://crates.io/api/v1/crates/h2/0.3.3/download",
type = "tar.gz", type = "tar.gz",
sha256 = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00", sha256 = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726",
strip_prefix = "h2-0.3.2", strip_prefix = "h2-0.3.3",
build_file = Label("//cargo/remote:BUILD.h2-0.3.2.bazel"), build_file = Label("//cargo/remote:BUILD.h2-0.3.3.bazel"),
) )
maybe( maybe(
@ -1103,12 +1103,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__lock_api__0_4_3", name = "raze__lock_api__0_4_4",
url = "https://crates.io/api/v1/crates/lock_api/0.4.3/download", url = "https://crates.io/api/v1/crates/lock_api/0.4.4/download",
type = "tar.gz", type = "tar.gz",
sha256 = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176", sha256 = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb",
strip_prefix = "lock_api-0.4.3", strip_prefix = "lock_api-0.4.4",
build_file = Label("//cargo/remote:BUILD.lock_api-0.4.3.bazel"), build_file = Label("//cargo/remote:BUILD.lock_api-0.4.4.bazel"),
) )
maybe( maybe(
@ -1173,12 +1173,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__memchr__2_3_4", name = "raze__memchr__2_4_0",
url = "https://crates.io/api/v1/crates/memchr/2.3.4/download", url = "https://crates.io/api/v1/crates/memchr/2.4.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525", sha256 = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc",
strip_prefix = "memchr-2.3.4", strip_prefix = "memchr-2.4.0",
build_file = Label("//cargo/remote:BUILD.memchr-2.3.4.bazel"), build_file = Label("//cargo/remote:BUILD.memchr-2.4.0.bazel"),
) )
maybe( maybe(
@ -1363,12 +1363,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__openssl__0_10_33", name = "raze__openssl__0_10_34",
url = "https://crates.io/api/v1/crates/openssl/0.10.33/download", url = "https://crates.io/api/v1/crates/openssl/0.10.34/download",
type = "tar.gz", type = "tar.gz",
sha256 = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577", sha256 = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8",
strip_prefix = "openssl-0.10.33", strip_prefix = "openssl-0.10.34",
build_file = Label("//cargo/remote:BUILD.openssl-0.10.33.bazel"), build_file = Label("//cargo/remote:BUILD.openssl-0.10.34.bazel"),
) )
maybe( maybe(
@ -1383,32 +1383,32 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__openssl_sys__0_9_61", name = "raze__openssl_sys__0_9_63",
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.61/download", url = "https://crates.io/api/v1/crates/openssl-sys/0.9.63/download",
type = "tar.gz", type = "tar.gz",
sha256 = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f", sha256 = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98",
strip_prefix = "openssl-sys-0.9.61", strip_prefix = "openssl-sys-0.9.63",
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.61.bazel"), build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.63.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__ouroboros__0_9_1", name = "raze__ouroboros__0_9_2",
url = "https://crates.io/api/v1/crates/ouroboros/0.9.1/download", url = "https://crates.io/api/v1/crates/ouroboros/0.9.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "fc53e78022445d2d37b673c5aaeed945a7aacaa4aa89c867c1f28b2e6778e67d", sha256 = "c8234affc3c31a8b744cc236fd3dc7443f57c6370cbb7d61f41f9c7dcc6c2530",
strip_prefix = "ouroboros-0.9.1", strip_prefix = "ouroboros-0.9.2",
build_file = Label("//cargo/remote:BUILD.ouroboros-0.9.1.bazel"), build_file = Label("//cargo/remote:BUILD.ouroboros-0.9.2.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__ouroboros_macro__0_9_1", name = "raze__ouroboros_macro__0_9_2",
url = "https://crates.io/api/v1/crates/ouroboros_macro/0.9.1/download", url = "https://crates.io/api/v1/crates/ouroboros_macro/0.9.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "ee93af29e97048340c10f5c1a1d88c754f48337a41fbd4fb8e1e20ce41c76936", sha256 = "3633332cd8c0b6a865e2e0e705fad9cde25fe458cd0c693629b58a7b15e4d852",
strip_prefix = "ouroboros_macro-0.9.1", strip_prefix = "ouroboros_macro-0.9.2",
build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.9.1.bazel"), build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.9.2.bazel"),
) )
maybe( maybe(
@ -1843,12 +1843,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__redox_syscall__0_2_6", name = "raze__redox_syscall__0_2_8",
url = "https://crates.io/api/v1/crates/redox_syscall/0.2.6/download", url = "https://crates.io/api/v1/crates/redox_syscall/0.2.8/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041", sha256 = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc",
strip_prefix = "redox_syscall-0.2.6", strip_prefix = "redox_syscall-0.2.8",
build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.6.bazel"), build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.8.bazel"),
) )
maybe( maybe(
@ -1863,22 +1863,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__regex__1_4_6", name = "raze__regex__1_5_4",
url = "https://crates.io/api/v1/crates/regex/1.4.6/download", url = "https://crates.io/api/v1/crates/regex/1.5.4/download",
type = "tar.gz", type = "tar.gz",
sha256 = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759", sha256 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461",
strip_prefix = "regex-1.4.6", strip_prefix = "regex-1.5.4",
build_file = Label("//cargo/remote:BUILD.regex-1.4.6.bazel"), build_file = Label("//cargo/remote:BUILD.regex-1.5.4.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__regex_syntax__0_6_23", name = "raze__regex_syntax__0_6_25",
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.23/download", url = "https://crates.io/api/v1/crates/regex-syntax/0.6.25/download",
type = "tar.gz", type = "tar.gz",
sha256 = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548", sha256 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b",
strip_prefix = "regex-syntax-0.6.23", strip_prefix = "regex-syntax-0.6.25",
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.23.bazel"), build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.25.bazel"),
) )
maybe( maybe(
@ -2273,12 +2273,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__syn__1_0_70", name = "raze__syn__1_0_72",
url = "https://crates.io/api/v1/crates/syn/1.0.70/download", url = "https://crates.io/api/v1/crates/syn/1.0.72/download",
type = "tar.gz", type = "tar.gz",
sha256 = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883", sha256 = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82",
strip_prefix = "syn-1.0.70", strip_prefix = "syn-1.0.72",
build_file = Label("//cargo/remote:BUILD.syn-1.0.70.bazel"), build_file = Label("//cargo/remote:BUILD.syn-1.0.72.bazel"),
) )
maybe( maybe(
@ -2493,22 +2493,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__tracing__0_1_25", name = "raze__tracing__0_1_26",
url = "https://crates.io/api/v1/crates/tracing/0.1.25/download", url = "https://crates.io/api/v1/crates/tracing/0.1.26/download",
type = "tar.gz", type = "tar.gz",
sha256 = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f", sha256 = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d",
strip_prefix = "tracing-0.1.25", strip_prefix = "tracing-0.1.26",
build_file = Label("//cargo/remote:BUILD.tracing-0.1.25.bazel"), build_file = Label("//cargo/remote:BUILD.tracing-0.1.26.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__tracing_core__0_1_17", name = "raze__tracing_core__0_1_18",
url = "https://crates.io/api/v1/crates/tracing-core/0.1.17/download", url = "https://crates.io/api/v1/crates/tracing-core/0.1.18/download",
type = "tar.gz", type = "tar.gz",
sha256 = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f", sha256 = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052",
strip_prefix = "tracing-core-0.1.17", strip_prefix = "tracing-core-0.1.18",
build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.17.bazel"), build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.18.bazel"),
) )
maybe( maybe(
@ -2633,12 +2633,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__unicode_xid__0_2_1", name = "raze__unicode_xid__0_2_2",
url = "https://crates.io/api/v1/crates/unicode-xid/0.2.1/download", url = "https://crates.io/api/v1/crates/unicode-xid/0.2.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564", sha256 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3",
strip_prefix = "unicode-xid-0.2.1", strip_prefix = "unicode-xid-0.2.2",
build_file = Label("//cargo/remote:BUILD.unicode-xid-0.2.1.bazel"), build_file = Label("//cargo/remote:BUILD.unicode-xid-0.2.2.bazel"),
) )
maybe( maybe(

View file

@ -28,7 +28,7 @@
}, },
{ {
"name": "aho-corasick", "name": "aho-corasick",
"version": "0.7.15", "version": "0.7.18",
"authors": "Andrew Gallant <jamslam@gmail.com>", "authors": "Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/BurntSushi/aho-corasick", "repository": "https://github.com/BurntSushi/aho-corasick",
"license": "MIT OR Unlicense", "license": "MIT OR Unlicense",
@ -289,7 +289,7 @@
}, },
{ {
"name": "coarsetime", "name": "coarsetime",
"version": "0.1.18", "version": "0.1.19",
"authors": "Frank Denis <github@pureftpd.org>", "authors": "Frank Denis <github@pureftpd.org>",
"repository": "https://github.com/jedisct1/rust-coarsetime", "repository": "https://github.com/jedisct1/rust-coarsetime",
"license": "ISC", "license": "ISC",
@ -343,7 +343,7 @@
}, },
{ {
"name": "crossbeam-utils", "name": "crossbeam-utils",
"version": "0.8.3", "version": "0.8.4",
"authors": "The Crossbeam Project Developers", "authors": "The Crossbeam Project Developers",
"repository": "https://github.com/crossbeam-rs/crossbeam", "repository": "https://github.com/crossbeam-rs/crossbeam",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -685,7 +685,7 @@
}, },
{ {
"name": "h2", "name": "h2",
"version": "0.3.2", "version": "0.3.3",
"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",
@ -1009,7 +1009,7 @@
}, },
{ {
"name": "lock_api", "name": "lock_api",
"version": "0.4.3", "version": "0.4.4",
"authors": "Amanieu d'Antras <amanieu@gmail.com>", "authors": "Amanieu d'Antras <amanieu@gmail.com>",
"repository": "https://github.com/Amanieu/parking_lot", "repository": "https://github.com/Amanieu/parking_lot",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1072,7 +1072,7 @@
}, },
{ {
"name": "memchr", "name": "memchr",
"version": "2.3.4", "version": "2.4.0",
"authors": "Andrew Gallant <jamslam@gmail.com>|bluss", "authors": "Andrew Gallant <jamslam@gmail.com>|bluss",
"repository": "https://github.com/BurntSushi/rust-memchr", "repository": "https://github.com/BurntSushi/rust-memchr",
"license": "MIT OR Unlicense", "license": "MIT OR Unlicense",
@ -1243,7 +1243,7 @@
}, },
{ {
"name": "openssl", "name": "openssl",
"version": "0.10.33", "version": "0.10.34",
"authors": "Steven Fackler <sfackler@gmail.com>", "authors": "Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl", "repository": "https://github.com/sfackler/rust-openssl",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -1261,7 +1261,7 @@
}, },
{ {
"name": "openssl-sys", "name": "openssl-sys",
"version": "0.9.61", "version": "0.9.63",
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>", "authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl", "repository": "https://github.com/sfackler/rust-openssl",
"license": "MIT", "license": "MIT",
@ -1270,7 +1270,7 @@
}, },
{ {
"name": "ouroboros", "name": "ouroboros",
"version": "0.9.1", "version": "0.9.2",
"authors": "Joshua Maros <joshua-maros@github.com>", "authors": "Joshua Maros <joshua-maros@github.com>",
"repository": "https://github.com/joshua-maros/ouroboros", "repository": "https://github.com/joshua-maros/ouroboros",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1279,7 +1279,7 @@
}, },
{ {
"name": "ouroboros_macro", "name": "ouroboros_macro",
"version": "0.9.1", "version": "0.9.2",
"authors": "Joshua Maros <joshua-maros@github.com>", "authors": "Joshua Maros <joshua-maros@github.com>",
"repository": "https://github.com/joshua-maros/ouroboros", "repository": "https://github.com/joshua-maros/ouroboros",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1675,7 +1675,7 @@
}, },
{ {
"name": "redox_syscall", "name": "redox_syscall",
"version": "0.2.6", "version": "0.2.8",
"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",
@ -1693,7 +1693,7 @@
}, },
{ {
"name": "regex", "name": "regex",
"version": "1.4.6", "version": "1.5.4",
"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",
@ -1702,7 +1702,7 @@
}, },
{ {
"name": "regex-syntax", "name": "regex-syntax",
"version": "0.6.23", "version": "0.6.25",
"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",
@ -2071,7 +2071,7 @@
}, },
{ {
"name": "syn", "name": "syn",
"version": "1.0.70", "version": "1.0.72",
"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",
@ -2269,7 +2269,7 @@
}, },
{ {
"name": "tracing", "name": "tracing",
"version": "0.1.25", "version": "0.1.26",
"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",
@ -2278,7 +2278,7 @@
}, },
{ {
"name": "tracing-core", "name": "tracing-core",
"version": "0.1.17", "version": "0.1.18",
"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",
@ -2395,8 +2395,8 @@
}, },
{ {
"name": "unicode-xid", "name": "unicode-xid",
"version": "0.2.1", "version": "0.2.2",
"authors": "erick.tryzelaar <erick.tryzelaar@gmail.com>|kwantam <kwantam@gmail.com>", "authors": "erick.tryzelaar <erick.tryzelaar@gmail.com>|kwantam <kwantam@gmail.com>|Manish Goregaokar <manishsmail@gmail.com>",
"repository": "https://github.com/unicode-rs/unicode-xid", "repository": "https://github.com/unicode-rs/unicode-xid",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
"license_file": null, "license_file": null,

View file

@ -43,10 +43,6 @@ rust_library(
name = "inflector", name = "inflector",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"default",
"heavyweight",
"lazy_static",
"regex",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib", crate_type = "lib",
@ -62,8 +58,6 @@ rust_library(
version = "0.11.4", version = "0.11.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__regex__1_4_6//:regex",
], ],
) )

View file

@ -40,7 +40,7 @@ rust_library(
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib", crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -48,9 +48,9 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.7.15", version = "0.7.18",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_library(
deps = [ deps = [
"@raze__askama_shared__0_11_1//:askama_shared", "@raze__askama_shared__0_11_1//:askama_shared",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -63,7 +63,7 @@ rust_library(
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__serde__1_0_125//:serde", "@raze__serde__1_0_125//:serde",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
"@raze__toml__0_5_8//:toml", "@raze__toml__0_5_8//:toml",
], ],
) )

View file

@ -59,7 +59,7 @@ rust_library(
deps = [ deps = [
"@raze__flate2__1_0_20//:flate2", "@raze__flate2__1_0_20//:flate2",
"@raze__futures_core__0_3_14//:futures_core", "@raze__futures_core__0_3_14//:futures_core",
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
"@raze__pin_project_lite__0_2_6//:pin_project_lite", "@raze__pin_project_lite__0_2_6//:pin_project_lite",
"@raze__tokio__1_5_0//:tokio", "@raze__tokio__1_5_0//:tokio",
], ],

View file

@ -81,7 +81,7 @@ rust_library(
":async_trait_build_script", ":async_trait_build_script",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -48,7 +48,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.1.18", version = "0.1.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__once_cell__1_7_2//:once_cell", "@raze__once_cell__1_7_2//:once_cell",

View file

@ -61,7 +61,7 @@ rust_library(
# 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__crossbeam_utils__0_8_3//:crossbeam_utils", "@raze__crossbeam_utils__0_8_4//:crossbeam_utils",
], ],
) )

View file

@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.3", version = "0.8.4",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__autocfg__1_0_1//:autocfg", "@raze__autocfg__1_0_1//:autocfg",
@ -82,7 +82,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.3", version = "0.8.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":crossbeam_utils_build_script", ":crossbeam_utils_build_script",

View file

@ -52,6 +52,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -52,7 +52,7 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -57,7 +57,7 @@ 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_4_6//:regex", "@raze__regex__1_5_4//:regex",
"@raze__termcolor__1_1_2//:termcolor", "@raze__termcolor__1_1_2//:termcolor",
], ],
) )

View file

@ -58,7 +58,7 @@ rust_library(
"@raze__fluent_syntax__0_11_0//:fluent_syntax", "@raze__fluent_syntax__0_11_0//:fluent_syntax",
"@raze__intl_memoizer__0_5_1//:intl_memoizer", "@raze__intl_memoizer__0_5_1//:intl_memoizer",
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules", "@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
"@raze__ouroboros__0_9_1//:ouroboros", "@raze__ouroboros__0_9_2//:ouroboros",
"@raze__rustc_hash__1_1_0//:rustc_hash", "@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__smallvec__1_6_1//:smallvec", "@raze__smallvec__1_6_1//:smallvec",
"@raze__unic_langid__0_9_0//:unic_langid", "@raze__unic_langid__0_9_0//:unic_langid",

View file

@ -54,6 +54,6 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -76,7 +76,7 @@ rust_library(
"@raze__futures_io__0_3_14//:futures_io", "@raze__futures_io__0_3_14//:futures_io",
"@raze__futures_sink__0_3_14//:futures_sink", "@raze__futures_sink__0_3_14//:futures_sink",
"@raze__futures_task__0_3_14//:futures_task", "@raze__futures_task__0_3_14//:futures_task",
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
"@raze__pin_project_lite__0_2_6//:pin_project_lite", "@raze__pin_project_lite__0_2_6//:pin_project_lite",
"@raze__pin_utils__0_1_0//:pin_utils", "@raze__pin_utils__0_1_0//:pin_utils",
"@raze__proc_macro_nested__0_1_6//:proc_macro_nested", "@raze__proc_macro_nested__0_1_6//:proc_macro_nested",

View file

@ -51,6 +51,6 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -52,7 +52,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.2", version = "0.3.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_0_1//:bytes", "@raze__bytes__1_0_1//:bytes",
@ -65,6 +65,6 @@ rust_library(
"@raze__slab__0_4_3//:slab", "@raze__slab__0_4_3//:slab",
"@raze__tokio__1_5_0//:tokio", "@raze__tokio__1_5_0//:tokio",
"@raze__tokio_util__0_6_6//:tokio_util", "@raze__tokio_util__0_6_6//:tokio_util",
"@raze__tracing__0_1_25//:tracing", "@raze__tracing__0_1_26//:tracing",
], ],
) )

View file

@ -58,7 +58,7 @@ cargo_build_script(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -107,7 +107,7 @@ rust_library(
"@raze__futures_channel__0_3_14//:futures_channel", "@raze__futures_channel__0_3_14//:futures_channel",
"@raze__futures_core__0_3_14//:futures_core", "@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_util__0_3_14//:futures_util", "@raze__futures_util__0_3_14//:futures_util",
"@raze__h2__0_3_2//:h2", "@raze__h2__0_3_3//:h2",
"@raze__http__0_2_4//:http", "@raze__http__0_2_4//:http",
"@raze__http_body__0_4_1//:http_body", "@raze__http_body__0_4_1//:http_body",
"@raze__httparse__1_4_0//:httparse", "@raze__httparse__1_4_0//:httparse",
@ -117,7 +117,7 @@ rust_library(
"@raze__socket2__0_4_0//:socket2", "@raze__socket2__0_4_0//:socket2",
"@raze__tokio__1_5_0//:tokio", "@raze__tokio__1_5_0//:tokio",
"@raze__tower_service__0_3_1//:tower_service", "@raze__tower_service__0_3_1//:tower_service",
"@raze__tracing__0_1_25//:tracing", "@raze__tracing__0_1_26//:tracing",
"@raze__want__0_3_0//:want", "@raze__want__0_3_0//:want",
] + selects.with_or({ ] + selects.with_or({
# cfg(any(target_os = "linux", target_os = "macos")) # cfg(any(target_os = "linux", target_os = "macos"))

View file

@ -54,7 +54,7 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
"@raze__unindent__0_1_7//:unindent", "@raze__unindent__0_1_7//:unindent",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -46,7 +46,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.4.3", version = "0.4.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__scopeguard__1_1_0//:scopeguard", "@raze__scopeguard__1_1_0//:scopeguard",

View file

@ -48,7 +48,7 @@ cargo_build_script(
], ],
crate_root = "build.rs", crate_root = "build.rs",
data = glob(["**"]), data = glob(["**"]),
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "2.3.4", version = "2.4.0",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -73,7 +73,7 @@ rust_library(
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib", crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -81,7 +81,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "2.3.4", version = "2.4.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":memchr_build_script", ":memchr_build_script",

View file

@ -72,7 +72,7 @@ cargo_build_script(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__openssl_sys__0_9_61//:openssl_sys", "@raze__openssl_sys__0_9_63//:openssl_sys",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({
@ -132,9 +132,9 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__openssl__0_10_33//:openssl", "@raze__openssl__0_10_34//:openssl",
"@raze__openssl_probe__0_1_2//:openssl_probe", "@raze__openssl_probe__0_1_2//:openssl_probe",
"@raze__openssl_sys__0_9_61//:openssl_sys", "@raze__openssl_sys__0_9_63//:openssl_sys",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -117,7 +117,7 @@ rust_library(
"@raze__bitvec__0_19_5//:bitvec", "@raze__bitvec__0_19_5//:bitvec",
"@raze__funty__1_1_0//:funty", "@raze__funty__1_1_0//:funty",
"@raze__lexical_core__0_7_6//:lexical_core", "@raze__lexical_core__0_7_6//:lexical_core",
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
], ],
) )

View file

@ -54,6 +54,6 @@ rust_library(
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate", "@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -53,10 +53,10 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.10.33", version = "0.10.34",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__openssl_sys__0_9_61//:openssl_sys", "@raze__openssl_sys__0_9_63//:openssl_sys",
], ],
) )
@ -66,7 +66,7 @@ rust_library(
name = "openssl", name = "openssl",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
aliases = { aliases = {
"@raze__openssl_sys__0_9_61//:openssl_sys": "ffi", "@raze__openssl_sys__0_9_63//:openssl_sys": "ffi",
}, },
crate_features = [ crate_features = [
], ],
@ -81,7 +81,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.10.33", version = "0.10.34",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":openssl_build_script", ":openssl_build_script",
@ -90,6 +90,6 @@ rust_library(
"@raze__foreign_types__0_3_2//:foreign_types", "@raze__foreign_types__0_3_2//:foreign_types",
"@raze__libc__0_2_94//:libc", "@raze__libc__0_2_94//:libc",
"@raze__once_cell__1_7_2//:once_cell", "@raze__once_cell__1_7_2//:once_cell",
"@raze__openssl_sys__0_9_61//:openssl_sys", "@raze__openssl_sys__0_9_63//:openssl_sys",
], ],
) )

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.9.61", version = "0.9.63",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__autocfg__1_0_1//:autocfg", "@raze__autocfg__1_0_1//:autocfg",
@ -89,7 +89,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.9.61", version = "0.9.63",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":openssl_sys_build_script", ":openssl_sys_build_script",

View file

@ -40,7 +40,7 @@ rust_library(
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [
"@raze__ouroboros_macro__0_9_1//:ouroboros_macro", "@raze__ouroboros_macro__0_9_2//:ouroboros_macro",
], ],
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
@ -49,7 +49,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.9.1", version = "0.9.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__stable_deref_trait__1_2_0//:stable_deref_trait", "@raze__stable_deref_trait__1_2_0//:stable_deref_trait",

View file

@ -46,13 +46,13 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.9.1", version = "0.9.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__Inflector__0_11_4//:Inflector", "@raze__Inflector__0_11_4//:Inflector",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro_error__1_0_4//:proc_macro_error", "@raze__proc_macro_error__1_0_4//:proc_macro_error",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -51,7 +51,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__instant__0_1_9//:instant", "@raze__instant__0_1_9//:instant",
"@raze__lock_api__0_4_3//:lock_api", "@raze__lock_api__0_4_4//:lock_api",
"@raze__parking_lot_core__0_8_3//:parking_lot_core", "@raze__parking_lot_core__0_8_3//:parking_lot_core",
], ],
) )

View file

@ -58,7 +58,7 @@ rust_library(
"@raze__phf_shared__0_8_0//:phf_shared", "@raze__phf_shared__0_8_0//:phf_shared",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -91,7 +91,7 @@ rust_library(
":proc_macro_error_build_script", ":proc_macro_error_build_script",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -83,7 +83,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":proc_macro2_build_script", ":proc_macro2_build_script",
"@raze__unicode_xid__0_2_1//:unicode_xid", "@raze__unicode_xid__0_2_2//:unicode_xid",
], ],
) )

View file

@ -53,6 +53,6 @@ rust_library(
"@raze__itertools__0_9_0//:itertools", "@raze__itertools__0_9_0//:itertools",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -91,7 +91,7 @@ rust_binary(
":pulldown_cmark_build_script", ":pulldown_cmark_build_script",
"@raze__bitflags__1_2_1//:bitflags", "@raze__bitflags__1_2_1//:bitflags",
"@raze__getopts__0_2_21//:getopts", "@raze__getopts__0_2_21//:getopts",
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
"@raze__unicase__2_6_0//:unicase", "@raze__unicase__2_6_0//:unicase",
], ],
) )
@ -126,7 +126,7 @@ rust_library(
":pulldown_cmark_build_script", ":pulldown_cmark_build_script",
"@raze__bitflags__1_2_1//:bitflags", "@raze__bitflags__1_2_1//:bitflags",
"@raze__getopts__0_2_21//:getopts", "@raze__getopts__0_2_21//:getopts",
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
"@raze__unicase__2_6_0//:unicase", "@raze__unicase__2_6_0//:unicase",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_library(
deps = [ deps = [
"@raze__pyo3_macros_backend__0_13_2//:pyo3_macros_backend", "@raze__pyo3_macros_backend__0_13_2//:pyo3_macros_backend",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -55,7 +55,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.2.6", version = "0.2.8",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bitflags__1_2_1//:bitflags", "@raze__bitflags__1_2_1//:bitflags",

View file

@ -50,6 +50,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__getrandom__0_2_2//:getrandom", "@raze__getrandom__0_2_2//:getrandom",
"@raze__redox_syscall__0_2_6//:redox_syscall", "@raze__redox_syscall__0_2_8//:redox_syscall",
], ],
) )

View file

@ -67,7 +67,7 @@ rust_library(
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib", crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -75,12 +75,12 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.4.6", version = "1.5.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__aho_corasick__0_7_15//:aho_corasick", "@raze__aho_corasick__0_7_18//:aho_corasick",
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
"@raze__regex_syntax__0_6_23//:regex_syntax", "@raze__regex_syntax__0_6_25//:regex_syntax",
], ],
) )

View file

@ -49,7 +49,7 @@ rust_library(
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib", crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -57,7 +57,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.6.23", version = "0.6.25",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -63,7 +63,7 @@ rust_library(
"@raze__fallible_streaming_iterator__0_1_9//:fallible_streaming_iterator", "@raze__fallible_streaming_iterator__0_1_9//:fallible_streaming_iterator",
"@raze__hashlink__0_6_0//:hashlink", "@raze__hashlink__0_6_0//:hashlink",
"@raze__libsqlite3_sys__0_20_1//:libsqlite3_sys", "@raze__libsqlite3_sys__0_20_1//:libsqlite3_sys",
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
"@raze__smallvec__1_6_1//:smallvec", "@raze__smallvec__1_6_1//:smallvec",
], ],
) )

View file

@ -83,6 +83,6 @@ rust_library(
":serde_derive_build_script", ":serde_derive_build_script",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -51,7 +51,7 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -58,7 +58,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_4_6//:regex", "@raze__regex__1_5_4//:regex",
"@raze__slog__2_7_0//:slog", "@raze__slog__2_7_0//:slog",
"@raze__slog_async__2_6_0//:slog_async", "@raze__slog_async__2_6_0//:slog_async",
"@raze__slog_scope__4_4_0//:slog_scope", "@raze__slog_scope__4_4_0//:slog_scope",

View file

@ -52,6 +52,6 @@ rust_library(
"@raze__heck__0_3_2//:heck", "@raze__heck__0_3_2//:heck",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -65,7 +65,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.70", version = "1.0.72",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -103,13 +103,13 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.70", version = "1.0.72",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":syn_build_script", ":syn_build_script",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__unicode_xid__0_2_1//:unicode_xid", "@raze__unicode_xid__0_2_2//:unicode_xid",
], ],
) )

View file

@ -51,6 +51,6 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
], ],
) )

View file

@ -127,7 +127,7 @@ rust_library(
deps = [ deps = [
":tokio_build_script", ":tokio_build_script",
"@raze__bytes__1_0_1//:bytes", "@raze__bytes__1_0_1//:bytes",
"@raze__memchr__2_3_4//:memchr", "@raze__memchr__2_4_0//:memchr",
"@raze__mio__0_7_11//:mio", "@raze__mio__0_7_11//:mio",
"@raze__num_cpus__1_13_0//:num_cpus", "@raze__num_cpus__1_13_0//:num_cpus",
"@raze__pin_project_lite__0_2_6//:pin_project_lite", "@raze__pin_project_lite__0_2_6//:pin_project_lite",

View file

@ -51,12 +51,12 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.1.25", version = "0.1.26",
# 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_6//:pin_project_lite", "@raze__pin_project_lite__0_2_6//:pin_project_lite",
"@raze__tracing_core__0_1_17//:tracing_core", "@raze__tracing_core__0_1_18//:tracing_core",
], ],
) )

View file

@ -48,7 +48,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.1.17", version = "0.1.18",
# 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

@ -53,7 +53,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
"@raze__unic_langid_impl__0_9_0//:unic_langid_impl", "@raze__unic_langid_impl__0_9_0//:unic_langid_impl",
], ],
) )

View file

@ -30,6 +30,8 @@ licenses([
# Generated Targets # Generated Targets
# Unsupported target "xid" with type "bench" omitted
rust_library( rust_library(
name = "unicode_xid", name = "unicode_xid",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
@ -47,7 +49,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.2.1", version = "0.2.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -55,7 +55,7 @@ rust_library(
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
"@raze__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared", "@raze__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared",
], ],
) )

View file

@ -52,7 +52,7 @@ rust_library(
deps = [ deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2", "@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_70//:syn", "@raze__syn__1_0_72//:syn",
"@raze__wasm_bindgen_backend__0_2_73//:wasm_bindgen_backend", "@raze__wasm_bindgen_backend__0_2_73//:wasm_bindgen_backend",
"@raze__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared", "@raze__wasm_bindgen_shared__0_2_73//:wasm_bindgen_shared",
], ],

View file

@ -77,7 +77,7 @@ alias(
alias( alias(
name = "coarsetime", name = "coarsetime",
actual = "@raze__coarsetime__0_1_18//:coarsetime", actual = "@raze__coarsetime__0_1_19//:coarsetime",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -275,7 +275,7 @@ alias(
alias( alias(
name = "regex", name = "regex",
actual = "@raze__regex__1_4_6//:regex", actual = "@raze__regex__1_5_4//:regex",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",