rs dep updates

This commit is contained in:
Damien Elmes 2020-11-12 17:35:14 +10:00
parent 113e862084
commit 1b3922d6a5
15 changed files with 125 additions and 49 deletions

View file

@ -203,7 +203,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_4_1//:once_cell", actual = "@raze__once_cell__1_5_1//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -428,7 +428,7 @@ alias(
alias( alias(
name = "unicode_normalization", name = "unicode_normalization",
actual = "@raze__unicode_normalization__0_1_13//:unicode_normalization", actual = "@raze__unicode_normalization__0_1_14//:unicode_normalization",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",

29
cargo/Cargo.lock generated
View file

@ -542,9 +542,9 @@ dependencies = [
[[package]] [[package]]
name = "fluent-bundle" name = "fluent-bundle"
version = "0.13.1" version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a79916560098f0a57215a489e37b7fc83088949eab7f7977dcc329b254d50c17" checksum = "092ebd50cd3f8a6d664bf156e3550d2f7232fbe446da6707d727cca53f707ce2"
dependencies = [ dependencies = [
"fluent-langneg", "fluent-langneg",
"fluent-syntax", "fluent-syntax",
@ -1284,9 +1284,9 @@ checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.4.1" version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" checksum = "f53cef67919d7d247eb9a2f128ca9e522789967ef1eb4ccd8c71a95a8aedf596"
[[package]] [[package]]
name = "openssl-probe" name = "openssl-probe"
@ -1993,9 +1993,9 @@ checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
[[package]] [[package]]
name = "socket2" name = "socket2"
version = "0.3.15" version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" checksum = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc", "libc",
@ -2137,9 +2137,18 @@ checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
[[package]] [[package]]
name = "tinyvec" name = "tinyvec"
version = "0.3.4" version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" checksum = "b78a366903f506d2ad52ca8dc552102ffdd3e937ba8a227f024dc1d1eae28575"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
@ -2337,9 +2346,9 @@ dependencies = [
[[package]] [[package]]
name = "unicode-normalization" name = "unicode-normalization"
version = "0.1.13" version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" checksum = "b7f98e67a4d84f730d343392f9bfff7d21e3fca562b9cb7a43b768350beeddc6"
dependencies = [ dependencies = [
"tinyvec", "tinyvec",
] ]

View file

@ -563,12 +563,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__fluent_bundle__0_13_1", name = "raze__fluent_bundle__0_13_2",
url = "https://crates.io/api/v1/crates/fluent-bundle/0.13.1/download", url = "https://crates.io/api/v1/crates/fluent-bundle/0.13.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "a79916560098f0a57215a489e37b7fc83088949eab7f7977dcc329b254d50c17", sha256 = "092ebd50cd3f8a6d664bf156e3550d2f7232fbe446da6707d727cca53f707ce2",
strip_prefix = "fluent-bundle-0.13.1", strip_prefix = "fluent-bundle-0.13.2",
build_file = Label("//cargo/remote:BUILD.fluent-bundle-0.13.1.bazel"), build_file = Label("//cargo/remote:BUILD.fluent-bundle-0.13.2.bazel"),
) )
maybe( maybe(
@ -1333,12 +1333,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__once_cell__1_4_1", name = "raze__once_cell__1_5_1",
url = "https://crates.io/api/v1/crates/once_cell/1.4.1/download", url = "https://crates.io/api/v1/crates/once_cell/1.5.1/download",
type = "tar.gz", type = "tar.gz",
sha256 = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad", sha256 = "f53cef67919d7d247eb9a2f128ca9e522789967ef1eb4ccd8c71a95a8aedf596",
strip_prefix = "once_cell-1.4.1", strip_prefix = "once_cell-1.5.1",
build_file = Label("//cargo/remote:BUILD.once_cell-1.4.1.bazel"), build_file = Label("//cargo/remote:BUILD.once_cell-1.5.1.bazel"),
) )
maybe( maybe(
@ -2033,12 +2033,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__socket2__0_3_15", name = "raze__socket2__0_3_16",
url = "https://crates.io/api/v1/crates/socket2/0.3.15/download", url = "https://crates.io/api/v1/crates/socket2/0.3.16/download",
type = "tar.gz", type = "tar.gz",
sha256 = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44", sha256 = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d",
strip_prefix = "socket2-0.3.15", strip_prefix = "socket2-0.3.16",
build_file = Label("//cargo/remote:BUILD.socket2-0.3.15.bazel"), build_file = Label("//cargo/remote:BUILD.socket2-0.3.16.bazel"),
) )
maybe( maybe(
@ -2193,12 +2193,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__tinyvec__0_3_4", name = "raze__tinyvec__1_0_1",
url = "https://crates.io/api/v1/crates/tinyvec/0.3.4/download", url = "https://crates.io/api/v1/crates/tinyvec/1.0.1/download",
type = "tar.gz", type = "tar.gz",
sha256 = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117", sha256 = "b78a366903f506d2ad52ca8dc552102ffdd3e937ba8a227f024dc1d1eae28575",
strip_prefix = "tinyvec-0.3.4", strip_prefix = "tinyvec-1.0.1",
build_file = Label("//cargo/remote:BUILD.tinyvec-0.3.4.bazel"), build_file = Label("//cargo/remote:BUILD.tinyvec-1.0.1.bazel"),
)
maybe(
http_archive,
name = "raze__tinyvec_macros__0_1_0",
url = "https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download",
type = "tar.gz",
sha256 = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c",
strip_prefix = "tinyvec_macros-0.1.0",
build_file = Label("//cargo/remote:BUILD.tinyvec_macros-0.1.0.bazel"),
) )
maybe( maybe(
@ -2393,12 +2403,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__unicode_normalization__0_1_13", name = "raze__unicode_normalization__0_1_14",
url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.13/download", url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.14/download",
type = "tar.gz", type = "tar.gz",
sha256 = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977", sha256 = "b7f98e67a4d84f730d343392f9bfff7d21e3fca562b9cb7a43b768350beeddc6",
strip_prefix = "unicode-normalization-0.1.13", strip_prefix = "unicode-normalization-0.1.14",
build_file = Label("//cargo/remote:BUILD.unicode-normalization-0.1.13.bazel"), build_file = Label("//cargo/remote:BUILD.unicode-normalization-0.1.14.bazel"),
) )
maybe( maybe(

View file

@ -48,7 +48,7 @@ rust_library(
version = "0.13.1", version = "0.13.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__fluent_bundle__0_13_1//:fluent_bundle", "@raze__fluent_bundle__0_13_2//:fluent_bundle",
"@raze__unic_langid__0_9_0//:unic_langid", "@raze__unic_langid__0_9_0//:unic_langid",
], ],
) )

View file

@ -47,7 +47,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.13.1", version = "0.13.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__fluent_langneg__0_13_0//:fluent_langneg", "@raze__fluent_langneg__0_13_0//:fluent_langneg",

View file

@ -51,6 +51,6 @@ rust_library(
version = "0.3.8", version = "0.3.8",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__once_cell__1_4_1//:once_cell", "@raze__once_cell__1_5_1//:once_cell",
], ],
) )

View file

@ -105,7 +105,7 @@ rust_library(
"@raze__httpdate__0_3_2//:httpdate", "@raze__httpdate__0_3_2//:httpdate",
"@raze__itoa__0_4_6//:itoa", "@raze__itoa__0_4_6//:itoa",
"@raze__pin_project__1_0_1//:pin_project", "@raze__pin_project__1_0_1//:pin_project",
"@raze__socket2__0_3_15//:socket2", "@raze__socket2__0_3_16//:socket2",
"@raze__tokio__0_2_22//:tokio", "@raze__tokio__0_2_22//:tokio",
"@raze__tower_service__0_3_0//:tower_service", "@raze__tower_service__0_3_0//:tower_service",
"@raze__tracing__0_1_21//:tracing", "@raze__tracing__0_1_21//:tracing",

View file

@ -50,7 +50,7 @@ rust_library(
deps = [ deps = [
"@raze__matches__0_1_8//:matches", "@raze__matches__0_1_8//:matches",
"@raze__unicode_bidi__0_3_4//:unicode_bidi", "@raze__unicode_bidi__0_3_4//:unicode_bidi",
"@raze__unicode_normalization__0_1_13//:unicode_normalization", "@raze__unicode_normalization__0_1_14//:unicode_normalization",
], ],
) )

View file

@ -40,6 +40,7 @@ cargo_build_script(
build_script_env = { build_script_env = {
}, },
crate_features = [ crate_features = [
"align",
"default", "default",
"std", "std",
], ],
@ -63,6 +64,7 @@ rust_library(
name = "libc", name = "libc",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"align",
"default", "default",
"std", "std",
], ],

View file

@ -48,6 +48,7 @@ rust_library(
name = "once_cell", name = "once_cell",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"alloc",
"default", "default",
"std", "std",
], ],
@ -61,10 +62,10 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.4.1", version = "1.5.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],
) )
# Unsupported target "test" with type "test" omitted # Unsupported target "it" with type "test" omitted

View file

@ -158,7 +158,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu", "@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__once_cell__1_4_1//:once_cell", "@raze__once_cell__1_5_1//:once_cell",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -47,7 +47,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.15", version = "0.3.16",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
] + selects.with_or({ ] + selects.with_or({

View file

@ -38,6 +38,7 @@ rust_library(
crate_features = [ crate_features = [
"alloc", "alloc",
"default", "default",
"tinyvec_macros",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib", crate_type = "lib",
@ -49,9 +50,10 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.4", version = "1.0.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__tinyvec_macros__0_1_0//:tinyvec_macros",
], ],
) )

View file

@ -0,0 +1,52 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
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 OR Zlib)"
])
# Generated Targets
rust_library(
name = "tinyvec_macros",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
crate_type = "lib",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.1.0",
# buildifier: leave-alone
deps = [
],
)

View file

@ -49,9 +49,9 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.1.13", version = "0.1.14",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__tinyvec__0_3_4//:tinyvec", "@raze__tinyvec__1_0_1//:tinyvec",
], ],
) )