Update Rust deps

This commit is contained in:
Damien Elmes 2022-09-24 12:39:21 +10:00
parent a39a3b4d34
commit cfb309e6b3
251 changed files with 3950 additions and 3402 deletions

1080
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -36,6 +36,9 @@ default_gen_buildrs = true
[package.metadata.raze.crates.pyo3.'*'] [package.metadata.raze.crates.pyo3.'*']
compile_data_attr = "glob([\"**/*.md\"])" compile_data_attr = "glob([\"**/*.md\"])"
[package.metadata.raze.crates.prost.'*']
compile_data_attr = "glob([\"**/*.md\"])"
[package.metadata.raze.crates.ring.'*'] [package.metadata.raze.crates.ring.'*']
compile_data_attr = "glob([\"src/**/*.der\"])" compile_data_attr = "glob([\"src/**/*.der\"])"

View file

@ -14,7 +14,7 @@ licenses([
# Aliased targets # Aliased targets
alias( alias(
name = "ammonia", name = "ammonia",
actual = "@raze__ammonia__3_1_4//:ammonia", actual = "@raze__ammonia__3_2_1//:ammonia",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -23,7 +23,7 @@ alias(
alias( alias(
name = "async_trait", name = "async_trait",
actual = "@raze__async_trait__0_1_52//:async_trait", actual = "@raze__async_trait__0_1_57//:async_trait",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -41,7 +41,7 @@ alias(
alias( alias(
name = "bytes", name = "bytes",
actual = "@raze__bytes__1_1_0//:bytes", actual = "@raze__bytes__1_2_1//:bytes",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -50,7 +50,7 @@ alias(
alias( alias(
name = "chrono", name = "chrono",
actual = "@raze__chrono__0_4_19//:chrono", actual = "@raze__chrono__0_4_22//:chrono",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -59,7 +59,7 @@ alias(
alias( alias(
name = "coarsetime", name = "coarsetime",
actual = "@raze__coarsetime__0_1_21//:coarsetime", actual = "@raze__coarsetime__0_1_22//:coarsetime",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -86,7 +86,7 @@ alias(
alias( alias(
name = "env_logger", name = "env_logger",
actual = "@raze__env_logger__0_9_0//:env_logger", actual = "@raze__env_logger__0_9_1//:env_logger",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -95,7 +95,7 @@ alias(
alias( alias(
name = "flate2", name = "flate2",
actual = "@raze__flate2__1_0_22//:flate2", actual = "@raze__flate2__1_0_24//:flate2",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -140,7 +140,7 @@ alias(
alias( alias(
name = "futures", name = "futures",
actual = "@raze__futures__0_3_21//:futures", actual = "@raze__futures__0_3_24//:futures",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -194,7 +194,7 @@ alias(
alias( alias(
name = "itertools", name = "itertools",
actual = "@raze__itertools__0_10_3//:itertools", actual = "@raze__itertools__0_10_5//:itertools",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -257,7 +257,7 @@ alias(
alias( alias(
name = "num_integer", name = "num_integer",
actual = "@raze__num_integer__0_1_44//:num_integer", actual = "@raze__num_integer__0_1_45//:num_integer",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -266,7 +266,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_10_0//:once_cell", actual = "@raze__once_cell__1_15_0//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -284,7 +284,7 @@ alias(
alias( alias(
name = "phf", name = "phf",
actual = "@raze__phf__0_10_1//:phf", actual = "@raze__phf__0_11_1//:phf",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -293,7 +293,7 @@ alias(
alias( alias(
name = "pin_project", name = "pin_project",
actual = "@raze__pin_project__1_0_10//:pin_project", actual = "@raze__pin_project__1_0_12//:pin_project",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -311,7 +311,7 @@ alias(
alias( alias(
name = "prost", name = "prost",
actual = "@raze__prost__0_9_0//:prost", actual = "@raze__prost__0_11_0//:prost",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -320,7 +320,7 @@ alias(
alias( alias(
name = "prost_build", name = "prost_build",
actual = "@raze__prost_build__0_9_0//:prost_build", actual = "@raze__prost_build__0_11_1//:prost_build",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -329,7 +329,7 @@ alias(
alias( alias(
name = "pulldown_cmark", name = "pulldown_cmark",
actual = "@raze__pulldown_cmark__0_8_0//:pulldown_cmark", actual = "@raze__pulldown_cmark__0_9_2//:pulldown_cmark",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -338,7 +338,7 @@ alias(
alias( alias(
name = "pyo3", name = "pyo3",
actual = "@raze__pyo3__0_15_1//:pyo3", actual = "@raze__pyo3__0_17_1//:pyo3",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -356,7 +356,7 @@ alias(
alias( alias(
name = "regex", name = "regex",
actual = "@raze__regex__1_5_6//:regex", actual = "@raze__regex__1_6_0//:regex",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -374,7 +374,7 @@ alias(
alias( alias(
name = "rusqlite", name = "rusqlite",
actual = "@raze__rusqlite__0_26_3//:rusqlite", actual = "@raze__rusqlite__0_28_0//:rusqlite",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -392,7 +392,7 @@ alias(
alias( alias(
name = "serde", name = "serde",
actual = "@raze__serde__1_0_136//:serde", actual = "@raze__serde__1_0_145//:serde",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -401,7 +401,7 @@ alias(
alias( alias(
name = "serde_aux", name = "serde_aux",
actual = "@raze__serde_aux__3_0_1//:serde_aux", actual = "@raze__serde_aux__4_0_0//:serde_aux",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -410,7 +410,7 @@ alias(
alias( alias(
name = "serde_derive", name = "serde_derive",
actual = "@raze__serde_derive__1_0_136//:serde_derive", actual = "@raze__serde_derive__1_0_145//:serde_derive",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -419,7 +419,7 @@ alias(
alias( alias(
name = "serde_json", name = "serde_json",
actual = "@raze__serde_json__1_0_79//:serde_json", actual = "@raze__serde_json__1_0_85//:serde_json",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -428,7 +428,7 @@ alias(
alias( alias(
name = "serde_repr", name = "serde_repr",
actual = "@raze__serde_repr__0_1_7//:serde_repr", actual = "@raze__serde_repr__0_1_9//:serde_repr",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -491,7 +491,7 @@ alias(
alias( alias(
name = "strum", name = "strum",
actual = "@raze__strum__0_23_0//:strum", actual = "@raze__strum__0_24_1//:strum",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -509,7 +509,7 @@ alias(
alias( alias(
name = "tokio", name = "tokio",
actual = "@raze__tokio__1_17_0//:tokio", actual = "@raze__tokio__1_21_1//:tokio",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -518,7 +518,7 @@ alias(
alias( alias(
name = "tokio_util", name = "tokio_util",
actual = "@raze__tokio_util__0_6_9//:tokio_util", actual = "@raze__tokio_util__0_7_4//:tokio_util",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -554,7 +554,7 @@ alias(
alias( alias(
name = "unicode_normalization", name = "unicode_normalization",
actual = "@raze__unicode_normalization__0_1_19//:unicode_normalization", actual = "@raze__unicode_normalization__0_1_22//:unicode_normalization",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -581,7 +581,7 @@ alias(
alias( alias(
name = "zip", name = "zip",
actual = "@raze__zip__0_5_13//:zip", actual = "@raze__zip__0_6_2//:zip",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -590,7 +590,7 @@ alias(
alias( alias(
name = "zstd", 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 = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -599,9 +599,19 @@ alias(
# Export file for Stardoc support # Export file for Stardoc support
exports_files( exports_files(
[ glob([
"crates.bzl", "**/*.bazel",
], "**/*.bzl",
]),
visibility = ["//visibility:public"],
)
filegroup(
name = "srcs",
srcs = glob([
"**/*.bazel",
"**/*.bzl",
]),
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
) )

View file

@ -46,7 +46,7 @@ rust_library(
name = "reqwest", name = "reqwest",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
aliases = { 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 = [ crate_features = [
"__tls", "__tls",
@ -76,14 +76,14 @@ rust_library(
version = "0.11.3", version = "0.11.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_2_1//:bytes",
"@raze__http__0_2_6//:http", "@raze__http__0_2_8//:http",
"@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_4//:mime_guess", "@raze__mime_guess__2_0_4//:mime_guess",
"@raze__serde__1_0_136//:serde", "@raze__serde__1_0_145//:serde",
"@raze__serde_json__1_0_79//:serde_json", "@raze__serde_json__1_0_85//:serde_json",
"@raze__serde_urlencoded__0_7_1//:serde_urlencoded", "@raze__serde_urlencoded__0_7_1//:serde_urlencoded",
"@raze__url__2_2_2//:url", "@raze__url__2_3_1//:url",
] + selects.with_or({ ] + selects.with_or({
# cfg(not(target_arch = "wasm32")) # cfg(not(target_arch = "wasm32"))
( (
@ -96,20 +96,20 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__base64__0_13_0//:base64", "@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_30//:encoding_rs", "@raze__encoding_rs__0_8_31//:encoding_rs",
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_24//:futures_core",
"@raze__futures_util__0_3_21//:futures_util", "@raze__futures_util__0_3_24//:futures_util",
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_5//:http_body",
"@raze__hyper__0_14_17//:hyper", "@raze__hyper__0_14_20//:hyper",
"@raze__hyper_tls__0_5_0//:hyper_tls", "@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__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__mime__0_3_16//:mime",
"@raze__native_tls__0_2_8//:native_tls", "@raze__native_tls__0_2_10//:native_tls",
"@raze__percent_encoding__2_1_0//:percent_encoding", "@raze__percent_encoding__2_2_0//:percent_encoding",
"@raze__pin_project_lite__0_2_8//:pin_project_lite", "@raze__pin_project_lite__0_2_9//:pin_project_lite",
"@raze__tokio__1_17_0//:tokio", "@raze__tokio__1_21_1//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls", "@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
"@raze__tokio_socks__0_5_1//:tokio_socks", "@raze__tokio_socks__0_5_1//:tokio_socks",
], ],

View file

@ -79,14 +79,14 @@ rust_library(
version = "0.11.3", version = "0.11.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_2_1//:bytes",
"@raze__http__0_2_6//:http", "@raze__http__0_2_8//:http",
"@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_4//:mime_guess", "@raze__mime_guess__2_0_4//:mime_guess",
"@raze__serde__1_0_136//:serde", "@raze__serde__1_0_145//:serde",
"@raze__serde_json__1_0_79//:serde_json", "@raze__serde_json__1_0_85//:serde_json",
"@raze__serde_urlencoded__0_7_1//:serde_urlencoded", "@raze__serde_urlencoded__0_7_1//:serde_urlencoded",
"@raze__url__2_2_2//:url", "@raze__url__2_3_1//:url",
] + selects.with_or({ ] + selects.with_or({
# cfg(not(target_arch = "wasm32")) # cfg(not(target_arch = "wasm32"))
( (
@ -98,21 +98,21 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__base64__0_13_0//:base64", "@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_30//:encoding_rs", "@raze__encoding_rs__0_8_31//:encoding_rs",
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_24//:futures_core",
"@raze__futures_util__0_3_21//:futures_util", "@raze__futures_util__0_3_24//:futures_util",
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_5//:http_body",
"@raze__hyper__0_14_17//:hyper", "@raze__hyper__0_14_20//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls", "@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__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__mime__0_3_16//:mime",
"@raze__percent_encoding__2_1_0//:percent_encoding", "@raze__percent_encoding__2_2_0//:percent_encoding",
"@raze__pin_project_lite__0_2_8//:pin_project_lite", "@raze__pin_project_lite__0_2_9//:pin_project_lite",
"@raze__rustls__0_19_1//:rustls", "@raze__rustls__0_19_1//:rustls",
"@raze__rustls_native_certs__0_5_0//:rustls_native_certs", "@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_rustls__0_22_0//:tokio_rustls",
"@raze__tokio_socks__0_5_1//:tokio_socks", "@raze__tokio_socks__0_5_1//:tokio_socks",
"@raze__webpki_roots__0_21_1//:webpki_roots", "@raze__webpki_roots__0_21_1//:webpki_roots",

View file

@ -52,7 +52,7 @@ rust_library(
], ],
version = "0.7.0", version = "0.7.0",
proc_macro_deps = [ proc_macro_deps = [
"@raze__rustversion__1_0_6//:rustversion", "@raze__rustversion__1_0_9//:rustversion",
], ],
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -124,7 +124,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__getrandom__0_2_5//:getrandom", "@raze__getrandom__0_2_7//:getrandom",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({
@ -138,7 +138,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__once_cell__1_10_0//:once_cell", "@raze__once_cell__1_15_0//:once_cell",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -49,9 +49,9 @@ rust_library(
"crate-name=aho_corasick", "crate-name=aho_corasick",
"manual", "manual",
], ],
version = "0.7.18", version = "0.7.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__memchr__2_4_1//:memchr", "@raze__memchr__2_5_0//:memchr",
], ],
) )

View file

@ -49,15 +49,14 @@ rust_library(
"crate-name=ammonia", "crate-name=ammonia",
"manual", "manual",
], ],
version = "3.1.4", version = "3.2.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__html5ever__0_25_1//:html5ever", "@raze__html5ever__0_26_0//:html5ever",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__maplit__1_0_2//:maplit", "@raze__maplit__1_0_2//:maplit",
"@raze__markup5ever_rcdom__0_1_0//:markup5ever_rcdom", "@raze__once_cell__1_15_0//:once_cell",
"@raze__tendril__0_4_2//:tendril", "@raze__tendril__0_4_3//:tendril",
"@raze__url__2_2_2//:url", "@raze__url__2_3_1//:url",
], ],
) )

View 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",
],
)

View file

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

View file

@ -53,7 +53,7 @@ rust_library(
"crate-name=arc-swap", "crate-name=arc-swap",
"manual", "manual",
], ],
version = "1.5.0", version = "1.5.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.1.52", version = "0.1.57",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -76,13 +76,13 @@ rust_proc_macro(
"crate-name=async-trait", "crate-name=async-trait",
"manual", "manual",
], ],
version = "0.1.52", version = "0.1.57",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":async_trait_build_script", ":async_trait_build_script",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_43//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_21//:quote",
"@raze__syn__1_0_88//:syn", "@raze__syn__1_0_100//:syn",
], ],
) )

View file

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

View file

@ -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"],
)

View file

@ -93,6 +93,6 @@ rust_library(
"@raze__arrayvec__0_7_2//:arrayvec", "@raze__arrayvec__0_7_2//:arrayvec",
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__constant_time_eq__0_1_5//:constant_time_eq", "@raze__constant_time_eq__0_1_5//:constant_time_eq",
"@raze__digest__0_10_3//:digest", "@raze__digest__0_10_5//:digest",
], ],
) )

View file

@ -47,10 +47,10 @@ rust_library(
"crate-name=block-buffer", "crate-name=block-buffer",
"manual", "manual",
], ],
version = "0.10.2", version = "0.10.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__generic_array__0_14_5//:generic_array", "@raze__generic_array__0_14_6//:generic_array",
], ],
) )

View file

@ -76,8 +76,8 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__lazy_static__1_4_0//:lazy_static", "@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__regex_automata__0_1_10//:regex_automata",
"@raze__serde__1_0_136//:serde", "@raze__serde__1_0_145//:serde",
], ],
) )

View file

@ -41,7 +41,7 @@ rust_library(
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2018", edition = "2021",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -50,7 +50,7 @@ rust_library(
"crate-name=bumpalo", "crate-name=bumpalo",
"manual", "manual",
], ],
version = "3.9.1", version = "3.11.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -55,7 +55,7 @@ rust_library(
"crate-name=bytes", "crate-name=bytes",
"manual", "manual",
], ],
version = "1.1.0", version = "1.2.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -55,7 +55,7 @@ rust_binary(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":cc", ":cc",
"@raze__jobserver__0_1_24//:jobserver", "@raze__jobserver__0_1_25//:jobserver",
], ],
) )
@ -80,7 +80,7 @@ rust_library(
version = "1.0.73", version = "1.0.73",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__jobserver__0_1_24//:jobserver", "@raze__jobserver__0_1_25//:jobserver",
], ],
) )

View file

@ -44,15 +44,18 @@ rust_library(
"alloc", "alloc",
"clock", "clock",
"default", "default",
"libc", "iana-time-zone",
"js-sys",
"oldtime", "oldtime",
"std", "std",
"time", "time",
"wasm-bindgen",
"wasmbind",
"winapi", "winapi",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -61,12 +64,12 @@ rust_library(
"crate-name=chrono", "crate-name=chrono",
"manual", "manual",
], ],
version = "0.4.19", version = "0.4.22",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_120//:libc", "@raze__iana_time_zone__0_1_50//:iana_time_zone",
"@raze__num_integer__0_1_44//:num_integer", "@raze__num_integer__0_1_45//:num_integer",
"@raze__num_traits__0_2_14//:num_traits", "@raze__num_traits__0_2_15//:num_traits",
"@raze__time__0_1_44//:time", "@raze__time__0_1_44//:time",
] + selects.with_or({ ] + selects.with_or({
# cfg(windows) # cfg(windows)

View file

@ -49,10 +49,10 @@ rust_library(
"crate-name=coarsetime", "crate-name=coarsetime",
"manual", "manual",
], ],
version = "0.1.21", version = "0.1.22",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__once_cell__1_10_0//:once_cell", "@raze__once_cell__1_15_0//:once_cell",
] + selects.with_or({ ] + selects.with_or({
# cfg(not(target_os = "wasi")) # cfg(not(target_os = "wasi"))
( (
@ -64,7 +64,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_120//:libc", "@raze__libc__0_2_133//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -53,6 +53,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__codespan_reporting__0_11_1//:codespan_reporting", "@raze__codespan_reporting__0_11_1//:codespan_reporting",
"@raze__serde__1_0_136//:serde", "@raze__serde__1_0_145//:serde",
], ],
) )

View file

@ -62,9 +62,9 @@ rust_library(
version = "0.11.1", version = "0.11.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__serde__1_0_136//:serde", "@raze__serde__1_0_145//:serde",
"@raze__termcolor__1_1_3//:termcolor", "@raze__termcolor__1_1_3//:termcolor",
"@raze__unicode_width__0_1_9//:unicode_width", "@raze__unicode_width__0_1_10//:unicode_width",
], ],
) )

View file

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

View file

@ -58,11 +58,11 @@ rust_library(
"crate-name=crossbeam-channel", "crate-name=crossbeam-channel",
"manual", "manual",
], ],
version = "0.5.2", version = "0.5.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crossbeam_utils__0_8_7//:crossbeam_utils", "@raze__crossbeam_utils__0_8_11//:crossbeam_utils",
], ],
) )

View file

@ -43,7 +43,8 @@ cargo_build_script(
build_script_env = { build_script_env = {
}, },
crate_features = [ crate_features = [
"lazy_static", "default",
"once_cell",
"std", "std",
], ],
crate_root = "build.rs", crate_root = "build.rs",
@ -56,7 +57,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.7", version = "0.8.11",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -68,7 +69,8 @@ rust_library(
name = "crossbeam_utils", name = "crossbeam_utils",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"lazy_static", "default",
"once_cell",
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
@ -82,12 +84,12 @@ rust_library(
"crate-name=crossbeam-utils", "crate-name=crossbeam-utils",
"manual", "manual",
], ],
version = "0.8.7", version = "0.8.11",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":crossbeam_utils_build_script", ":crossbeam_utils_build_script",
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__once_cell__1_15_0//:once_cell",
], ],
) )

View file

@ -48,10 +48,10 @@ rust_library(
"crate-name=crypto-common", "crate-name=crypto-common",
"manual", "manual",
], ],
version = "0.1.3", version = "0.1.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__generic_array__0_14_5//:generic_array", "@raze__generic_array__0_14_6//:generic_array",
"@raze__typenum__1_15_0//:typenum", "@raze__typenum__1_15_0//:typenum",
], ],
) )

View file

@ -57,9 +57,9 @@ cargo_build_script(
version = "0.27.2", version = "0.27.2",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_43//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_21//:quote",
"@raze__syn__1_0_88//:syn", "@raze__syn__1_0_100//:syn",
], ],
) )
@ -90,6 +90,6 @@ rust_library(
"@raze__itoa__0_4_8//:itoa", "@raze__itoa__0_4_8//:itoa",
"@raze__matches__0_1_9//:matches", "@raze__matches__0_1_9//:matches",
"@raze__phf__0_8_0//:phf", "@raze__phf__0_8_0//:phf",
"@raze__smallvec__1_8_0//:smallvec", "@raze__smallvec__1_9_0//:smallvec",
], ],
) )

View file

@ -50,7 +50,7 @@ rust_proc_macro(
version = "0.6.0", version = "0.6.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_21//:quote",
"@raze__syn__1_0_88//:syn", "@raze__syn__1_0_100//:syn",
], ],
) )

View file

@ -126,9 +126,9 @@ rust_library(
deps = [ deps = [
"@raze__bstr__0_2_17//:bstr", "@raze__bstr__0_2_17//:bstr",
"@raze__csv_core__0_1_10//:csv_core", "@raze__csv_core__0_1_10//:csv_core",
"@raze__itoa__1_0_1//:itoa", "@raze__itoa__1_0_3//:itoa",
"@raze__ryu__1_0_9//:ryu", "@raze__ryu__1_0_11//:ryu",
"@raze__serde__1_0_136//:serde", "@raze__serde__1_0_145//:serde",
], ],
) )

View file

@ -53,6 +53,6 @@ rust_library(
version = "0.1.10", version = "0.1.10",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__memchr__2_4_1//:memchr", "@raze__memchr__2_5_0//:memchr",
], ],
) )

View file

@ -79,9 +79,9 @@ rust_proc_macro(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__convert_case__0_4_0//:convert_case", "@raze__convert_case__0_4_0//:convert_case",
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_43//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_21//:quote",
"@raze__syn__1_0_88//:syn", "@raze__syn__1_0_100//:syn",
], ],
) )

View file

@ -54,11 +54,11 @@ rust_library(
"crate-name=digest", "crate-name=digest",
"manual", "manual",
], ],
version = "0.10.3", version = "0.10.5",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__block_buffer__0_10_2//:block_buffer", "@raze__block_buffer__0_10_3//:block_buffer",
"@raze__crypto_common__0_1_3//:crypto_common", "@raze__crypto_common__0_1_6//:crypto_common",
"@raze__subtle__2_4_1//:subtle", "@raze__subtle__2_4_1//:subtle",
], ],
) )

View file

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

View file

@ -40,7 +40,7 @@ rust_library(
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -49,7 +49,7 @@ rust_library(
"crate-name=either", "crate-name=either",
"manual", "manual",
], ],
version = "1.6.1", version = "1.8.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -26,7 +26,7 @@ package(default_visibility = [
]) ])
licenses([ licenses([
"restricted", # no license "notice", # Apache-2.0 from expression "(Apache-2.0 OR MIT) AND BSD-3-Clause"
]) ])
# Generated Targets # Generated Targets
@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.30", version = "0.8.31",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=encoding_rs", "crate-name=encoding_rs",
"manual", "manual",
], ],
version = "0.8.30", version = "0.8.31",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":encoding_rs_build_script", ":encoding_rs_build_script",

View file

@ -52,13 +52,13 @@ rust_library(
"crate-name=env_logger", "crate-name=env_logger",
"manual", "manual",
], ],
version = "0.9.0", version = "0.9.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__atty__0_2_14//:atty", "@raze__atty__0_2_14//:atty",
"@raze__humantime__2_1_0//:humantime", "@raze__humantime__2_1_0//:humantime",
"@raze__log__0_4_14//:log", "@raze__log__0_4_17//:log",
"@raze__regex__1_5_6//:regex", "@raze__regex__1_6_0//:regex",
"@raze__termcolor__1_1_3//:termcolor", "@raze__termcolor__1_1_3//:termcolor",
], ],
) )

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=fastrand", "crate-name=fastrand",
"manual", "manual",
], ],
version = "1.7.0", version = "1.8.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=fixedbitset", "crate-name=fixedbitset",
"manual", "manual",
], ],
version = "0.4.1", version = "0.4.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -94,24 +94,18 @@ rust_library(
"crate-name=flate2", "crate-name=flate2",
"manual", "manual",
], ],
version = "1.0.22", version = "1.0.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crc32fast__1_3_2//:crc32fast", "@raze__crc32fast__1_3_2//:crc32fast",
"@raze__libc__0_2_120//:libc", "@raze__miniz_oxide__0_5_4//:miniz_oxide",
"@raze__miniz_oxide__0_4_4//:miniz_oxide",
], ],
) )
# Unsupported target "async-reader" with type "test" omitted
# Unsupported target "early-flush" with type "test" omitted # Unsupported target "early-flush" with type "test" omitted
# Unsupported target "empty-read" with type "test" omitted # Unsupported target "empty-read" with type "test" omitted
# Unsupported target "gunzip" 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 # Unsupported target "zero-write" with type "test" omitted

View file

@ -61,7 +61,7 @@ rust_library(
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules", "@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
"@raze__rustc_hash__1_1_0//:rustc_hash", "@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__self_cell__0_10_2//:self_cell", "@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", "@raze__unic_langid__0_9_0//:unic_langid",
], ],
) )

View file

@ -58,7 +58,7 @@ rust_binary(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":fluent_syntax", ":fluent_syntax",
"@raze__thiserror__1_0_30//:thiserror", "@raze__thiserror__1_0_35//:thiserror",
], ],
) )
@ -85,7 +85,7 @@ rust_binary(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":fluent_syntax", ":fluent_syntax",
"@raze__thiserror__1_0_30//:thiserror", "@raze__thiserror__1_0_35//:thiserror",
], ],
) )
@ -109,7 +109,7 @@ rust_library(
version = "0.11.0", version = "0.11.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__thiserror__1_0_30//:thiserror", "@raze__thiserror__1_0_35//:thiserror",
], ],
) )

View file

@ -47,10 +47,9 @@ rust_library(
"crate-name=form_urlencoded", "crate-name=form_urlencoded",
"manual", "manual",
], ],
version = "1.0.1", version = "1.1.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__matches__0_1_9//:matches", "@raze__percent_encoding__2_2_0//:percent_encoding",
"@raze__percent_encoding__2_1_0//:percent_encoding",
], ],
) )

View file

@ -53,16 +53,16 @@ rust_library(
"crate-name=futures", "crate-name=futures",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__futures_channel__0_3_21//:futures_channel", "@raze__futures_channel__0_3_24//:futures_channel",
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_24//:futures_core",
"@raze__futures_executor__0_3_21//:futures_executor", "@raze__futures_executor__0_3_24//:futures_executor",
"@raze__futures_io__0_3_21//:futures_io", "@raze__futures_io__0_3_24//:futures_io",
"@raze__futures_sink__0_3_21//:futures_sink", "@raze__futures_sink__0_3_24//:futures_sink",
"@raze__futures_task__0_3_21//:futures_task", "@raze__futures_task__0_3_24//:futures_task",
"@raze__futures_util__0_3_21//:futures_util", "@raze__futures_util__0_3_24//:futures_util",
], ],
) )

View file

@ -59,7 +59,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -88,12 +88,12 @@ rust_library(
"crate-name=futures-channel", "crate-name=futures-channel",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_channel_build_script", ":futures_channel_build_script",
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_24//:futures_core",
"@raze__futures_sink__0_3_21//:futures_sink", "@raze__futures_sink__0_3_24//:futures_sink",
], ],
) )

View file

@ -57,7 +57,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -82,7 +82,7 @@ rust_library(
"crate-name=futures-core", "crate-name=futures-core",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_core_build_script", ":futures_core_build_script",

View file

@ -50,12 +50,12 @@ rust_library(
"crate-name=futures-executor", "crate-name=futures-executor",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_24//:futures_core",
"@raze__futures_task__0_3_21//:futures_task", "@raze__futures_task__0_3_24//:futures_task",
"@raze__futures_util__0_3_21//:futures_util", "@raze__futures_util__0_3_24//:futures_util",
], ],
) )

View file

@ -48,7 +48,7 @@ rust_library(
"crate-name=futures-io", "crate-name=futures-io",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -47,11 +47,11 @@ rust_proc_macro(
"crate-name=futures-macro", "crate-name=futures-macro",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_43//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_21//:quote",
"@raze__syn__1_0_88//:syn", "@raze__syn__1_0_100//:syn",
], ],
) )

View file

@ -50,7 +50,7 @@ rust_library(
"crate-name=futures-sink", "crate-name=futures-sink",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=futures-task", "crate-name=futures-task",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_task_build_script", ":futures_task_build_script",

View file

@ -68,7 +68,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -78,6 +78,8 @@ cargo_build_script(
# Unsupported target "futures_unordered" with type "bench" omitted # Unsupported target "futures_unordered" with type "bench" omitted
# Unsupported target "select" with type "bench" omitted
rust_library( rust_library(
name = "futures_util", name = "futures_util",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
@ -101,7 +103,7 @@ rust_library(
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [
"@raze__futures_macro__0_3_21//:futures_macro", "@raze__futures_macro__0_3_24//:futures_macro",
], ],
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
@ -111,18 +113,18 @@ rust_library(
"crate-name=futures-util", "crate-name=futures-util",
"manual", "manual",
], ],
version = "0.3.21", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_util_build_script", ":futures_util_build_script",
"@raze__futures_channel__0_3_21//:futures_channel", "@raze__futures_channel__0_3_24//:futures_channel",
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_24//:futures_core",
"@raze__futures_io__0_3_21//:futures_io", "@raze__futures_io__0_3_24//:futures_io",
"@raze__futures_sink__0_3_21//:futures_sink", "@raze__futures_sink__0_3_24//:futures_sink",
"@raze__futures_task__0_3_21//:futures_task", "@raze__futures_task__0_3_24//:futures_task",
"@raze__memchr__2_4_1//:memchr", "@raze__memchr__2_5_0//:memchr",
"@raze__pin_project_lite__0_2_8//:pin_project_lite", "@raze__pin_project_lite__0_2_9//:pin_project_lite",
"@raze__pin_utils__0_1_0//:pin_utils", "@raze__pin_utils__0_1_0//:pin_utils",
"@raze__slab__0_4_5//:slab", "@raze__slab__0_4_7//:slab",
], ],
) )

View file

@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.14.5", version = "0.14.6",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__version_check__0_9_4//:version_check", "@raze__version_check__0_9_4//:version_check",
@ -79,22 +79,10 @@ rust_library(
"crate-name=generic_array", "crate-name=generic_array",
"manual", "manual",
], ],
version = "0.14.5", version = "0.14.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":generic_array_build_script", ":generic_array_build_script",
"@raze__typenum__1_15_0//:typenum", "@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

View file

@ -50,7 +50,7 @@ rust_library(
version = "0.2.21", version = "0.2.21",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__unicode_width__0_1_9//:unicode_width", "@raze__unicode_width__0_1_10//:unicode_width",
], ],
) )

View file

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

View file

@ -52,7 +52,7 @@ rust_library(
"crate-name=getrandom", "crate-name=getrandom",
"manual", "manual",
], ],
version = "0.2.5", version = "0.2.7",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if", "@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:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_120//:libc", "@raze__libc__0_2_133//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -53,19 +53,19 @@ rust_library(
"crate-name=h2", "crate-name=h2",
"manual", "manual",
], ],
version = "0.3.12", version = "0.3.14",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_2_1//:bytes",
"@raze__fnv__1_0_7//:fnv", "@raze__fnv__1_0_7//:fnv",
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_24//:futures_core",
"@raze__futures_sink__0_3_21//:futures_sink", "@raze__futures_sink__0_3_24//:futures_sink",
"@raze__futures_util__0_3_21//:futures_util", "@raze__futures_util__0_3_24//:futures_util",
"@raze__http__0_2_6//:http", "@raze__http__0_2_8//:http",
"@raze__indexmap__1_8_0//:indexmap", "@raze__indexmap__1_9_1//:indexmap",
"@raze__slab__0_4_5//:slab", "@raze__slab__0_4_7//:slab",
"@raze__tokio__1_17_0//:tokio", "@raze__tokio__1_21_1//:tokio",
"@raze__tokio_util__0_6_9//:tokio_util", "@raze__tokio_util__0_7_4//:tokio_util",
"@raze__tracing__0_1_32//:tracing", "@raze__tracing__0_1_36//:tracing",
], ],
) )

View file

@ -26,13 +26,15 @@ package(default_visibility = [
]) ])
licenses([ licenses([
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" "notice", # MIT from expression "MIT OR Apache-2.0"
]) ])
# Generated Targets # Generated Targets
# Unsupported target "bench" with type "bench" omitted # Unsupported target "bench" with type "bench" omitted
# Unsupported target "insert_unique_unchecked" with type "bench" omitted
rust_library( rust_library(
name = "hashbrown", name = "hashbrown",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
@ -44,7 +46,7 @@ rust_library(
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2018", edition = "2021",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -53,7 +55,7 @@ rust_library(
"crate-name=hashbrown", "crate-name=hashbrown",
"manual", "manual",
], ],
version = "0.11.2", version = "0.12.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__ahash__0_7_6//:ahash", "@raze__ahash__0_7_6//:ahash",

View file

@ -47,10 +47,10 @@ rust_library(
"crate-name=hashlink", "crate-name=hashlink",
"manual", "manual",
], ],
version = "0.7.0", version = "0.8.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__hashbrown__0_11_2//:hashbrown", "@raze__hashbrown__0_12_3//:hashbrown",
], ],
) )

View file

@ -35,6 +35,7 @@ rust_library(
name = "heck", name = "heck",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
@ -47,9 +48,8 @@ rust_library(
"crate-name=heck", "crate-name=heck",
"manual", "manual",
], ],
version = "0.3.3", version = "0.4.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__unicode_segmentation__1_9_0//:unicode_segmentation",
], ],
) )

View file

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

View file

@ -54,12 +54,12 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.25.1", version = "0.25.2",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__proc_macro2__1_0_36//:proc_macro2", "@raze__proc_macro2__1_0_43//:proc_macro2",
"@raze__quote__1_0_15//:quote", "@raze__quote__1_0_21//:quote",
"@raze__syn__1_0_88//:syn", "@raze__syn__1_0_100//:syn",
], ],
) )
@ -91,11 +91,11 @@ rust_library(
"crate-name=html5ever", "crate-name=html5ever",
"manual", "manual",
], ],
version = "0.25.1", version = "0.25.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":html5ever_build_script", ":html5ever_build_script",
"@raze__log__0_4_14//:log", "@raze__log__0_4_17//:log",
"@raze__mac__0_1_1//:mac", "@raze__mac__0_1_1//:mac",
"@raze__markup5ever__0_10_1//:markup5ever", "@raze__markup5ever__0_10_1//:markup5ever",
], ],

View 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",
],
)

View file

@ -35,6 +35,8 @@ licenses([
# Unsupported target "header_name" with type "bench" omitted # 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 "header_value" with type "bench" omitted
# Unsupported target "method" with type "bench" omitted # Unsupported target "method" with type "bench" omitted
@ -57,12 +59,12 @@ rust_library(
"crate-name=http", "crate-name=http",
"manual", "manual",
], ],
version = "0.2.6", version = "0.2.8",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_2_1//:bytes",
"@raze__fnv__1_0_7//:fnv", "@raze__fnv__1_0_7//:fnv",
"@raze__itoa__1_0_1//:itoa", "@raze__itoa__1_0_3//:itoa",
], ],
) )

View file

@ -47,12 +47,12 @@ rust_library(
"crate-name=http-body", "crate-name=http-body",
"manual", "manual",
], ],
version = "0.4.4", version = "0.4.5",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_2_1//:bytes",
"@raze__http__0_2_6//:http", "@raze__http__0_2_8//:http",
"@raze__pin_project_lite__0_2_8//:pin_project_lite", "@raze__pin_project_lite__0_2_9//:pin_project_lite",
], ],
) )

View file

@ -48,7 +48,7 @@ cargo_build_script(
], ],
crate_root = "build.rs", crate_root = "build.rs",
data = glob(["**"]), data = glob(["**"]),
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.6.0", version = "1.8.0",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -73,7 +73,7 @@ rust_library(
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -82,7 +82,7 @@ rust_library(
"crate-name=httparse", "crate-name=httparse",
"manual", "manual",
], ],
version = "1.6.0", version = "1.8.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":httparse_build_script", ":httparse_build_script",

View file

@ -41,8 +41,6 @@ licenses([
# Unsupported target "server" with type "bench" omitted # Unsupported target "server" with type "bench" omitted
# Unsupported target "hyper" with type "cdylib" omitted
# Unsupported target "client" with type "example" omitted # Unsupported target "client" with type "example" omitted
# Unsupported target "client_json" with type "example" omitted # Unsupported target "client_json" with type "example" omitted
@ -99,30 +97,28 @@ rust_library(
"crate-name=hyper", "crate-name=hyper",
"manual", "manual",
], ],
version = "0.14.17", version = "0.14.20",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_2_1//:bytes",
"@raze__futures_channel__0_3_21//:futures_channel", "@raze__futures_channel__0_3_24//:futures_channel",
"@raze__futures_core__0_3_21//:futures_core", "@raze__futures_core__0_3_24//:futures_core",
"@raze__futures_util__0_3_21//:futures_util", "@raze__futures_util__0_3_24//:futures_util",
"@raze__h2__0_3_12//:h2", "@raze__h2__0_3_14//:h2",
"@raze__http__0_2_6//:http", "@raze__http__0_2_8//:http",
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_5//:http_body",
"@raze__httparse__1_6_0//:httparse", "@raze__httparse__1_8_0//:httparse",
"@raze__httpdate__1_0_2//:httpdate", "@raze__httpdate__1_0_2//:httpdate",
"@raze__itoa__1_0_1//:itoa", "@raze__itoa__1_0_3//:itoa",
"@raze__pin_project_lite__0_2_8//:pin_project_lite", "@raze__pin_project_lite__0_2_9//:pin_project_lite",
"@raze__socket2__0_4_4//:socket2", "@raze__socket2__0_4_7//:socket2",
"@raze__tokio__1_17_0//:tokio", "@raze__tokio__1_21_1//:tokio",
"@raze__tower_service__0_3_1//:tower_service", "@raze__tower_service__0_3_2//:tower_service",
"@raze__tracing__0_1_32//:tracing", "@raze__tracing__0_1_36//:tracing",
"@raze__want__0_3_0//:want", "@raze__want__0_3_0//:want",
], ],
) )
# Unsupported target "hyper" with type "staticlib" omitted
# Unsupported target "client" with type "test" omitted # Unsupported target "client" with type "test" omitted
# Unsupported target "integration" with type "test" omitted # Unsupported target "integration" with type "test" omitted

View file

@ -54,11 +54,11 @@ rust_library(
version = "0.22.1", version = "0.22.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__futures_util__0_3_21//:futures_util", "@raze__futures_util__0_3_24//:futures_util",
"@raze__hyper__0_14_17//:hyper", "@raze__hyper__0_14_20//:hyper",
"@raze__log__0_4_14//:log", "@raze__log__0_4_17//:log",
"@raze__rustls__0_19_1//:rustls", "@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__tokio_rustls__0_22_0//:tokio_rustls",
"@raze__webpki__0_21_4//:webpki", "@raze__webpki__0_21_4//:webpki",
], ],

View file

@ -52,9 +52,9 @@ rust_library(
version = "0.4.1", version = "0.4.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__hyper__0_14_17//:hyper", "@raze__hyper__0_14_20//:hyper",
"@raze__pin_project_lite__0_2_8//:pin_project_lite", "@raze__pin_project_lite__0_2_9//:pin_project_lite",
"@raze__tokio__1_17_0//:tokio", "@raze__tokio__1_21_1//:tokio",
"@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout", "@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout",
], ],
) )

View file

@ -52,10 +52,10 @@ rust_library(
version = "0.5.0", version = "0.5.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_2_1//:bytes",
"@raze__hyper__0_14_17//:hyper", "@raze__hyper__0_14_20//:hyper",
"@raze__native_tls__0_2_8//:native_tls", "@raze__native_tls__0_2_10//:native_tls",
"@raze__tokio__1_17_0//:tokio", "@raze__tokio__1_21_1//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls", "@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
], ],
) )

View 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": [],
}),
)

View file

@ -49,12 +49,11 @@ rust_library(
"crate-name=idna", "crate-name=idna",
"manual", "manual",
], ],
version = "0.2.3", version = "0.3.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__matches__0_1_9//:matches", "@raze__unicode_bidi__0_3_8//:unicode_bidi",
"@raze__unicode_bidi__0_3_7//:unicode_bidi", "@raze__unicode_normalization__0_1_22//:unicode_normalization",
"@raze__unicode_normalization__0_1_19//:unicode_normalization",
], ],
) )

View file

@ -47,7 +47,7 @@ cargo_build_script(
], ],
crate_root = "build.rs", crate_root = "build.rs",
data = glob(["**"]), data = glob(["**"]),
edition = "2018", edition = "2021",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.8.0", version = "1.9.1",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__autocfg__1_1_0//:autocfg", "@raze__autocfg__1_1_0//:autocfg",
@ -74,7 +74,7 @@ rust_library(
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2018", edition = "2021",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -83,11 +83,11 @@ rust_library(
"crate-name=indexmap", "crate-name=indexmap",
"manual", "manual",
], ],
version = "1.8.0", version = "1.9.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":indexmap_build_script", ":indexmap_build_script",
"@raze__hashbrown__0_11_2//:hashbrown", "@raze__hashbrown__0_12_3//:hashbrown",
], ],
) )

View file

@ -31,7 +31,7 @@ licenses([
# Generated Targets # Generated Targets
rust_library( rust_proc_macro(
name = "indoc", name = "indoc",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
@ -39,10 +39,6 @@ rust_library(
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2018", 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 = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -51,7 +47,7 @@ rust_library(
"crate-name=indoc", "crate-name=indoc",
"manual", "manual",
], ],
version = "0.3.6", version = "1.0.7",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],
@ -59,4 +55,10 @@ rust_library(
# Unsupported target "compiletest" with type "test" omitted # 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

View file

@ -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",
],
)

View file

@ -39,7 +39,7 @@ rust_library(
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2015", edition = "2018",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -48,7 +48,7 @@ rust_library(
"crate-name=ipnet", "crate-name=ipnet",
"manual", "manual",
], ],
version = "2.4.0", version = "2.5.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -68,10 +68,10 @@ rust_library(
"crate-name=itertools", "crate-name=itertools",
"manual", "manual",
], ],
version = "0.10.3", version = "0.10.5",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__either__1_6_1//:either", "@raze__either__1_8_0//:either",
], ],
) )

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=itoa", "crate-name=itoa",
"manual", "manual",
], ],
version = "1.0.1", version = "1.0.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=jobserver", "crate-name=jobserver",
"manual", "manual",
], ],
version = "0.1.24", version = "0.1.25",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
] + selects.with_or({ ] + selects.with_or({
@ -62,7 +62,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_120//:libc", "@raze__libc__0_2_133//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -47,10 +47,10 @@ rust_library(
"crate-name=js-sys", "crate-name=js-sys",
"manual", "manual",
], ],
version = "0.3.56", version = "0.3.60",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__wasm_bindgen__0_2_79//:wasm_bindgen", "@raze__wasm_bindgen__0_2_83//:wasm_bindgen",
], ],
) )

View file

@ -55,7 +55,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__cssparser__0_27_2//:cssparser", "@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__matches__0_1_9//:matches",
"@raze__selectors__0_22_0//:selectors", "@raze__selectors__0_22_0//:selectors",
], ],

View file

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

View file

@ -64,11 +64,11 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.23.2", version = "0.25.1",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__cc__1_0_73//:cc", "@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", "@raze__vcpkg__0_2_15//:vcpkg",
], ],
) )
@ -98,7 +98,7 @@ rust_library(
"crate-name=libsqlite3-sys", "crate-name=libsqlite3-sys",
"manual", "manual",
], ],
version = "0.23.2", version = "0.25.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":libsqlite3_sys_build_script", ":libsqlite3_sys_build_script",

View file

@ -53,20 +53,20 @@ rust_library(
version = "0.4.1-alpha.0", version = "0.4.1-alpha.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_2_1//:bytes",
"@raze__codespan__0_11_1//:codespan", "@raze__codespan__0_11_1//:codespan",
"@raze__dunce__1_0_2//:dunce", "@raze__dunce__1_0_2//:dunce",
"@raze__futures__0_3_21//:futures", "@raze__futures__0_3_24//:futures",
"@raze__http__0_2_6//:http", "@raze__http__0_2_8//:http",
"@raze__kuchiki__0_8_1//:kuchiki", "@raze__kuchiki__0_8_1//:kuchiki",
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",
"@raze__linkify__0_5_0//:linkify", "@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__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__reqwest__0_11_3//:reqwest",
"@raze__serde__1_0_136//:serde", "@raze__serde__1_0_145//:serde",
"@raze__thiserror__1_0_30//:thiserror", "@raze__thiserror__1_0_35//:thiserror",
"@raze__url__2_2_2//:url", "@raze__url__2_3_1//:url",
], ],
) )

View file

@ -52,7 +52,7 @@ rust_library(
version = "0.5.0", version = "0.5.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__memchr__2_4_1//:memchr", "@raze__memchr__2_5_0//:memchr",
], ],
) )

View file

@ -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
View 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",
],
)

View file

@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.4.14", version = "0.4.17",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=log", "crate-name=log",
"manual", "manual",
], ],
version = "0.4.14", version = "0.4.17",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":log_build_script", ":log_build_script",

View file

@ -58,7 +58,7 @@ cargo_build_script(
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__phf_codegen__0_8_0//:phf_codegen", "@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 # buildifier: leave-alone
deps = [ deps = [
":markup5ever_build_script", ":markup5ever_build_script",
"@raze__log__0_4_14//:log", "@raze__log__0_4_17//:log",
"@raze__phf__0_8_0//:phf", "@raze__phf__0_8_0//:phf",
"@raze__string_cache__0_8_3//:string_cache", "@raze__string_cache__0_8_4//:string_cache",
"@raze__tendril__0_4_2//:tendril", "@raze__tendril__0_4_3//:tendril",
], ],
) )

View 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",
],
)

View file

@ -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

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "2.4.1", version = "2.5.0",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=memchr", "crate-name=memchr",
"manual", "manual",
], ],
version = "2.4.1", version = "2.5.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":memchr_build_script", ":memchr_build_script",

View file

@ -26,7 +26,7 @@ package(default_visibility = [
]) ])
licenses([ licenses([
"notice", # MIT from expression "MIT OR (Zlib OR Apache-2.0)" "notice", # MIT from expression "MIT"
]) ])
# Generated Targets # Generated Targets
@ -38,15 +38,16 @@ load(
) )
cargo_build_script( cargo_build_script(
name = "miniz_oxide_build_script", name = "memoffset_build_script",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
build_script_env = { build_script_env = {
}, },
crate_features = [ crate_features = [
"default",
], ],
crate_root = "build.rs", crate_root = "build.rs",
data = glob(["**"]), data = glob(["**"]),
edition = "2018", edition = "2015",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
@ -54,7 +55,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.4.4", version = "0.6.5",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__autocfg__1_1_0//:autocfg", "@raze__autocfg__1_1_0//:autocfg",
@ -62,25 +63,25 @@ cargo_build_script(
) )
rust_library( rust_library(
name = "miniz_oxide", name = "memoffset",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
data = [], data = [],
edition = "2018", edition = "2015",
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
], ],
tags = [ tags = [
"cargo-raze", "cargo-raze",
"crate-name=miniz_oxide", "crate-name=memoffset",
"manual", "manual",
], ],
version = "0.4.4", version = "0.6.5",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":miniz_oxide_build_script", ":memoffset_build_script",
"@raze__adler__1_0_2//:adler",
], ],
) )

View file

@ -26,13 +26,13 @@ package(default_visibility = [
]) ])
licenses([ licenses([
"notice", # MIT from expression "MIT OR Apache-2.0" "notice", # MIT from expression "MIT OR (Zlib OR Apache-2.0)"
]) ])
# Generated Targets # Generated Targets
rust_library( rust_library(
name = "miow", name = "miniz_oxide",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
], ],
@ -44,12 +44,12 @@ rust_library(
], ],
tags = [ tags = [
"cargo-raze", "cargo-raze",
"crate-name=miow", "crate-name=miniz_oxide",
"manual", "manual",
], ],
version = "0.3.7", version = "0.5.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__winapi__0_3_9//:winapi", "@raze__adler__1_0_2//:adler",
], ],
) )

View file

@ -59,10 +59,10 @@ rust_library(
"crate-name=mio", "crate-name=mio",
"manual", "manual",
], ],
version = "0.8.1", version = "0.8.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__log__0_4_14//:log", "@raze__log__0_4_17//:log",
] + selects.with_or({ ] + selects.with_or({
# cfg(unix) # cfg(unix)
( (
@ -73,7 +73,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_120//:libc", "@raze__libc__0_2_133//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({
@ -81,9 +81,7 @@ rust_library(
( (
"@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [ ): [
"@raze__miow__0_3_7//:miow", "@raze__windows_sys__0_36_1//:windows_sys",
"@raze__ntapi__0_3_7//:ntapi",
"@raze__winapi__0_3_9//:winapi",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.2.8", version = "0.2.10",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
] + selects.with_or({ ] + selects.with_or({
@ -74,7 +74,7 @@ cargo_build_script(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
): [ ): [
"@raze__openssl_sys__0_9_72//:openssl_sys", "@raze__openssl_sys__0_9_75//:openssl_sys",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({
@ -91,6 +91,8 @@ cargo_build_script(
# Unsupported target "simple-server" with type "example" omitted # Unsupported target "simple-server" with type "example" omitted
# Unsupported target "simple-server-pkcs8" with type "example" omitted
rust_library( rust_library(
name = "native_tls", name = "native_tls",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
@ -109,7 +111,7 @@ rust_library(
"crate-name=native-tls", "crate-name=native-tls",
"manual", "manual",
], ],
version = "0.2.8", version = "0.2.10",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":native_tls_build_script", ":native_tls_build_script",
@ -122,8 +124,8 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_120//:libc", "@raze__libc__0_2_133//:libc",
"@raze__security_framework__2_6_1//:security_framework", "@raze__security_framework__2_7_0//:security_framework",
"@raze__security_framework_sys__2_6_1//:security_framework_sys", "@raze__security_framework_sys__2_6_1//:security_framework_sys",
"@raze__tempfile__3_3_0//:tempfile", "@raze__tempfile__3_3_0//:tempfile",
], ],
@ -134,10 +136,10 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
): [ ): [
"@raze__log__0_4_14//:log", "@raze__log__0_4_17//:log",
"@raze__openssl__0_10_38//:openssl", "@raze__openssl__0_10_41//:openssl",
"@raze__openssl_probe__0_1_5//:openssl_probe", "@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": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({
@ -145,7 +147,7 @@ rust_library(
( (
"@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [ ): [
"@raze__schannel__0_1_19//:schannel", "@raze__schannel__0_1_20//:schannel",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

Some files were not shown because too many files have changed in this diff Show more