mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
update Rust deps
This commit is contained in:
parent
8a994ccac0
commit
dfba66faa9
62 changed files with 224 additions and 232 deletions
72
Cargo.lock
generated
72
Cargo.lock
generated
|
@ -5,10 +5,6 @@ name = "Inflector"
|
|||
version = "0.11.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "adler"
|
||||
|
@ -24,9 +20,9 @@ checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|||
|
||||
[[package]]
|
||||
name = "aho-corasick"
|
||||
version = "0.7.15"
|
||||
version = "0.7.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
||||
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
@ -336,9 +332,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "coarsetime"
|
||||
version = "0.1.18"
|
||||
version = "0.1.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5a6a9b6b2627cf8a70982b9c311d5bbdd62c183a19ecdb9c6344c075dfdda608"
|
||||
checksum = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"once_cell",
|
||||
|
@ -389,9 +385,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crossbeam-utils"
|
||||
version = "0.8.3"
|
||||
version = "0.8.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
||||
checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cfg-if 1.0.0",
|
||||
|
@ -754,9 +750,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "h2"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00"
|
||||
checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"fnv",
|
||||
|
@ -1111,9 +1107,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176"
|
||||
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
|
||||
dependencies = [
|
||||
"scopeguard",
|
||||
]
|
||||
|
@ -1173,9 +1169,9 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.3.4"
|
||||
version = "2.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
||||
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
||||
|
||||
[[package]]
|
||||
name = "mime"
|
||||
|
@ -1352,9 +1348,9 @@ checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
|||
|
||||
[[package]]
|
||||
name = "openssl"
|
||||
version = "0.10.33"
|
||||
version = "0.10.34"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577"
|
||||
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if 1.0.0",
|
||||
|
@ -1372,9 +1368,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.61"
|
||||
version = "0.9.63"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f"
|
||||
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cc",
|
||||
|
@ -1385,9 +1381,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ouroboros"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fc53e78022445d2d37b673c5aaeed945a7aacaa4aa89c867c1f28b2e6778e67d"
|
||||
checksum = "c8234affc3c31a8b744cc236fd3dc7443f57c6370cbb7d61f41f9c7dcc6c2530"
|
||||
dependencies = [
|
||||
"ouroboros_macro",
|
||||
"stable_deref_trait",
|
||||
|
@ -1395,9 +1391,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ouroboros_macro"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee93af29e97048340c10f5c1a1d88c754f48337a41fbd4fb8e1e20ce41c76936"
|
||||
checksum = "3633332cd8c0b6a865e2e0e705fad9cde25fe458cd0c693629b58a7b15e4d852"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"proc-macro-error",
|
||||
|
@ -1834,9 +1830,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "redox_syscall"
|
||||
version = "0.2.6"
|
||||
version = "0.2.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041"
|
||||
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
|
@ -1853,9 +1849,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.4.6"
|
||||
version = "1.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
|
||||
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
@ -1864,9 +1860,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.6.23"
|
||||
version = "0.6.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
|
||||
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||
|
||||
[[package]]
|
||||
name = "remove_dir_all"
|
||||
|
@ -2291,9 +2287,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "1.0.70"
|
||||
version = "1.0.72"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883"
|
||||
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2504,9 +2500,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.25"
|
||||
version = "0.1.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
|
||||
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"pin-project-lite",
|
||||
|
@ -2515,9 +2511,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing-core"
|
||||
version = "0.1.17"
|
||||
version = "0.1.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
||||
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
|
@ -2627,9 +2623,9 @@ checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|||
|
||||
[[package]]
|
||||
name = "unicode-xid"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
||||
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
||||
|
||||
[[package]]
|
||||
name = "unindent"
|
||||
|
|
170
cargo/crates.bzl
170
cargo/crates.bzl
|
@ -43,12 +43,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__aho_corasick__0_7_15",
|
||||
url = "https://crates.io/api/v1/crates/aho-corasick/0.7.15/download",
|
||||
name = "raze__aho_corasick__0_7_18",
|
||||
url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5",
|
||||
strip_prefix = "aho-corasick-0.7.15",
|
||||
build_file = Label("//cargo/remote:BUILD.aho-corasick-0.7.15.bazel"),
|
||||
sha256 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f",
|
||||
strip_prefix = "aho-corasick-0.7.18",
|
||||
build_file = Label("//cargo/remote:BUILD.aho-corasick-0.7.18.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -303,12 +303,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__coarsetime__0_1_18",
|
||||
url = "https://crates.io/api/v1/crates/coarsetime/0.1.18/download",
|
||||
name = "raze__coarsetime__0_1_19",
|
||||
url = "https://crates.io/api/v1/crates/coarsetime/0.1.19/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "5a6a9b6b2627cf8a70982b9c311d5bbdd62c183a19ecdb9c6344c075dfdda608",
|
||||
strip_prefix = "coarsetime-0.1.18",
|
||||
build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.18.bazel"),
|
||||
sha256 = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232",
|
||||
strip_prefix = "coarsetime-0.1.19",
|
||||
build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.19.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -363,12 +363,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__crossbeam_utils__0_8_3",
|
||||
url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.3/download",
|
||||
name = "raze__crossbeam_utils__0_8_4",
|
||||
url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.4/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49",
|
||||
strip_prefix = "crossbeam-utils-0.8.3",
|
||||
build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.3.bazel"),
|
||||
sha256 = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278",
|
||||
strip_prefix = "crossbeam-utils-0.8.4",
|
||||
build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.4.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -743,12 +743,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__h2__0_3_2",
|
||||
url = "https://crates.io/api/v1/crates/h2/0.3.2/download",
|
||||
name = "raze__h2__0_3_3",
|
||||
url = "https://crates.io/api/v1/crates/h2/0.3.3/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00",
|
||||
strip_prefix = "h2-0.3.2",
|
||||
build_file = Label("//cargo/remote:BUILD.h2-0.3.2.bazel"),
|
||||
sha256 = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726",
|
||||
strip_prefix = "h2-0.3.3",
|
||||
build_file = Label("//cargo/remote:BUILD.h2-0.3.3.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1103,12 +1103,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__lock_api__0_4_3",
|
||||
url = "https://crates.io/api/v1/crates/lock_api/0.4.3/download",
|
||||
name = "raze__lock_api__0_4_4",
|
||||
url = "https://crates.io/api/v1/crates/lock_api/0.4.4/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176",
|
||||
strip_prefix = "lock_api-0.4.3",
|
||||
build_file = Label("//cargo/remote:BUILD.lock_api-0.4.3.bazel"),
|
||||
sha256 = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb",
|
||||
strip_prefix = "lock_api-0.4.4",
|
||||
build_file = Label("//cargo/remote:BUILD.lock_api-0.4.4.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1173,12 +1173,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__memchr__2_3_4",
|
||||
url = "https://crates.io/api/v1/crates/memchr/2.3.4/download",
|
||||
name = "raze__memchr__2_4_0",
|
||||
url = "https://crates.io/api/v1/crates/memchr/2.4.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525",
|
||||
strip_prefix = "memchr-2.3.4",
|
||||
build_file = Label("//cargo/remote:BUILD.memchr-2.3.4.bazel"),
|
||||
sha256 = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc",
|
||||
strip_prefix = "memchr-2.4.0",
|
||||
build_file = Label("//cargo/remote:BUILD.memchr-2.4.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1363,12 +1363,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__openssl__0_10_33",
|
||||
url = "https://crates.io/api/v1/crates/openssl/0.10.33/download",
|
||||
name = "raze__openssl__0_10_34",
|
||||
url = "https://crates.io/api/v1/crates/openssl/0.10.34/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577",
|
||||
strip_prefix = "openssl-0.10.33",
|
||||
build_file = Label("//cargo/remote:BUILD.openssl-0.10.33.bazel"),
|
||||
sha256 = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8",
|
||||
strip_prefix = "openssl-0.10.34",
|
||||
build_file = Label("//cargo/remote:BUILD.openssl-0.10.34.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1383,32 +1383,32 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__openssl_sys__0_9_61",
|
||||
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.61/download",
|
||||
name = "raze__openssl_sys__0_9_63",
|
||||
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.63/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f",
|
||||
strip_prefix = "openssl-sys-0.9.61",
|
||||
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.61.bazel"),
|
||||
sha256 = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98",
|
||||
strip_prefix = "openssl-sys-0.9.63",
|
||||
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.63.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__ouroboros__0_9_1",
|
||||
url = "https://crates.io/api/v1/crates/ouroboros/0.9.1/download",
|
||||
name = "raze__ouroboros__0_9_2",
|
||||
url = "https://crates.io/api/v1/crates/ouroboros/0.9.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "fc53e78022445d2d37b673c5aaeed945a7aacaa4aa89c867c1f28b2e6778e67d",
|
||||
strip_prefix = "ouroboros-0.9.1",
|
||||
build_file = Label("//cargo/remote:BUILD.ouroboros-0.9.1.bazel"),
|
||||
sha256 = "c8234affc3c31a8b744cc236fd3dc7443f57c6370cbb7d61f41f9c7dcc6c2530",
|
||||
strip_prefix = "ouroboros-0.9.2",
|
||||
build_file = Label("//cargo/remote:BUILD.ouroboros-0.9.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__ouroboros_macro__0_9_1",
|
||||
url = "https://crates.io/api/v1/crates/ouroboros_macro/0.9.1/download",
|
||||
name = "raze__ouroboros_macro__0_9_2",
|
||||
url = "https://crates.io/api/v1/crates/ouroboros_macro/0.9.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "ee93af29e97048340c10f5c1a1d88c754f48337a41fbd4fb8e1e20ce41c76936",
|
||||
strip_prefix = "ouroboros_macro-0.9.1",
|
||||
build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.9.1.bazel"),
|
||||
sha256 = "3633332cd8c0b6a865e2e0e705fad9cde25fe458cd0c693629b58a7b15e4d852",
|
||||
strip_prefix = "ouroboros_macro-0.9.2",
|
||||
build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.9.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1843,12 +1843,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__redox_syscall__0_2_6",
|
||||
url = "https://crates.io/api/v1/crates/redox_syscall/0.2.6/download",
|
||||
name = "raze__redox_syscall__0_2_8",
|
||||
url = "https://crates.io/api/v1/crates/redox_syscall/0.2.8/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041",
|
||||
strip_prefix = "redox_syscall-0.2.6",
|
||||
build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.6.bazel"),
|
||||
sha256 = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc",
|
||||
strip_prefix = "redox_syscall-0.2.8",
|
||||
build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.8.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1863,22 +1863,22 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__regex__1_4_6",
|
||||
url = "https://crates.io/api/v1/crates/regex/1.4.6/download",
|
||||
name = "raze__regex__1_5_4",
|
||||
url = "https://crates.io/api/v1/crates/regex/1.5.4/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759",
|
||||
strip_prefix = "regex-1.4.6",
|
||||
build_file = Label("//cargo/remote:BUILD.regex-1.4.6.bazel"),
|
||||
sha256 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461",
|
||||
strip_prefix = "regex-1.5.4",
|
||||
build_file = Label("//cargo/remote:BUILD.regex-1.5.4.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__regex_syntax__0_6_23",
|
||||
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.23/download",
|
||||
name = "raze__regex_syntax__0_6_25",
|
||||
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.25/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548",
|
||||
strip_prefix = "regex-syntax-0.6.23",
|
||||
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.23.bazel"),
|
||||
sha256 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b",
|
||||
strip_prefix = "regex-syntax-0.6.25",
|
||||
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.25.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2273,12 +2273,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__syn__1_0_70",
|
||||
url = "https://crates.io/api/v1/crates/syn/1.0.70/download",
|
||||
name = "raze__syn__1_0_72",
|
||||
url = "https://crates.io/api/v1/crates/syn/1.0.72/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883",
|
||||
strip_prefix = "syn-1.0.70",
|
||||
build_file = Label("//cargo/remote:BUILD.syn-1.0.70.bazel"),
|
||||
sha256 = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82",
|
||||
strip_prefix = "syn-1.0.72",
|
||||
build_file = Label("//cargo/remote:BUILD.syn-1.0.72.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2493,22 +2493,22 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__tracing__0_1_25",
|
||||
url = "https://crates.io/api/v1/crates/tracing/0.1.25/download",
|
||||
name = "raze__tracing__0_1_26",
|
||||
url = "https://crates.io/api/v1/crates/tracing/0.1.26/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f",
|
||||
strip_prefix = "tracing-0.1.25",
|
||||
build_file = Label("//cargo/remote:BUILD.tracing-0.1.25.bazel"),
|
||||
sha256 = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d",
|
||||
strip_prefix = "tracing-0.1.26",
|
||||
build_file = Label("//cargo/remote:BUILD.tracing-0.1.26.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__tracing_core__0_1_17",
|
||||
url = "https://crates.io/api/v1/crates/tracing-core/0.1.17/download",
|
||||
name = "raze__tracing_core__0_1_18",
|
||||
url = "https://crates.io/api/v1/crates/tracing-core/0.1.18/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f",
|
||||
strip_prefix = "tracing-core-0.1.17",
|
||||
build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.17.bazel"),
|
||||
sha256 = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052",
|
||||
strip_prefix = "tracing-core-0.1.18",
|
||||
build_file = Label("//cargo/remote:BUILD.tracing-core-0.1.18.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2633,12 +2633,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__unicode_xid__0_2_1",
|
||||
url = "https://crates.io/api/v1/crates/unicode-xid/0.2.1/download",
|
||||
name = "raze__unicode_xid__0_2_2",
|
||||
url = "https://crates.io/api/v1/crates/unicode-xid/0.2.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564",
|
||||
strip_prefix = "unicode-xid-0.2.1",
|
||||
build_file = Label("//cargo/remote:BUILD.unicode-xid-0.2.1.bazel"),
|
||||
sha256 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3",
|
||||
strip_prefix = "unicode-xid-0.2.2",
|
||||
build_file = Label("//cargo/remote:BUILD.unicode-xid-0.2.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
{
|
||||
"name": "aho-corasick",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.18",
|
||||
"authors": "Andrew Gallant <jamslam@gmail.com>",
|
||||
"repository": "https://github.com/BurntSushi/aho-corasick",
|
||||
"license": "MIT OR Unlicense",
|
||||
|
@ -289,7 +289,7 @@
|
|||
},
|
||||
{
|
||||
"name": "coarsetime",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.19",
|
||||
"authors": "Frank Denis <github@pureftpd.org>",
|
||||
"repository": "https://github.com/jedisct1/rust-coarsetime",
|
||||
"license": "ISC",
|
||||
|
@ -343,7 +343,7 @@
|
|||
},
|
||||
{
|
||||
"name": "crossbeam-utils",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"authors": "The Crossbeam Project Developers",
|
||||
"repository": "https://github.com/crossbeam-rs/crossbeam",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -685,7 +685,7 @@
|
|||
},
|
||||
{
|
||||
"name": "h2",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
|
||||
"repository": "https://github.com/hyperium/h2",
|
||||
"license": "MIT",
|
||||
|
@ -1009,7 +1009,7 @@
|
|||
},
|
||||
{
|
||||
"name": "lock_api",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
|
||||
"repository": "https://github.com/Amanieu/parking_lot",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1072,7 +1072,7 @@
|
|||
},
|
||||
{
|
||||
"name": "memchr",
|
||||
"version": "2.3.4",
|
||||
"version": "2.4.0",
|
||||
"authors": "Andrew Gallant <jamslam@gmail.com>|bluss",
|
||||
"repository": "https://github.com/BurntSushi/rust-memchr",
|
||||
"license": "MIT OR Unlicense",
|
||||
|
@ -1243,7 +1243,7 @@
|
|||
},
|
||||
{
|
||||
"name": "openssl",
|
||||
"version": "0.10.33",
|
||||
"version": "0.10.34",
|
||||
"authors": "Steven Fackler <sfackler@gmail.com>",
|
||||
"repository": "https://github.com/sfackler/rust-openssl",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1261,7 +1261,7 @@
|
|||
},
|
||||
{
|
||||
"name": "openssl-sys",
|
||||
"version": "0.9.61",
|
||||
"version": "0.9.63",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
|
||||
"repository": "https://github.com/sfackler/rust-openssl",
|
||||
"license": "MIT",
|
||||
|
@ -1270,7 +1270,7 @@
|
|||
},
|
||||
{
|
||||
"name": "ouroboros",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"authors": "Joshua Maros <joshua-maros@github.com>",
|
||||
"repository": "https://github.com/joshua-maros/ouroboros",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1279,7 +1279,7 @@
|
|||
},
|
||||
{
|
||||
"name": "ouroboros_macro",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"authors": "Joshua Maros <joshua-maros@github.com>",
|
||||
"repository": "https://github.com/joshua-maros/ouroboros",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1675,7 +1675,7 @@
|
|||
},
|
||||
{
|
||||
"name": "redox_syscall",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.8",
|
||||
"authors": "Jeremy Soller <jackpot51@gmail.com>",
|
||||
"repository": "https://gitlab.redox-os.org/redox-os/syscall",
|
||||
"license": "MIT",
|
||||
|
@ -1693,7 +1693,7 @@
|
|||
},
|
||||
{
|
||||
"name": "regex",
|
||||
"version": "1.4.6",
|
||||
"version": "1.5.4",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/regex",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1702,7 +1702,7 @@
|
|||
},
|
||||
{
|
||||
"name": "regex-syntax",
|
||||
"version": "0.6.23",
|
||||
"version": "0.6.25",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/regex",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2071,7 +2071,7 @@
|
|||
},
|
||||
{
|
||||
"name": "syn",
|
||||
"version": "1.0.70",
|
||||
"version": "1.0.72",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/syn",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2269,7 +2269,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tracing",
|
||||
"version": "0.1.25",
|
||||
"version": "0.1.26",
|
||||
"authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>",
|
||||
"repository": "https://github.com/tokio-rs/tracing",
|
||||
"license": "MIT",
|
||||
|
@ -2278,7 +2278,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tracing-core",
|
||||
"version": "0.1.17",
|
||||
"version": "0.1.18",
|
||||
"authors": "Tokio Contributors <team@tokio.rs>",
|
||||
"repository": "https://github.com/tokio-rs/tracing",
|
||||
"license": "MIT",
|
||||
|
@ -2395,8 +2395,8 @@
|
|||
},
|
||||
{
|
||||
"name": "unicode-xid",
|
||||
"version": "0.2.1",
|
||||
"authors": "erick.tryzelaar <erick.tryzelaar@gmail.com>|kwantam <kwantam@gmail.com>",
|
||||
"version": "0.2.2",
|
||||
"authors": "erick.tryzelaar <erick.tryzelaar@gmail.com>|kwantam <kwantam@gmail.com>|Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"repository": "https://github.com/unicode-rs/unicode-xid",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
|
|
6
cargo/remote/BUILD.Inflector-0.11.4.bazel
vendored
6
cargo/remote/BUILD.Inflector-0.11.4.bazel
vendored
|
@ -43,10 +43,6 @@ rust_library(
|
|||
name = "inflector",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"default",
|
||||
"heavyweight",
|
||||
"lazy_static",
|
||||
"regex",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
|
@ -62,8 +58,6 @@ rust_library(
|
|||
version = "0.11.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__regex__1_4_6//:regex",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ rust_library(
|
|||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
@ -48,9 +48,9 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.7.15",
|
||||
version = "0.7.18",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__memchr__2_4_0//:memchr",
|
||||
],
|
||||
)
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__askama_shared__0_11_1//:askama_shared",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -63,7 +63,7 @@ rust_library(
|
|||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__serde__1_0_125//:serde",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
"@raze__toml__0_5_8//:toml",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -59,7 +59,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__flate2__1_0_20//:flate2",
|
||||
"@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__tokio__1_5_0//:tokio",
|
||||
],
|
||||
|
|
2
cargo/remote/BUILD.async-trait-0.1.50.bazel
vendored
2
cargo/remote/BUILD.async-trait-0.1.50.bazel
vendored
|
@ -81,7 +81,7 @@ rust_library(
|
|||
":async_trait_build_script",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.18",
|
||||
version = "0.1.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__once_cell__1_7_2//:once_cell",
|
|
@ -61,7 +61,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__crossbeam_utils__0_8_3//:crossbeam_utils",
|
||||
"@raze__crossbeam_utils__0_8_4//:crossbeam_utils",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.3",
|
||||
version = "0.8.4",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
|
@ -82,7 +82,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.3",
|
||||
version = "0.8.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":crossbeam_utils_build_script",
|
2
cargo/remote/BUILD.ctor-0.1.20.bazel
vendored
2
cargo/remote/BUILD.ctor-0.1.20.bazel
vendored
|
@ -52,6 +52,6 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
2
cargo/remote/BUILD.derivative-2.2.0.bazel
vendored
2
cargo/remote/BUILD.derivative-2.2.0.bazel
vendored
|
@ -52,7 +52,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
2
cargo/remote/BUILD.env_logger-0.8.3.bazel
vendored
2
cargo/remote/BUILD.env_logger-0.8.3.bazel
vendored
|
@ -57,7 +57,7 @@ rust_library(
|
|||
"@raze__atty__0_2_14//:atty",
|
||||
"@raze__humantime__2_1_0//:humantime",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__regex__1_4_6//:regex",
|
||||
"@raze__regex__1_5_4//:regex",
|
||||
"@raze__termcolor__1_1_2//:termcolor",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -58,7 +58,7 @@ rust_library(
|
|||
"@raze__fluent_syntax__0_11_0//:fluent_syntax",
|
||||
"@raze__intl_memoizer__0_5_1//:intl_memoizer",
|
||||
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
|
||||
"@raze__ouroboros__0_9_1//:ouroboros",
|
||||
"@raze__ouroboros__0_9_2//:ouroboros",
|
||||
"@raze__rustc_hash__1_1_0//:rustc_hash",
|
||||
"@raze__smallvec__1_6_1//:smallvec",
|
||||
"@raze__unic_langid__0_9_0//:unic_langid",
|
||||
|
|
|
@ -54,6 +54,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
2
cargo/remote/BUILD.futures-util-0.3.14.bazel
vendored
2
cargo/remote/BUILD.futures-util-0.3.14.bazel
vendored
|
@ -76,7 +76,7 @@ rust_library(
|
|||
"@raze__futures_io__0_3_14//:futures_io",
|
||||
"@raze__futures_sink__0_3_14//:futures_sink",
|
||||
"@raze__futures_task__0_3_14//:futures_task",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__memchr__2_4_0//:memchr",
|
||||
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
|
||||
"@raze__pin_utils__0_1_0//:pin_utils",
|
||||
"@raze__proc_macro_nested__0_1_6//:proc_macro_nested",
|
||||
|
|
2
cargo/remote/BUILD.ghost-0.1.2.bazel
vendored
2
cargo/remote/BUILD.ghost-0.1.2.bazel
vendored
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.2",
|
||||
version = "0.3.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_0_1//:bytes",
|
||||
|
@ -65,6 +65,6 @@ rust_library(
|
|||
"@raze__slab__0_4_3//:slab",
|
||||
"@raze__tokio__1_5_0//:tokio",
|
||||
"@raze__tokio_util__0_6_6//:tokio_util",
|
||||
"@raze__tracing__0_1_25//:tracing",
|
||||
"@raze__tracing__0_1_26//:tracing",
|
||||
],
|
||||
)
|
2
cargo/remote/BUILD.html5ever-0.25.1.bazel
vendored
2
cargo/remote/BUILD.html5ever-0.25.1.bazel
vendored
|
@ -58,7 +58,7 @@ cargo_build_script(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
4
cargo/remote/BUILD.hyper-0.14.7.bazel
vendored
4
cargo/remote/BUILD.hyper-0.14.7.bazel
vendored
|
@ -107,7 +107,7 @@ rust_library(
|
|||
"@raze__futures_channel__0_3_14//:futures_channel",
|
||||
"@raze__futures_core__0_3_14//:futures_core",
|
||||
"@raze__futures_util__0_3_14//:futures_util",
|
||||
"@raze__h2__0_3_2//:h2",
|
||||
"@raze__h2__0_3_3//:h2",
|
||||
"@raze__http__0_2_4//:http",
|
||||
"@raze__http_body__0_4_1//:http_body",
|
||||
"@raze__httparse__1_4_0//:httparse",
|
||||
|
@ -117,7 +117,7 @@ rust_library(
|
|||
"@raze__socket2__0_4_0//:socket2",
|
||||
"@raze__tokio__1_5_0//:tokio",
|
||||
"@raze__tower_service__0_3_1//:tower_service",
|
||||
"@raze__tracing__0_1_25//:tracing",
|
||||
"@raze__tracing__0_1_26//:tracing",
|
||||
"@raze__want__0_3_0//:want",
|
||||
] + selects.with_or({
|
||||
# cfg(any(target_os = "linux", target_os = "macos"))
|
||||
|
|
2
cargo/remote/BUILD.indoc-impl-0.3.6.bazel
vendored
2
cargo/remote/BUILD.indoc-impl-0.3.6.bazel
vendored
|
@ -54,7 +54,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
"@raze__unindent__0_1_7//:unindent",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -46,7 +46,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.3",
|
||||
version = "0.4.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__scopeguard__1_1_0//:scopeguard",
|
|
@ -48,7 +48,7 @@ cargo_build_script(
|
|||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.3.4",
|
||||
version = "2.4.0",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -73,7 +73,7 @@ rust_library(
|
|||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
@ -81,7 +81,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.3.4",
|
||||
version = "2.4.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":memchr_build_script",
|
6
cargo/remote/BUILD.native-tls-0.2.7.bazel
vendored
6
cargo/remote/BUILD.native-tls-0.2.7.bazel
vendored
|
@ -72,7 +72,7 @@ cargo_build_script(
|
|||
"@rules_rust//rust/platform:aarch64-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": [],
|
||||
}) + selects.with_or({
|
||||
|
@ -132,9 +132,9 @@ rust_library(
|
|||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@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_sys__0_9_61//:openssl_sys",
|
||||
"@raze__openssl_sys__0_9_63//:openssl_sys",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
2
cargo/remote/BUILD.nom-6.1.2.bazel
vendored
2
cargo/remote/BUILD.nom-6.1.2.bazel
vendored
|
@ -117,7 +117,7 @@ rust_library(
|
|||
"@raze__bitvec__0_19_5//:bitvec",
|
||||
"@raze__funty__1_1_0//:funty",
|
||||
"@raze__lexical_core__0_7_6//:lexical_core",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__memchr__2_4_0//:memchr",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -54,6 +54,6 @@ rust_library(
|
|||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -53,10 +53,10 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.33",
|
||||
version = "0.10.34",
|
||||
visibility = ["//visibility:private"],
|
||||
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",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
aliases = {
|
||||
"@raze__openssl_sys__0_9_61//:openssl_sys": "ffi",
|
||||
"@raze__openssl_sys__0_9_63//:openssl_sys": "ffi",
|
||||
},
|
||||
crate_features = [
|
||||
],
|
||||
|
@ -81,7 +81,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.33",
|
||||
version = "0.10.34",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":openssl_build_script",
|
||||
|
@ -90,6 +90,6 @@ rust_library(
|
|||
"@raze__foreign_types__0_3_2//:foreign_types",
|
||||
"@raze__libc__0_2_94//:libc",
|
||||
"@raze__once_cell__1_7_2//:once_cell",
|
||||
"@raze__openssl_sys__0_9_61//:openssl_sys",
|
||||
"@raze__openssl_sys__0_9_63//:openssl_sys",
|
||||
],
|
||||
)
|
|
@ -54,7 +54,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.9.61",
|
||||
version = "0.9.63",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
|
@ -89,7 +89,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.9.61",
|
||||
version = "0.9.63",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":openssl_sys_build_script",
|
|
@ -40,7 +40,7 @@ rust_library(
|
|||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__ouroboros_macro__0_9_1//:ouroboros_macro",
|
||||
"@raze__ouroboros_macro__0_9_2//:ouroboros_macro",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.9.1",
|
||||
version = "0.9.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__stable_deref_trait__1_2_0//:stable_deref_trait",
|
|
@ -46,13 +46,13 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.9.1",
|
||||
version = "0.9.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__Inflector__0_11_4//:Inflector",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__proc_macro_error__1_0_4//:proc_macro_error",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
2
cargo/remote/BUILD.parking_lot-0.11.1.bazel
vendored
2
cargo/remote/BUILD.parking_lot-0.11.1.bazel
vendored
|
@ -51,7 +51,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@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",
|
||||
],
|
||||
)
|
||||
|
|
2
cargo/remote/BUILD.phf_macros-0.8.0.bazel
vendored
2
cargo/remote/BUILD.phf_macros-0.8.0.bazel
vendored
|
@ -58,7 +58,7 @@ rust_library(
|
|||
"@raze__phf_shared__0_8_0//:phf_shared",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -91,7 +91,7 @@ rust_library(
|
|||
":proc_macro_error_build_script",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
2
cargo/remote/BUILD.proc-macro2-1.0.26.bazel
vendored
2
cargo/remote/BUILD.proc-macro2-1.0.26.bazel
vendored
|
@ -83,7 +83,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":proc_macro2_build_script",
|
||||
"@raze__unicode_xid__0_2_1//:unicode_xid",
|
||||
"@raze__unicode_xid__0_2_2//:unicode_xid",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
2
cargo/remote/BUILD.prost-derive-0.7.0.bazel
vendored
2
cargo/remote/BUILD.prost-derive-0.7.0.bazel
vendored
|
@ -53,6 +53,6 @@ rust_library(
|
|||
"@raze__itertools__0_9_0//:itertools",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -91,7 +91,7 @@ rust_binary(
|
|||
":pulldown_cmark_build_script",
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
||||
"@raze__getopts__0_2_21//:getopts",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__memchr__2_4_0//:memchr",
|
||||
"@raze__unicase__2_6_0//:unicase",
|
||||
],
|
||||
)
|
||||
|
@ -126,7 +126,7 @@ rust_library(
|
|||
":pulldown_cmark_build_script",
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
||||
"@raze__getopts__0_2_21//:getopts",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__memchr__2_4_0//:memchr",
|
||||
"@raze__unicase__2_6_0//:unicase",
|
||||
],
|
||||
)
|
||||
|
|
2
cargo/remote/BUILD.pyo3-macros-0.13.2.bazel
vendored
2
cargo/remote/BUILD.pyo3-macros-0.13.2.bazel
vendored
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__pyo3_macros_backend__0_13_2//:pyo3_macros_backend",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.6",
|
||||
version = "0.2.8",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
2
cargo/remote/BUILD.redox_users-0.4.0.bazel
vendored
2
cargo/remote/BUILD.redox_users-0.4.0.bazel
vendored
|
@ -50,6 +50,6 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__getrandom__0_2_2//:getrandom",
|
||||
"@raze__redox_syscall__0_2_6//:redox_syscall",
|
||||
"@raze__redox_syscall__0_2_8//:redox_syscall",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -67,7 +67,7 @@ rust_library(
|
|||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
@ -75,12 +75,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.4.6",
|
||||
version = "1.5.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__aho_corasick__0_7_15//:aho_corasick",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__regex_syntax__0_6_23//:regex_syntax",
|
||||
"@raze__aho_corasick__0_7_18//:aho_corasick",
|
||||
"@raze__memchr__2_4_0//:memchr",
|
||||
"@raze__regex_syntax__0_6_25//:regex_syntax",
|
||||
],
|
||||
)
|
||||
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
@ -57,7 +57,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.6.23",
|
||||
version = "0.6.25",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
2
cargo/remote/BUILD.rusqlite-0.24.2.bazel
vendored
2
cargo/remote/BUILD.rusqlite-0.24.2.bazel
vendored
|
@ -63,7 +63,7 @@ rust_library(
|
|||
"@raze__fallible_streaming_iterator__0_1_9//:fallible_streaming_iterator",
|
||||
"@raze__hashlink__0_6_0//:hashlink",
|
||||
"@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",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -83,6 +83,6 @@ rust_library(
|
|||
":serde_derive_build_script",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
2
cargo/remote/BUILD.serde_repr-0.1.6.bazel
vendored
2
cargo/remote/BUILD.serde_repr-0.1.6.bazel
vendored
|
@ -51,7 +51,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -58,7 +58,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@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_async__2_6_0//:slog_async",
|
||||
"@raze__slog_scope__4_4_0//:slog_scope",
|
||||
|
|
2
cargo/remote/BUILD.strum_macros-0.20.1.bazel
vendored
2
cargo/remote/BUILD.strum_macros-0.20.1.bazel
vendored
|
@ -52,6 +52,6 @@ rust_library(
|
|||
"@raze__heck__0_3_2//:heck",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -65,7 +65,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.70",
|
||||
version = "1.0.72",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -103,13 +103,13 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.70",
|
||||
version = "1.0.72",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":syn_build_script",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__unicode_xid__0_2_1//:unicode_xid",
|
||||
"@raze__unicode_xid__0_2_2//:unicode_xid",
|
||||
],
|
||||
)
|
||||
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_70//:syn",
|
||||
"@raze__syn__1_0_72//:syn",
|
||||
],
|
||||
)
|
||||
|
|
2
cargo/remote/BUILD.tokio-1.5.0.bazel
vendored
2
cargo/remote/BUILD.tokio-1.5.0.bazel
vendored
|
@ -127,7 +127,7 @@ rust_library(
|
|||
deps = [
|
||||
":tokio_build_script",
|
||||
"@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__num_cpus__1_13_0//:num_cpus",
|
||||
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
|
||||
|
|
|
@ -51,12 +51,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.25",
|
||||
version = "0.1.26",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@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",
|
||||
],
|
||||
)
|
||||
|
|
@ -48,7 +48,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.17",
|
||||
version = "0.1.18",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
|
@ -53,7 +53,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@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",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -30,6 +30,8 @@ licenses([
|
|||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "xid" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "unicode_xid",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
|
@ -47,7 +49,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.1",
|
||||
version = "0.2.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
"@raze__log__0_4_14//:log",
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@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",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_26//:proc_macro2",
|
||||
"@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_shared__0_2_73//:wasm_bindgen_shared",
|
||||
],
|
||||
|
|
|
@ -77,7 +77,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "coarsetime",
|
||||
actual = "@raze__coarsetime__0_1_18//:coarsetime",
|
||||
actual = "@raze__coarsetime__0_1_19//:coarsetime",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -275,7 +275,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "regex",
|
||||
actual = "@raze__regex__1_4_6//:regex",
|
||||
actual = "@raze__regex__1_5_4//:regex",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
Loading…
Reference in a new issue