mirror of
https://github.com/ankitects/anki.git
synced 2025-12-17 00:30:58 -05:00
Update Rust deps
This commit is contained in:
parent
a39a3b4d34
commit
cfb309e6b3
251 changed files with 3950 additions and 3402 deletions
1080
Cargo.lock
generated
1080
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -36,6 +36,9 @@ default_gen_buildrs = true
|
|||
[package.metadata.raze.crates.pyo3.'*']
|
||||
compile_data_attr = "glob([\"**/*.md\"])"
|
||||
|
||||
[package.metadata.raze.crates.prost.'*']
|
||||
compile_data_attr = "glob([\"**/*.md\"])"
|
||||
|
||||
[package.metadata.raze.crates.ring.'*']
|
||||
compile_data_attr = "glob([\"src/**/*.der\"])"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ licenses([
|
|||
# Aliased targets
|
||||
alias(
|
||||
name = "ammonia",
|
||||
actual = "@raze__ammonia__3_1_4//:ammonia",
|
||||
actual = "@raze__ammonia__3_2_1//:ammonia",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -23,7 +23,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "async_trait",
|
||||
actual = "@raze__async_trait__0_1_52//:async_trait",
|
||||
actual = "@raze__async_trait__0_1_57//:async_trait",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -41,7 +41,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "bytes",
|
||||
actual = "@raze__bytes__1_1_0//:bytes",
|
||||
actual = "@raze__bytes__1_2_1//:bytes",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -50,7 +50,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "chrono",
|
||||
actual = "@raze__chrono__0_4_19//:chrono",
|
||||
actual = "@raze__chrono__0_4_22//:chrono",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -59,7 +59,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "coarsetime",
|
||||
actual = "@raze__coarsetime__0_1_21//:coarsetime",
|
||||
actual = "@raze__coarsetime__0_1_22//:coarsetime",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -86,7 +86,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "env_logger",
|
||||
actual = "@raze__env_logger__0_9_0//:env_logger",
|
||||
actual = "@raze__env_logger__0_9_1//:env_logger",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -95,7 +95,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "flate2",
|
||||
actual = "@raze__flate2__1_0_22//:flate2",
|
||||
actual = "@raze__flate2__1_0_24//:flate2",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -140,7 +140,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "futures",
|
||||
actual = "@raze__futures__0_3_21//:futures",
|
||||
actual = "@raze__futures__0_3_24//:futures",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -194,7 +194,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "itertools",
|
||||
actual = "@raze__itertools__0_10_3//:itertools",
|
||||
actual = "@raze__itertools__0_10_5//:itertools",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -257,7 +257,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "num_integer",
|
||||
actual = "@raze__num_integer__0_1_44//:num_integer",
|
||||
actual = "@raze__num_integer__0_1_45//:num_integer",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -266,7 +266,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "once_cell",
|
||||
actual = "@raze__once_cell__1_10_0//:once_cell",
|
||||
actual = "@raze__once_cell__1_15_0//:once_cell",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -284,7 +284,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "phf",
|
||||
actual = "@raze__phf__0_10_1//:phf",
|
||||
actual = "@raze__phf__0_11_1//:phf",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -293,7 +293,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "pin_project",
|
||||
actual = "@raze__pin_project__1_0_10//:pin_project",
|
||||
actual = "@raze__pin_project__1_0_12//:pin_project",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -311,7 +311,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "prost",
|
||||
actual = "@raze__prost__0_9_0//:prost",
|
||||
actual = "@raze__prost__0_11_0//:prost",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -320,7 +320,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "prost_build",
|
||||
actual = "@raze__prost_build__0_9_0//:prost_build",
|
||||
actual = "@raze__prost_build__0_11_1//:prost_build",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -329,7 +329,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "pulldown_cmark",
|
||||
actual = "@raze__pulldown_cmark__0_8_0//:pulldown_cmark",
|
||||
actual = "@raze__pulldown_cmark__0_9_2//:pulldown_cmark",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -338,7 +338,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "pyo3",
|
||||
actual = "@raze__pyo3__0_15_1//:pyo3",
|
||||
actual = "@raze__pyo3__0_17_1//:pyo3",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -356,7 +356,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "regex",
|
||||
actual = "@raze__regex__1_5_6//:regex",
|
||||
actual = "@raze__regex__1_6_0//:regex",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -374,7 +374,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "rusqlite",
|
||||
actual = "@raze__rusqlite__0_26_3//:rusqlite",
|
||||
actual = "@raze__rusqlite__0_28_0//:rusqlite",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -392,7 +392,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "serde",
|
||||
actual = "@raze__serde__1_0_136//:serde",
|
||||
actual = "@raze__serde__1_0_145//:serde",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -401,7 +401,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "serde_aux",
|
||||
actual = "@raze__serde_aux__3_0_1//:serde_aux",
|
||||
actual = "@raze__serde_aux__4_0_0//:serde_aux",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -410,7 +410,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "serde_derive",
|
||||
actual = "@raze__serde_derive__1_0_136//:serde_derive",
|
||||
actual = "@raze__serde_derive__1_0_145//:serde_derive",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -419,7 +419,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "serde_json",
|
||||
actual = "@raze__serde_json__1_0_79//:serde_json",
|
||||
actual = "@raze__serde_json__1_0_85//:serde_json",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -428,7 +428,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "serde_repr",
|
||||
actual = "@raze__serde_repr__0_1_7//:serde_repr",
|
||||
actual = "@raze__serde_repr__0_1_9//:serde_repr",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -491,7 +491,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "strum",
|
||||
actual = "@raze__strum__0_23_0//:strum",
|
||||
actual = "@raze__strum__0_24_1//:strum",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -509,7 +509,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "tokio",
|
||||
actual = "@raze__tokio__1_17_0//:tokio",
|
||||
actual = "@raze__tokio__1_21_1//:tokio",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -518,7 +518,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "tokio_util",
|
||||
actual = "@raze__tokio_util__0_6_9//:tokio_util",
|
||||
actual = "@raze__tokio_util__0_7_4//:tokio_util",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -554,7 +554,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "unicode_normalization",
|
||||
actual = "@raze__unicode_normalization__0_1_19//:unicode_normalization",
|
||||
actual = "@raze__unicode_normalization__0_1_22//:unicode_normalization",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -581,7 +581,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "zip",
|
||||
actual = "@raze__zip__0_5_13//:zip",
|
||||
actual = "@raze__zip__0_6_2//:zip",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -590,7 +590,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "zstd",
|
||||
actual = "@raze__zstd__0_10_0_zstd_1_5_2//:zstd",
|
||||
actual = "@raze__zstd__0_11_2_zstd_1_5_2//:zstd",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
@ -599,9 +599,19 @@ alias(
|
|||
|
||||
# Export file for Stardoc support
|
||||
exports_files(
|
||||
[
|
||||
"crates.bzl",
|
||||
],
|
||||
glob([
|
||||
"**/*.bazel",
|
||||
"**/*.bzl",
|
||||
]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "srcs",
|
||||
srcs = glob([
|
||||
"**/*.bazel",
|
||||
"**/*.bzl",
|
||||
]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ rust_library(
|
|||
name = "reqwest",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
aliases = {
|
||||
"@raze__native_tls__0_2_8//:native_tls": "native_tls_crate",
|
||||
"@raze__native_tls__0_2_10//:native_tls": "native_tls_crate",
|
||||
},
|
||||
crate_features = [
|
||||
"__tls",
|
||||
|
|
@ -76,14 +76,14 @@ rust_library(
|
|||
version = "0.11.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_1_0//:bytes",
|
||||
"@raze__http__0_2_6//:http",
|
||||
"@raze__bytes__1_2_1//:bytes",
|
||||
"@raze__http__0_2_8//:http",
|
||||
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
|
||||
"@raze__mime_guess__2_0_4//:mime_guess",
|
||||
"@raze__serde__1_0_136//:serde",
|
||||
"@raze__serde_json__1_0_79//:serde_json",
|
||||
"@raze__serde__1_0_145//:serde",
|
||||
"@raze__serde_json__1_0_85//:serde_json",
|
||||
"@raze__serde_urlencoded__0_7_1//:serde_urlencoded",
|
||||
"@raze__url__2_2_2//:url",
|
||||
"@raze__url__2_3_1//:url",
|
||||
] + selects.with_or({
|
||||
# cfg(not(target_arch = "wasm32"))
|
||||
(
|
||||
|
|
@ -96,20 +96,20 @@ rust_library(
|
|||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__base64__0_13_0//:base64",
|
||||
"@raze__encoding_rs__0_8_30//:encoding_rs",
|
||||
"@raze__futures_core__0_3_21//:futures_core",
|
||||
"@raze__futures_util__0_3_21//:futures_util",
|
||||
"@raze__http_body__0_4_4//:http_body",
|
||||
"@raze__hyper__0_14_17//:hyper",
|
||||
"@raze__encoding_rs__0_8_31//:encoding_rs",
|
||||
"@raze__futures_core__0_3_24//:futures_core",
|
||||
"@raze__futures_util__0_3_24//:futures_util",
|
||||
"@raze__http_body__0_4_5//:http_body",
|
||||
"@raze__hyper__0_14_20//:hyper",
|
||||
"@raze__hyper_tls__0_5_0//:hyper_tls",
|
||||
"@raze__ipnet__2_4_0//:ipnet",
|
||||
"@raze__ipnet__2_5_0//:ipnet",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__mime__0_3_16//:mime",
|
||||
"@raze__native_tls__0_2_8//:native_tls",
|
||||
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
||||
"@raze__pin_project_lite__0_2_8//:pin_project_lite",
|
||||
"@raze__tokio__1_17_0//:tokio",
|
||||
"@raze__native_tls__0_2_10//:native_tls",
|
||||
"@raze__percent_encoding__2_2_0//:percent_encoding",
|
||||
"@raze__pin_project_lite__0_2_9//:pin_project_lite",
|
||||
"@raze__tokio__1_21_1//:tokio",
|
||||
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
|
||||
"@raze__tokio_socks__0_5_1//:tokio_socks",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -79,14 +79,14 @@ rust_library(
|
|||
version = "0.11.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_1_0//:bytes",
|
||||
"@raze__http__0_2_6//:http",
|
||||
"@raze__bytes__1_2_1//:bytes",
|
||||
"@raze__http__0_2_8//:http",
|
||||
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
|
||||
"@raze__mime_guess__2_0_4//:mime_guess",
|
||||
"@raze__serde__1_0_136//:serde",
|
||||
"@raze__serde_json__1_0_79//:serde_json",
|
||||
"@raze__serde__1_0_145//:serde",
|
||||
"@raze__serde_json__1_0_85//:serde_json",
|
||||
"@raze__serde_urlencoded__0_7_1//:serde_urlencoded",
|
||||
"@raze__url__2_2_2//:url",
|
||||
"@raze__url__2_3_1//:url",
|
||||
] + selects.with_or({
|
||||
# cfg(not(target_arch = "wasm32"))
|
||||
(
|
||||
|
|
@ -98,21 +98,21 @@ rust_library(
|
|||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__base64__0_13_0//:base64",
|
||||
"@raze__encoding_rs__0_8_30//:encoding_rs",
|
||||
"@raze__futures_core__0_3_21//:futures_core",
|
||||
"@raze__futures_util__0_3_21//:futures_util",
|
||||
"@raze__http_body__0_4_4//:http_body",
|
||||
"@raze__hyper__0_14_17//:hyper",
|
||||
"@raze__encoding_rs__0_8_31//:encoding_rs",
|
||||
"@raze__futures_core__0_3_24//:futures_core",
|
||||
"@raze__futures_util__0_3_24//:futures_util",
|
||||
"@raze__http_body__0_4_5//:http_body",
|
||||
"@raze__hyper__0_14_20//:hyper",
|
||||
"@raze__hyper_rustls__0_22_1//:hyper_rustls",
|
||||
"@raze__ipnet__2_4_0//:ipnet",
|
||||
"@raze__ipnet__2_5_0//:ipnet",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__mime__0_3_16//:mime",
|
||||
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
||||
"@raze__pin_project_lite__0_2_8//:pin_project_lite",
|
||||
"@raze__percent_encoding__2_2_0//:percent_encoding",
|
||||
"@raze__pin_project_lite__0_2_9//:pin_project_lite",
|
||||
"@raze__rustls__0_19_1//:rustls",
|
||||
"@raze__rustls_native_certs__0_5_0//:rustls_native_certs",
|
||||
"@raze__tokio__1_17_0//:tokio",
|
||||
"@raze__tokio__1_21_1//:tokio",
|
||||
"@raze__tokio_rustls__0_22_0//:tokio_rustls",
|
||||
"@raze__tokio_socks__0_5_1//:tokio_socks",
|
||||
"@raze__webpki_roots__0_21_1//:webpki_roots",
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
],
|
||||
version = "0.7.0",
|
||||
proc_macro_deps = [
|
||||
"@raze__rustversion__1_0_6//:rustversion",
|
||||
"@raze__rustversion__1_0_9//:rustversion",
|
||||
],
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
|
|
|
|||
1670
cargo/crates.bzl
1670
cargo/crates.bzl
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
4
cargo/remote/BUILD.ahash-0.7.6.bazel
vendored
4
cargo/remote/BUILD.ahash-0.7.6.bazel
vendored
|
|
@ -124,7 +124,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__getrandom__0_2_5//:getrandom",
|
||||
"@raze__getrandom__0_2_7//:getrandom",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
@ -138,7 +138,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__once_cell__1_10_0//:once_cell",
|
||||
"@raze__once_cell__1_15_0//:once_cell",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -49,9 +49,9 @@ rust_library(
|
|||
"crate-name=aho_corasick",
|
||||
"manual",
|
||||
],
|
||||
version = "0.7.18",
|
||||
version = "0.7.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__memchr__2_4_1//:memchr",
|
||||
"@raze__memchr__2_5_0//:memchr",
|
||||
],
|
||||
)
|
||||
|
|
@ -49,15 +49,14 @@ rust_library(
|
|||
"crate-name=ammonia",
|
||||
"manual",
|
||||
],
|
||||
version = "3.1.4",
|
||||
version = "3.2.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__html5ever__0_25_1//:html5ever",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__html5ever__0_26_0//:html5ever",
|
||||
"@raze__maplit__1_0_2//:maplit",
|
||||
"@raze__markup5ever_rcdom__0_1_0//:markup5ever_rcdom",
|
||||
"@raze__tendril__0_4_2//:tendril",
|
||||
"@raze__url__2_2_2//:url",
|
||||
"@raze__once_cell__1_15_0//:once_cell",
|
||||
"@raze__tendril__0_4_3//:tendril",
|
||||
"@raze__url__2_3_1//:url",
|
||||
],
|
||||
)
|
||||
|
||||
57
cargo/remote/BUILD.android_system_properties-0.1.5.bazel
vendored
Normal file
57
cargo/remote/BUILD.android_system_properties-0.1.5.bazel
vendored
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@rules_rust//rust:defs.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "time_zone" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "android_system_properties",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=android_system_properties",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
)
|
||||
|
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.56",
|
||||
version = "1.0.65",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -80,7 +80,7 @@ rust_library(
|
|||
"crate-name=anyhow",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.56",
|
||||
version = "1.0.65",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":anyhow_build_script",
|
||||
|
|
@ -53,7 +53,7 @@ rust_library(
|
|||
"crate-name=arc-swap",
|
||||
"manual",
|
||||
],
|
||||
version = "1.5.0",
|
||||
version = "1.5.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -54,7 +54,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.52",
|
||||
version = "0.1.57",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -76,13 +76,13 @@ rust_proc_macro(
|
|||
"crate-name=async-trait",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.52",
|
||||
version = "0.1.57",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":async_trait_build_script",
|
||||
"@raze__proc_macro2__1_0_36//:proc_macro2",
|
||||
"@raze__quote__1_0_15//:quote",
|
||||
"@raze__syn__1_0_88//:syn",
|
||||
"@raze__proc_macro2__1_0_43//:proc_macro2",
|
||||
"@raze__quote__1_0_21//:quote",
|
||||
"@raze__syn__1_0_100//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
2
cargo/remote/BUILD.atty-0.2.14.bazel
vendored
2
cargo/remote/BUILD.atty-0.2.14.bazel
vendored
|
|
@ -64,7 +64,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
|||
17
cargo/remote/BUILD.bazel
vendored
17
cargo/remote/BUILD.bazel
vendored
|
|
@ -0,0 +1,17 @@
|
|||
# Export file for Stardoc support
|
||||
exports_files(
|
||||
glob([
|
||||
"**/*.bazel",
|
||||
"**/*.bzl",
|
||||
]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "srcs",
|
||||
srcs = glob([
|
||||
"**/*.bazel",
|
||||
"**/*.bzl",
|
||||
]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
2
cargo/remote/BUILD.blake3-1.3.1.bazel
vendored
2
cargo/remote/BUILD.blake3-1.3.1.bazel
vendored
|
|
@ -93,6 +93,6 @@ rust_library(
|
|||
"@raze__arrayvec__0_7_2//:arrayvec",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__constant_time_eq__0_1_5//:constant_time_eq",
|
||||
"@raze__digest__0_10_3//:digest",
|
||||
"@raze__digest__0_10_5//:digest",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -47,10 +47,10 @@ rust_library(
|
|||
"crate-name=block-buffer",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.2",
|
||||
version = "0.10.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__generic_array__0_14_5//:generic_array",
|
||||
"@raze__generic_array__0_14_6//:generic_array",
|
||||
],
|
||||
)
|
||||
|
||||
4
cargo/remote/BUILD.bstr-0.2.17.bazel
vendored
4
cargo/remote/BUILD.bstr-0.2.17.bazel
vendored
|
|
@ -76,8 +76,8 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__memchr__2_4_1//:memchr",
|
||||
"@raze__memchr__2_5_0//:memchr",
|
||||
"@raze__regex_automata__0_1_10//:regex_automata",
|
||||
"@raze__serde__1_0_136//:serde",
|
||||
"@raze__serde__1_0_145//:serde",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ rust_library(
|
|||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
edition = "2021",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
"crate-name=bumpalo",
|
||||
"manual",
|
||||
],
|
||||
version = "3.9.1",
|
||||
version = "3.11.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
"crate-name=bytes",
|
||||
"manual",
|
||||
],
|
||||
version = "1.1.0",
|
||||
version = "1.2.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
4
cargo/remote/BUILD.cc-1.0.73.bazel
vendored
4
cargo/remote/BUILD.cc-1.0.73.bazel
vendored
|
|
@ -55,7 +55,7 @@ rust_binary(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":cc",
|
||||
"@raze__jobserver__0_1_24//:jobserver",
|
||||
"@raze__jobserver__0_1_25//:jobserver",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ rust_library(
|
|||
version = "1.0.73",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__jobserver__0_1_24//:jobserver",
|
||||
"@raze__jobserver__0_1_25//:jobserver",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -44,15 +44,18 @@ rust_library(
|
|||
"alloc",
|
||||
"clock",
|
||||
"default",
|
||||
"libc",
|
||||
"iana-time-zone",
|
||||
"js-sys",
|
||||
"oldtime",
|
||||
"std",
|
||||
"time",
|
||||
"wasm-bindgen",
|
||||
"wasmbind",
|
||||
"winapi",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -61,12 +64,12 @@ rust_library(
|
|||
"crate-name=chrono",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.19",
|
||||
version = "0.4.22",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__num_integer__0_1_44//:num_integer",
|
||||
"@raze__num_traits__0_2_14//:num_traits",
|
||||
"@raze__iana_time_zone__0_1_50//:iana_time_zone",
|
||||
"@raze__num_integer__0_1_45//:num_integer",
|
||||
"@raze__num_traits__0_2_15//:num_traits",
|
||||
"@raze__time__0_1_44//:time",
|
||||
] + selects.with_or({
|
||||
# cfg(windows)
|
||||
|
|
@ -49,10 +49,10 @@ rust_library(
|
|||
"crate-name=coarsetime",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.21",
|
||||
version = "0.1.22",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__once_cell__1_10_0//:once_cell",
|
||||
"@raze__once_cell__1_15_0//:once_cell",
|
||||
] + selects.with_or({
|
||||
# cfg(not(target_os = "wasi"))
|
||||
(
|
||||
|
|
@ -64,7 +64,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
2
cargo/remote/BUILD.codespan-0.11.1.bazel
vendored
2
cargo/remote/BUILD.codespan-0.11.1.bazel
vendored
|
|
@ -53,6 +53,6 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__codespan_reporting__0_11_1//:codespan_reporting",
|
||||
"@raze__serde__1_0_136//:serde",
|
||||
"@raze__serde__1_0_145//:serde",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -62,9 +62,9 @@ rust_library(
|
|||
version = "0.11.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__serde__1_0_136//:serde",
|
||||
"@raze__serde__1_0_145//:serde",
|
||||
"@raze__termcolor__1_1_3//:termcolor",
|
||||
"@raze__unicode_width__0_1_9//:unicode_width",
|
||||
"@raze__unicode_width__0_1_10//:unicode_width",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -58,11 +58,11 @@ rust_library(
|
|||
"crate-name=crossbeam-channel",
|
||||
"manual",
|
||||
],
|
||||
version = "0.5.2",
|
||||
version = "0.5.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__crossbeam_utils__0_8_7//:crossbeam_utils",
|
||||
"@raze__crossbeam_utils__0_8_11//:crossbeam_utils",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -43,7 +43,8 @@ cargo_build_script(
|
|||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
"lazy_static",
|
||||
"default",
|
||||
"once_cell",
|
||||
"std",
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
|
|
@ -56,7 +57,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.7",
|
||||
version = "0.8.11",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -68,7 +69,8 @@ rust_library(
|
|||
name = "crossbeam_utils",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"lazy_static",
|
||||
"default",
|
||||
"once_cell",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
|
|
@ -82,12 +84,12 @@ rust_library(
|
|||
"crate-name=crossbeam-utils",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.7",
|
||||
version = "0.8.11",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":crossbeam_utils_build_script",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__once_cell__1_15_0//:once_cell",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -48,10 +48,10 @@ rust_library(
|
|||
"crate-name=crypto-common",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.3",
|
||||
version = "0.1.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__generic_array__0_14_5//:generic_array",
|
||||
"@raze__generic_array__0_14_6//:generic_array",
|
||||
"@raze__typenum__1_15_0//:typenum",
|
||||
],
|
||||
)
|
||||
8
cargo/remote/BUILD.cssparser-0.27.2.bazel
vendored
8
cargo/remote/BUILD.cssparser-0.27.2.bazel
vendored
|
|
@ -57,9 +57,9 @@ cargo_build_script(
|
|||
version = "0.27.2",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_36//:proc_macro2",
|
||||
"@raze__quote__1_0_15//:quote",
|
||||
"@raze__syn__1_0_88//:syn",
|
||||
"@raze__proc_macro2__1_0_43//:proc_macro2",
|
||||
"@raze__quote__1_0_21//:quote",
|
||||
"@raze__syn__1_0_100//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -90,6 +90,6 @@ rust_library(
|
|||
"@raze__itoa__0_4_8//:itoa",
|
||||
"@raze__matches__0_1_9//:matches",
|
||||
"@raze__phf__0_8_0//:phf",
|
||||
"@raze__smallvec__1_8_0//:smallvec",
|
||||
"@raze__smallvec__1_9_0//:smallvec",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ rust_proc_macro(
|
|||
version = "0.6.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__quote__1_0_15//:quote",
|
||||
"@raze__syn__1_0_88//:syn",
|
||||
"@raze__quote__1_0_21//:quote",
|
||||
"@raze__syn__1_0_100//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
6
cargo/remote/BUILD.csv-1.1.6.bazel
vendored
6
cargo/remote/BUILD.csv-1.1.6.bazel
vendored
|
|
@ -126,9 +126,9 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__bstr__0_2_17//:bstr",
|
||||
"@raze__csv_core__0_1_10//:csv_core",
|
||||
"@raze__itoa__1_0_1//:itoa",
|
||||
"@raze__ryu__1_0_9//:ryu",
|
||||
"@raze__serde__1_0_136//:serde",
|
||||
"@raze__itoa__1_0_3//:itoa",
|
||||
"@raze__ryu__1_0_11//:ryu",
|
||||
"@raze__serde__1_0_145//:serde",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
2
cargo/remote/BUILD.csv-core-0.1.10.bazel
vendored
2
cargo/remote/BUILD.csv-core-0.1.10.bazel
vendored
|
|
@ -53,6 +53,6 @@ rust_library(
|
|||
version = "0.1.10",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__memchr__2_4_1//:memchr",
|
||||
"@raze__memchr__2_5_0//:memchr",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
6
cargo/remote/BUILD.derive_more-0.99.17.bazel
vendored
6
cargo/remote/BUILD.derive_more-0.99.17.bazel
vendored
|
|
@ -79,9 +79,9 @@ rust_proc_macro(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__convert_case__0_4_0//:convert_case",
|
||||
"@raze__proc_macro2__1_0_36//:proc_macro2",
|
||||
"@raze__quote__1_0_15//:quote",
|
||||
"@raze__syn__1_0_88//:syn",
|
||||
"@raze__proc_macro2__1_0_43//:proc_macro2",
|
||||
"@raze__quote__1_0_21//:quote",
|
||||
"@raze__syn__1_0_100//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -54,11 +54,11 @@ rust_library(
|
|||
"crate-name=digest",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.3",
|
||||
version = "0.10.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__block_buffer__0_10_2//:block_buffer",
|
||||
"@raze__crypto_common__0_1_3//:crypto_common",
|
||||
"@raze__block_buffer__0_10_3//:block_buffer",
|
||||
"@raze__crypto_common__0_1_6//:crypto_common",
|
||||
"@raze__subtle__2_4_1//:subtle",
|
||||
],
|
||||
)
|
||||
2
cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel
vendored
2
cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel
vendored
|
|
@ -62,7 +62,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ rust_library(
|
|||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"crate-name=either",
|
||||
"manual",
|
||||
],
|
||||
version = "1.6.1",
|
||||
version = "1.8.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -26,7 +26,7 @@ package(default_visibility = [
|
|||
])
|
||||
|
||||
licenses([
|
||||
"restricted", # no license
|
||||
"notice", # Apache-2.0 from expression "(Apache-2.0 OR MIT) AND BSD-3-Clause"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.30",
|
||||
version = "0.8.31",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -80,7 +80,7 @@ rust_library(
|
|||
"crate-name=encoding_rs",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.30",
|
||||
version = "0.8.31",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":encoding_rs_build_script",
|
||||
|
|
@ -52,13 +52,13 @@ rust_library(
|
|||
"crate-name=env_logger",
|
||||
"manual",
|
||||
],
|
||||
version = "0.9.0",
|
||||
version = "0.9.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__atty__0_2_14//:atty",
|
||||
"@raze__humantime__2_1_0//:humantime",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__regex__1_5_6//:regex",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__regex__1_6_0//:regex",
|
||||
"@raze__termcolor__1_1_3//:termcolor",
|
||||
],
|
||||
)
|
||||
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"crate-name=fastrand",
|
||||
"manual",
|
||||
],
|
||||
version = "1.7.0",
|
||||
version = "1.8.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"crate-name=fixedbitset",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.1",
|
||||
version = "0.4.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -94,24 +94,18 @@ rust_library(
|
|||
"crate-name=flate2",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.22",
|
||||
version = "1.0.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__crc32fast__1_3_2//:crc32fast",
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__miniz_oxide__0_4_4//:miniz_oxide",
|
||||
"@raze__miniz_oxide__0_5_4//:miniz_oxide",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "async-reader" with type "test" omitted
|
||||
|
||||
# Unsupported target "early-flush" with type "test" omitted
|
||||
|
||||
# Unsupported target "empty-read" with type "test" omitted
|
||||
|
||||
# Unsupported target "gunzip" with type "test" omitted
|
||||
|
||||
# Unsupported target "tokio" with type "test" omitted
|
||||
|
||||
# Unsupported target "zero-write" with type "test" omitted
|
||||
|
|
@ -61,7 +61,7 @@ rust_library(
|
|||
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
|
||||
"@raze__rustc_hash__1_1_0//:rustc_hash",
|
||||
"@raze__self_cell__0_10_2//:self_cell",
|
||||
"@raze__smallvec__1_8_0//:smallvec",
|
||||
"@raze__smallvec__1_9_0//:smallvec",
|
||||
"@raze__unic_langid__0_9_0//:unic_langid",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ rust_binary(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":fluent_syntax",
|
||||
"@raze__thiserror__1_0_30//:thiserror",
|
||||
"@raze__thiserror__1_0_35//:thiserror",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ rust_binary(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":fluent_syntax",
|
||||
"@raze__thiserror__1_0_30//:thiserror",
|
||||
"@raze__thiserror__1_0_35//:thiserror",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -109,7 +109,7 @@ rust_library(
|
|||
version = "0.11.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__thiserror__1_0_30//:thiserror",
|
||||
"@raze__thiserror__1_0_35//:thiserror",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -47,10 +47,9 @@ rust_library(
|
|||
"crate-name=form_urlencoded",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.1",
|
||||
version = "1.1.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__matches__0_1_9//:matches",
|
||||
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
||||
"@raze__percent_encoding__2_2_0//:percent_encoding",
|
||||
],
|
||||
)
|
||||
|
|
@ -53,16 +53,16 @@ rust_library(
|
|||
"crate-name=futures",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_channel__0_3_21//:futures_channel",
|
||||
"@raze__futures_core__0_3_21//:futures_core",
|
||||
"@raze__futures_executor__0_3_21//:futures_executor",
|
||||
"@raze__futures_io__0_3_21//:futures_io",
|
||||
"@raze__futures_sink__0_3_21//:futures_sink",
|
||||
"@raze__futures_task__0_3_21//:futures_task",
|
||||
"@raze__futures_util__0_3_21//:futures_util",
|
||||
"@raze__futures_channel__0_3_24//:futures_channel",
|
||||
"@raze__futures_core__0_3_24//:futures_core",
|
||||
"@raze__futures_executor__0_3_24//:futures_executor",
|
||||
"@raze__futures_io__0_3_24//:futures_io",
|
||||
"@raze__futures_sink__0_3_24//:futures_sink",
|
||||
"@raze__futures_task__0_3_24//:futures_task",
|
||||
"@raze__futures_util__0_3_24//:futures_util",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -88,12 +88,12 @@ rust_library(
|
|||
"crate-name=futures-channel",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":futures_channel_build_script",
|
||||
"@raze__futures_core__0_3_21//:futures_core",
|
||||
"@raze__futures_sink__0_3_21//:futures_sink",
|
||||
"@raze__futures_core__0_3_24//:futures_core",
|
||||
"@raze__futures_sink__0_3_24//:futures_sink",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -82,7 +82,7 @@ rust_library(
|
|||
"crate-name=futures-core",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":futures_core_build_script",
|
||||
|
|
@ -50,12 +50,12 @@ rust_library(
|
|||
"crate-name=futures-executor",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_core__0_3_21//:futures_core",
|
||||
"@raze__futures_task__0_3_21//:futures_task",
|
||||
"@raze__futures_util__0_3_21//:futures_util",
|
||||
"@raze__futures_core__0_3_24//:futures_core",
|
||||
"@raze__futures_task__0_3_24//:futures_task",
|
||||
"@raze__futures_util__0_3_24//:futures_util",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ rust_library(
|
|||
"crate-name=futures-io",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -47,11 +47,11 @@ rust_proc_macro(
|
|||
"crate-name=futures-macro",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_36//:proc_macro2",
|
||||
"@raze__quote__1_0_15//:quote",
|
||||
"@raze__syn__1_0_88//:syn",
|
||||
"@raze__proc_macro2__1_0_43//:proc_macro2",
|
||||
"@raze__quote__1_0_21//:quote",
|
||||
"@raze__syn__1_0_100//:syn",
|
||||
],
|
||||
)
|
||||
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
"crate-name=futures-sink",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -80,7 +80,7 @@ rust_library(
|
|||
"crate-name=futures-task",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":futures_task_build_script",
|
||||
|
|
@ -68,7 +68,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -78,6 +78,8 @@ cargo_build_script(
|
|||
|
||||
# Unsupported target "futures_unordered" with type "bench" omitted
|
||||
|
||||
# Unsupported target "select" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "futures_util",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
|
|
@ -101,7 +103,7 @@ rust_library(
|
|||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__futures_macro__0_3_21//:futures_macro",
|
||||
"@raze__futures_macro__0_3_24//:futures_macro",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
|
|
@ -111,18 +113,18 @@ rust_library(
|
|||
"crate-name=futures-util",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.21",
|
||||
version = "0.3.24",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":futures_util_build_script",
|
||||
"@raze__futures_channel__0_3_21//:futures_channel",
|
||||
"@raze__futures_core__0_3_21//:futures_core",
|
||||
"@raze__futures_io__0_3_21//:futures_io",
|
||||
"@raze__futures_sink__0_3_21//:futures_sink",
|
||||
"@raze__futures_task__0_3_21//:futures_task",
|
||||
"@raze__memchr__2_4_1//:memchr",
|
||||
"@raze__pin_project_lite__0_2_8//:pin_project_lite",
|
||||
"@raze__futures_channel__0_3_24//:futures_channel",
|
||||
"@raze__futures_core__0_3_24//:futures_core",
|
||||
"@raze__futures_io__0_3_24//:futures_io",
|
||||
"@raze__futures_sink__0_3_24//:futures_sink",
|
||||
"@raze__futures_task__0_3_24//:futures_task",
|
||||
"@raze__memchr__2_5_0//:memchr",
|
||||
"@raze__pin_project_lite__0_2_9//:pin_project_lite",
|
||||
"@raze__pin_utils__0_1_0//:pin_utils",
|
||||
"@raze__slab__0_4_5//:slab",
|
||||
"@raze__slab__0_4_7//:slab",
|
||||
],
|
||||
)
|
||||
|
|
@ -55,7 +55,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.14.5",
|
||||
version = "0.14.6",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__version_check__0_9_4//:version_check",
|
||||
|
|
@ -79,22 +79,10 @@ rust_library(
|
|||
"crate-name=generic_array",
|
||||
"manual",
|
||||
],
|
||||
version = "0.14.5",
|
||||
version = "0.14.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":generic_array_build_script",
|
||||
"@raze__typenum__1_15_0//:typenum",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "arr" with type "test" omitted
|
||||
|
||||
# Unsupported target "generics" with type "test" omitted
|
||||
|
||||
# Unsupported target "hex" with type "test" omitted
|
||||
|
||||
# Unsupported target "import_name" with type "test" omitted
|
||||
|
||||
# Unsupported target "iter" with type "test" omitted
|
||||
|
||||
# Unsupported target "mod" with type "test" omitted
|
||||
2
cargo/remote/BUILD.getopts-0.2.21.bazel
vendored
2
cargo/remote/BUILD.getopts-0.2.21.bazel
vendored
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
version = "0.2.21",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__unicode_width__0_1_9//:unicode_width",
|
||||
"@raze__unicode_width__0_1_10//:unicode_width",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
2
cargo/remote/BUILD.getrandom-0.1.16.bazel
vendored
2
cargo/remote/BUILD.getrandom-0.1.16.bazel
vendored
|
|
@ -109,7 +109,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
"crate-name=getrandom",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.5",
|
||||
version = "0.2.7",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
|
|
@ -66,7 +66,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
@ -53,19 +53,19 @@ rust_library(
|
|||
"crate-name=h2",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.14",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_1_0//:bytes",
|
||||
"@raze__bytes__1_2_1//:bytes",
|
||||
"@raze__fnv__1_0_7//:fnv",
|
||||
"@raze__futures_core__0_3_21//:futures_core",
|
||||
"@raze__futures_sink__0_3_21//:futures_sink",
|
||||
"@raze__futures_util__0_3_21//:futures_util",
|
||||
"@raze__http__0_2_6//:http",
|
||||
"@raze__indexmap__1_8_0//:indexmap",
|
||||
"@raze__slab__0_4_5//:slab",
|
||||
"@raze__tokio__1_17_0//:tokio",
|
||||
"@raze__tokio_util__0_6_9//:tokio_util",
|
||||
"@raze__tracing__0_1_32//:tracing",
|
||||
"@raze__futures_core__0_3_24//:futures_core",
|
||||
"@raze__futures_sink__0_3_24//:futures_sink",
|
||||
"@raze__futures_util__0_3_24//:futures_util",
|
||||
"@raze__http__0_2_8//:http",
|
||||
"@raze__indexmap__1_9_1//:indexmap",
|
||||
"@raze__slab__0_4_7//:slab",
|
||||
"@raze__tokio__1_21_1//:tokio",
|
||||
"@raze__tokio_util__0_7_4//:tokio_util",
|
||||
"@raze__tracing__0_1_36//:tracing",
|
||||
],
|
||||
)
|
||||
|
|
@ -26,13 +26,15 @@ package(default_visibility = [
|
|||
])
|
||||
|
||||
licenses([
|
||||
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "bench" with type "bench" omitted
|
||||
|
||||
# Unsupported target "insert_unique_unchecked" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "hashbrown",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
|
|
@ -44,7 +46,7 @@ rust_library(
|
|||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
edition = "2021",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -53,7 +55,7 @@ rust_library(
|
|||
"crate-name=hashbrown",
|
||||
"manual",
|
||||
],
|
||||
version = "0.11.2",
|
||||
version = "0.12.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__ahash__0_7_6//:ahash",
|
||||
|
|
@ -47,10 +47,10 @@ rust_library(
|
|||
"crate-name=hashlink",
|
||||
"manual",
|
||||
],
|
||||
version = "0.7.0",
|
||||
version = "0.8.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__hashbrown__0_11_2//:hashbrown",
|
||||
"@raze__hashbrown__0_12_3//:hashbrown",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -35,6 +35,7 @@ rust_library(
|
|||
name = "heck",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"default",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
|
|
@ -47,9 +48,8 @@ rust_library(
|
|||
"crate-name=heck",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.3",
|
||||
version = "0.4.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__unicode_segmentation__1_9_0//:unicode_segmentation",
|
||||
],
|
||||
)
|
||||
2
cargo/remote/BUILD.hermit-abi-0.1.19.bazel
vendored
2
cargo/remote/BUILD.hermit-abi-0.1.19.bazel
vendored
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
version = "0.1.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -54,12 +54,12 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.25.1",
|
||||
version = "0.25.2",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_36//:proc_macro2",
|
||||
"@raze__quote__1_0_15//:quote",
|
||||
"@raze__syn__1_0_88//:syn",
|
||||
"@raze__proc_macro2__1_0_43//:proc_macro2",
|
||||
"@raze__quote__1_0_21//:quote",
|
||||
"@raze__syn__1_0_100//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -91,11 +91,11 @@ rust_library(
|
|||
"crate-name=html5ever",
|
||||
"manual",
|
||||
],
|
||||
version = "0.25.1",
|
||||
version = "0.25.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":html5ever_build_script",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__mac__0_1_1//:mac",
|
||||
"@raze__markup5ever__0_10_1//:markup5ever",
|
||||
],
|
||||
102
cargo/remote/BUILD.html5ever-0.26.0.bazel
vendored
Normal file
102
cargo/remote/BUILD.html5ever-0.26.0.bazel
vendored
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@rules_rust//rust:defs.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
# buildifier: disable=out-of-order-load
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "html5ever_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.26.0",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_43//:proc_macro2",
|
||||
"@raze__quote__1_0_21//:quote",
|
||||
"@raze__syn__1_0_100//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "html5ever" with type "bench" omitted
|
||||
|
||||
# Unsupported target "arena" with type "example" omitted
|
||||
|
||||
# Unsupported target "noop-tokenize" with type "example" omitted
|
||||
|
||||
# Unsupported target "noop-tree-builder" with type "example" omitted
|
||||
|
||||
# Unsupported target "print-tree-actions" with type "example" omitted
|
||||
|
||||
# Unsupported target "tokenize" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "html5ever",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=html5ever",
|
||||
"manual",
|
||||
],
|
||||
version = "0.26.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":html5ever_build_script",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__mac__0_1_1//:mac",
|
||||
"@raze__markup5ever__0_11_0//:markup5ever",
|
||||
],
|
||||
)
|
||||
|
|
@ -35,6 +35,8 @@ licenses([
|
|||
|
||||
# Unsupported target "header_name" with type "bench" omitted
|
||||
|
||||
# Unsupported target "header_name2" with type "bench" omitted
|
||||
|
||||
# Unsupported target "header_value" with type "bench" omitted
|
||||
|
||||
# Unsupported target "method" with type "bench" omitted
|
||||
|
|
@ -57,12 +59,12 @@ rust_library(
|
|||
"crate-name=http",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.6",
|
||||
version = "0.2.8",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_1_0//:bytes",
|
||||
"@raze__bytes__1_2_1//:bytes",
|
||||
"@raze__fnv__1_0_7//:fnv",
|
||||
"@raze__itoa__1_0_1//:itoa",
|
||||
"@raze__itoa__1_0_3//:itoa",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -47,12 +47,12 @@ rust_library(
|
|||
"crate-name=http-body",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.4",
|
||||
version = "0.4.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_1_0//:bytes",
|
||||
"@raze__http__0_2_6//:http",
|
||||
"@raze__pin_project_lite__0_2_8//:pin_project_lite",
|
||||
"@raze__bytes__1_2_1//:bytes",
|
||||
"@raze__http__0_2_8//:http",
|
||||
"@raze__pin_project_lite__0_2_9//:pin_project_lite",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -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 = "1.6.0",
|
||||
version = "1.8.0",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -73,7 +73,7 @@ rust_library(
|
|||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -82,7 +82,7 @@ rust_library(
|
|||
"crate-name=httparse",
|
||||
"manual",
|
||||
],
|
||||
version = "1.6.0",
|
||||
version = "1.8.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":httparse_build_script",
|
||||
|
|
@ -41,8 +41,6 @@ licenses([
|
|||
|
||||
# Unsupported target "server" with type "bench" omitted
|
||||
|
||||
# Unsupported target "hyper" with type "cdylib" omitted
|
||||
|
||||
# Unsupported target "client" with type "example" omitted
|
||||
|
||||
# Unsupported target "client_json" with type "example" omitted
|
||||
|
|
@ -99,30 +97,28 @@ rust_library(
|
|||
"crate-name=hyper",
|
||||
"manual",
|
||||
],
|
||||
version = "0.14.17",
|
||||
version = "0.14.20",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_1_0//:bytes",
|
||||
"@raze__futures_channel__0_3_21//:futures_channel",
|
||||
"@raze__futures_core__0_3_21//:futures_core",
|
||||
"@raze__futures_util__0_3_21//:futures_util",
|
||||
"@raze__h2__0_3_12//:h2",
|
||||
"@raze__http__0_2_6//:http",
|
||||
"@raze__http_body__0_4_4//:http_body",
|
||||
"@raze__httparse__1_6_0//:httparse",
|
||||
"@raze__bytes__1_2_1//:bytes",
|
||||
"@raze__futures_channel__0_3_24//:futures_channel",
|
||||
"@raze__futures_core__0_3_24//:futures_core",
|
||||
"@raze__futures_util__0_3_24//:futures_util",
|
||||
"@raze__h2__0_3_14//:h2",
|
||||
"@raze__http__0_2_8//:http",
|
||||
"@raze__http_body__0_4_5//:http_body",
|
||||
"@raze__httparse__1_8_0//:httparse",
|
||||
"@raze__httpdate__1_0_2//:httpdate",
|
||||
"@raze__itoa__1_0_1//:itoa",
|
||||
"@raze__pin_project_lite__0_2_8//:pin_project_lite",
|
||||
"@raze__socket2__0_4_4//:socket2",
|
||||
"@raze__tokio__1_17_0//:tokio",
|
||||
"@raze__tower_service__0_3_1//:tower_service",
|
||||
"@raze__tracing__0_1_32//:tracing",
|
||||
"@raze__itoa__1_0_3//:itoa",
|
||||
"@raze__pin_project_lite__0_2_9//:pin_project_lite",
|
||||
"@raze__socket2__0_4_7//:socket2",
|
||||
"@raze__tokio__1_21_1//:tokio",
|
||||
"@raze__tower_service__0_3_2//:tower_service",
|
||||
"@raze__tracing__0_1_36//:tracing",
|
||||
"@raze__want__0_3_0//:want",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "hyper" with type "staticlib" omitted
|
||||
|
||||
# Unsupported target "client" with type "test" omitted
|
||||
|
||||
# Unsupported target "integration" with type "test" omitted
|
||||
8
cargo/remote/BUILD.hyper-rustls-0.22.1.bazel
vendored
8
cargo/remote/BUILD.hyper-rustls-0.22.1.bazel
vendored
|
|
@ -54,11 +54,11 @@ rust_library(
|
|||
version = "0.22.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_util__0_3_21//:futures_util",
|
||||
"@raze__hyper__0_14_17//:hyper",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__futures_util__0_3_24//:futures_util",
|
||||
"@raze__hyper__0_14_20//:hyper",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__rustls__0_19_1//:rustls",
|
||||
"@raze__tokio__1_17_0//:tokio",
|
||||
"@raze__tokio__1_21_1//:tokio",
|
||||
"@raze__tokio_rustls__0_22_0//:tokio_rustls",
|
||||
"@raze__webpki__0_21_4//:webpki",
|
||||
],
|
||||
|
|
|
|||
6
cargo/remote/BUILD.hyper-timeout-0.4.1.bazel
vendored
6
cargo/remote/BUILD.hyper-timeout-0.4.1.bazel
vendored
|
|
@ -52,9 +52,9 @@ rust_library(
|
|||
version = "0.4.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__hyper__0_14_17//:hyper",
|
||||
"@raze__pin_project_lite__0_2_8//:pin_project_lite",
|
||||
"@raze__tokio__1_17_0//:tokio",
|
||||
"@raze__hyper__0_14_20//:hyper",
|
||||
"@raze__pin_project_lite__0_2_9//:pin_project_lite",
|
||||
"@raze__tokio__1_21_1//:tokio",
|
||||
"@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
8
cargo/remote/BUILD.hyper-tls-0.5.0.bazel
vendored
8
cargo/remote/BUILD.hyper-tls-0.5.0.bazel
vendored
|
|
@ -52,10 +52,10 @@ rust_library(
|
|||
version = "0.5.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_1_0//:bytes",
|
||||
"@raze__hyper__0_14_17//:hyper",
|
||||
"@raze__native_tls__0_2_8//:native_tls",
|
||||
"@raze__tokio__1_17_0//:tokio",
|
||||
"@raze__bytes__1_2_1//:bytes",
|
||||
"@raze__hyper__0_14_20//:hyper",
|
||||
"@raze__native_tls__0_2_10//:native_tls",
|
||||
"@raze__tokio__1_21_1//:tokio",
|
||||
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
80
cargo/remote/BUILD.iana-time-zone-0.1.50.bazel
vendored
Normal file
80
cargo/remote/BUILD.iana-time-zone-0.1.50.bazel
vendored
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@rules_rust//rust:defs.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "get_timezone" with type "example" omitted
|
||||
|
||||
# Unsupported target "stress-test" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "iana_time_zone",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
aliases = {
|
||||
},
|
||||
crate_features = [
|
||||
"fallback",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=iana-time-zone",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.50",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
] + selects.with_or({
|
||||
# cfg(any(target_os = "macos", target_os = "ios"))
|
||||
(
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin",
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin",
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
# cfg(target_os = "windows")
|
||||
(
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
): [
|
||||
"@raze__winapi__0_3_9//:winapi",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
)
|
||||
|
|
@ -49,12 +49,11 @@ rust_library(
|
|||
"crate-name=idna",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.3",
|
||||
version = "0.3.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__matches__0_1_9//:matches",
|
||||
"@raze__unicode_bidi__0_3_7//:unicode_bidi",
|
||||
"@raze__unicode_normalization__0_1_19//:unicode_normalization",
|
||||
"@raze__unicode_bidi__0_3_8//:unicode_bidi",
|
||||
"@raze__unicode_normalization__0_1_22//:unicode_normalization",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ cargo_build_script(
|
|||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
edition = "2021",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -55,7 +55,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.8.0",
|
||||
version = "1.9.1",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_1_0//:autocfg",
|
||||
|
|
@ -74,7 +74,7 @@ rust_library(
|
|||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
edition = "2021",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -83,11 +83,11 @@ rust_library(
|
|||
"crate-name=indexmap",
|
||||
"manual",
|
||||
],
|
||||
version = "1.8.0",
|
||||
version = "1.9.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":indexmap_build_script",
|
||||
"@raze__hashbrown__0_11_2//:hashbrown",
|
||||
"@raze__hashbrown__0_12_3//:hashbrown",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ licenses([
|
|||
|
||||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
rust_proc_macro(
|
||||
name = "indoc",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
|
|
@ -39,10 +39,6 @@ rust_library(
|
|||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__indoc_impl__0_3_6//:indoc_impl",
|
||||
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -51,7 +47,7 @@ rust_library(
|
|||
"crate-name=indoc",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.6",
|
||||
version = "1.0.7",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -59,4 +55,10 @@ rust_library(
|
|||
|
||||
# Unsupported target "compiletest" with type "test" omitted
|
||||
|
||||
# Unsupported target "run-pass" with type "test" omitted
|
||||
# Unsupported target "test_formatdoc" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_indoc" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_unindent" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_writedoc" with type "test" omitted
|
||||
61
cargo/remote/BUILD.indoc-impl-0.3.6.bazel
vendored
61
cargo/remote/BUILD.indoc-impl-0.3.6.bazel
vendored
|
|
@ -1,61 +0,0 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@rules_rust//rust:defs.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
rust_proc_macro(
|
||||
name = "indoc_impl",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=indoc-impl",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_36//:proc_macro2",
|
||||
"@raze__quote__1_0_15//:quote",
|
||||
"@raze__syn__1_0_88//:syn",
|
||||
"@raze__unindent__0_1_8//:unindent",
|
||||
],
|
||||
)
|
||||
|
|
@ -39,7 +39,7 @@ rust_library(
|
|||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -48,7 +48,7 @@ rust_library(
|
|||
"crate-name=ipnet",
|
||||
"manual",
|
||||
],
|
||||
version = "2.4.0",
|
||||
version = "2.5.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -68,10 +68,10 @@ rust_library(
|
|||
"crate-name=itertools",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.3",
|
||||
version = "0.10.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__either__1_6_1//:either",
|
||||
"@raze__either__1_8_0//:either",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"crate-name=itoa",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.1",
|
||||
version = "1.0.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"crate-name=jobserver",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.24",
|
||||
version = "0.1.25",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
] + selects.with_or({
|
||||
|
|
@ -62,7 +62,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
@ -47,10 +47,10 @@ rust_library(
|
|||
"crate-name=js-sys",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.56",
|
||||
version = "0.3.60",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__wasm_bindgen__0_2_79//:wasm_bindgen",
|
||||
"@raze__wasm_bindgen__0_2_83//:wasm_bindgen",
|
||||
],
|
||||
)
|
||||
|
||||
2
cargo/remote/BUILD.kuchiki-0.8.1.bazel
vendored
2
cargo/remote/BUILD.kuchiki-0.8.1.bazel
vendored
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cssparser__0_27_2//:cssparser",
|
||||
"@raze__html5ever__0_25_1//:html5ever",
|
||||
"@raze__html5ever__0_25_2//:html5ever",
|
||||
"@raze__matches__0_1_9//:matches",
|
||||
"@raze__selectors__0_22_0//:selectors",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.120",
|
||||
version = "0.2.133",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -80,7 +80,7 @@ rust_library(
|
|||
"crate-name=libc",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.120",
|
||||
version = "0.2.133",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":libc_build_script",
|
||||
|
|
@ -64,11 +64,11 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.23.2",
|
||||
version = "0.25.1",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_73//:cc",
|
||||
"@raze__pkg_config__0_3_24//:pkg_config",
|
||||
"@raze__pkg_config__0_3_25//:pkg_config",
|
||||
"@raze__vcpkg__0_2_15//:vcpkg",
|
||||
],
|
||||
)
|
||||
|
|
@ -98,7 +98,7 @@ rust_library(
|
|||
"crate-name=libsqlite3-sys",
|
||||
"manual",
|
||||
],
|
||||
version = "0.23.2",
|
||||
version = "0.25.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":libsqlite3_sys_build_script",
|
||||
16
cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel
vendored
16
cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel
vendored
|
|
@ -53,20 +53,20 @@ rust_library(
|
|||
version = "0.4.1-alpha.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_1_0//:bytes",
|
||||
"@raze__bytes__1_2_1//:bytes",
|
||||
"@raze__codespan__0_11_1//:codespan",
|
||||
"@raze__dunce__1_0_2//:dunce",
|
||||
"@raze__futures__0_3_21//:futures",
|
||||
"@raze__http__0_2_6//:http",
|
||||
"@raze__futures__0_3_24//:futures",
|
||||
"@raze__http__0_2_8//:http",
|
||||
"@raze__kuchiki__0_8_1//:kuchiki",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__linkify__0_5_0//:linkify",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__pulldown_cmark__0_8_0//:pulldown_cmark",
|
||||
"@raze__regex__1_5_6//:regex",
|
||||
"@raze__regex__1_6_0//:regex",
|
||||
"@raze__reqwest__0_11_3//:reqwest",
|
||||
"@raze__serde__1_0_136//:serde",
|
||||
"@raze__thiserror__1_0_30//:thiserror",
|
||||
"@raze__url__2_2_2//:url",
|
||||
"@raze__serde__1_0_145//:serde",
|
||||
"@raze__thiserror__1_0_35//:thiserror",
|
||||
"@raze__url__2_3_1//:url",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
2
cargo/remote/BUILD.linkify-0.5.0.bazel
vendored
2
cargo/remote/BUILD.linkify-0.5.0.bazel
vendored
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
version = "0.5.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__memchr__2_4_1//:memchr",
|
||||
"@raze__memchr__2_5_0//:memchr",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
55
cargo/remote/BUILD.lock_api-0.4.6.bazel
vendored
55
cargo/remote/BUILD.lock_api-0.4.6.bazel
vendored
|
|
@ -1,55 +0,0 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@rules_rust//rust:defs.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
name = "lock_api",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=lock_api",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__scopeguard__1_1_0//:scopeguard",
|
||||
],
|
||||
)
|
||||
86
cargo/remote/BUILD.lock_api-0.4.9.bazel
vendored
Normal file
86
cargo/remote/BUILD.lock_api-0.4.9.bazel
vendored
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@rules_rust//rust:defs.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
# buildifier: disable=out-of-order-load
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "lock_api_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.9",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_1_0//:autocfg",
|
||||
],
|
||||
)
|
||||
|
||||
rust_library(
|
||||
name = "lock_api",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=lock_api",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.9",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":lock_api_build_script",
|
||||
"@raze__scopeguard__1_1_0//:scopeguard",
|
||||
],
|
||||
)
|
||||
|
|
@ -55,7 +55,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.14",
|
||||
version = "0.4.17",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -80,7 +80,7 @@ rust_library(
|
|||
"crate-name=log",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.14",
|
||||
version = "0.4.17",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":log_build_script",
|
||||
8
cargo/remote/BUILD.markup5ever-0.10.1.bazel
vendored
8
cargo/remote/BUILD.markup5ever-0.10.1.bazel
vendored
|
|
@ -58,7 +58,7 @@ cargo_build_script(
|
|||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__phf_codegen__0_8_0//:phf_codegen",
|
||||
"@raze__string_cache_codegen__0_5_1//:string_cache_codegen",
|
||||
"@raze__string_cache_codegen__0_5_2//:string_cache_codegen",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -82,9 +82,9 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":markup5ever_build_script",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__phf__0_8_0//:phf",
|
||||
"@raze__string_cache__0_8_3//:string_cache",
|
||||
"@raze__tendril__0_4_2//:tendril",
|
||||
"@raze__string_cache__0_8_4//:string_cache",
|
||||
"@raze__tendril__0_4_3//:tendril",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
90
cargo/remote/BUILD.markup5ever-0.11.0.bazel
vendored
Normal file
90
cargo/remote/BUILD.markup5ever-0.11.0.bazel
vendored
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@rules_rust//rust:defs.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
# buildifier: disable=out-of-order-load
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "markup5ever_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.11.0",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__phf_codegen__0_10_0//:phf_codegen",
|
||||
"@raze__string_cache_codegen__0_5_2//:string_cache_codegen",
|
||||
],
|
||||
)
|
||||
|
||||
rust_library(
|
||||
name = "markup5ever",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=markup5ever",
|
||||
"manual",
|
||||
],
|
||||
version = "0.11.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":markup5ever_build_script",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__phf__0_10_1//:phf",
|
||||
"@raze__string_cache__0_8_4//:string_cache",
|
||||
"@raze__tendril__0_4_3//:tendril",
|
||||
],
|
||||
)
|
||||
82
cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel
vendored
82
cargo/remote/BUILD.markup5ever_rcdom-0.1.0.bazel
vendored
|
|
@ -1,82 +0,0 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@rules_rust//rust:defs.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "hello_xml" with type "example" omitted
|
||||
|
||||
# Unsupported target "html2html" with type "example" omitted
|
||||
|
||||
# Unsupported target "print-rcdom" with type "example" omitted
|
||||
|
||||
# Unsupported target "xml_tree_printer" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "markup5ever_rcdom",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=markup5ever_rcdom",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__html5ever__0_25_1//:html5ever",
|
||||
"@raze__markup5ever__0_10_1//:markup5ever",
|
||||
"@raze__tendril__0_4_2//:tendril",
|
||||
"@raze__xml5ever__0_16_2//:xml5ever",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "html-driver" with type "test" omitted
|
||||
|
||||
# Unsupported target "html-serializer" with type "test" omitted
|
||||
|
||||
# Unsupported target "html-tokenizer" with type "test" omitted
|
||||
|
||||
# Unsupported target "html-tree-builder" with type "test" omitted
|
||||
|
||||
# Unsupported target "html-tree-sink" with type "test" omitted
|
||||
|
||||
# Unsupported target "xml-driver" with type "test" omitted
|
||||
|
||||
# Unsupported target "xml-tokenizer" with type "test" omitted
|
||||
|
||||
# Unsupported target "xml-tree-builder" with type "test" omitted
|
||||
|
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.4.1",
|
||||
version = "2.5.0",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
|
@ -80,7 +80,7 @@ rust_library(
|
|||
"crate-name=memchr",
|
||||
"manual",
|
||||
],
|
||||
version = "2.4.1",
|
||||
version = "2.5.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":memchr_build_script",
|
||||
|
|
@ -26,7 +26,7 @@ package(default_visibility = [
|
|||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR (Zlib OR Apache-2.0)"
|
||||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
|
@ -38,15 +38,16 @@ load(
|
|||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "miniz_oxide_build_script",
|
||||
name = "memoffset_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
"default",
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
|
@ -54,7 +55,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.4",
|
||||
version = "0.6.5",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_1_0//:autocfg",
|
||||
|
|
@ -62,25 +63,25 @@ cargo_build_script(
|
|||
)
|
||||
|
||||
rust_library(
|
||||
name = "miniz_oxide",
|
||||
name = "memoffset",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"default",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=miniz_oxide",
|
||||
"crate-name=memoffset",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.4",
|
||||
version = "0.6.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":miniz_oxide_build_script",
|
||||
"@raze__adler__1_0_2//:adler",
|
||||
":memoffset_build_script",
|
||||
],
|
||||
)
|
||||
|
|
@ -26,13 +26,13 @@ package(default_visibility = [
|
|||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
"notice", # MIT from expression "MIT OR (Zlib OR Apache-2.0)"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
name = "miow",
|
||||
name = "miniz_oxide",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
|
|
@ -44,12 +44,12 @@ rust_library(
|
|||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"crate-name=miow",
|
||||
"crate-name=miniz_oxide",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.7",
|
||||
version = "0.5.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__winapi__0_3_9//:winapi",
|
||||
"@raze__adler__1_0_2//:adler",
|
||||
],
|
||||
)
|
||||
|
|
@ -59,10 +59,10 @@ rust_library(
|
|||
"crate-name=mio",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.1",
|
||||
version = "0.8.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__log__0_4_17//:log",
|
||||
] + selects.with_or({
|
||||
# cfg(unix)
|
||||
(
|
||||
|
|
@ -73,7 +73,7 @@ rust_library(
|
|||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
@ -81,9 +81,7 @@ rust_library(
|
|||
(
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
): [
|
||||
"@raze__miow__0_3_7//:miow",
|
||||
"@raze__ntapi__0_3_7//:ntapi",
|
||||
"@raze__winapi__0_3_9//:winapi",
|
||||
"@raze__windows_sys__0_36_1//:windows_sys",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
@ -54,7 +54,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.8",
|
||||
version = "0.2.10",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
] + selects.with_or({
|
||||
|
|
@ -74,7 +74,7 @@ cargo_build_script(
|
|||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__openssl_sys__0_9_72//:openssl_sys",
|
||||
"@raze__openssl_sys__0_9_75//:openssl_sys",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
@ -91,6 +91,8 @@ cargo_build_script(
|
|||
|
||||
# Unsupported target "simple-server" with type "example" omitted
|
||||
|
||||
# Unsupported target "simple-server-pkcs8" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "native_tls",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
|
|
@ -109,7 +111,7 @@ rust_library(
|
|||
"crate-name=native-tls",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.8",
|
||||
version = "0.2.10",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":native_tls_build_script",
|
||||
|
|
@ -122,8 +124,8 @@ rust_library(
|
|||
"@rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__libc__0_2_120//:libc",
|
||||
"@raze__security_framework__2_6_1//:security_framework",
|
||||
"@raze__libc__0_2_133//:libc",
|
||||
"@raze__security_framework__2_7_0//:security_framework",
|
||||
"@raze__security_framework_sys__2_6_1//:security_framework_sys",
|
||||
"@raze__tempfile__3_3_0//:tempfile",
|
||||
],
|
||||
|
|
@ -134,10 +136,10 @@ rust_library(
|
|||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__openssl__0_10_38//:openssl",
|
||||
"@raze__log__0_4_17//:log",
|
||||
"@raze__openssl__0_10_41//:openssl",
|
||||
"@raze__openssl_probe__0_1_5//:openssl_probe",
|
||||
"@raze__openssl_sys__0_9_72//:openssl_sys",
|
||||
"@raze__openssl_sys__0_9_75//:openssl_sys",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
@ -145,7 +147,7 @@ rust_library(
|
|||
(
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
): [
|
||||
"@raze__schannel__0_1_19//:schannel",
|
||||
"@raze__schannel__0_1_20//:schannel",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue