Skip to content

Commit af77c40

Browse files
committed
rust: Update bazel deps after bumping up clap to 3.2.23
Generated by cargo-raze v0.13.0 ``` $ cd /path/to/tensorboard $ cargo install cargo-raze --version 0.13.0 $ rm -rf third_party/rust $ cd tensorboard/data/server && cargo raze ```
1 parent 5467dcc commit af77c40

File tree

173 files changed

+2124
-2450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+2124
-2450
lines changed

tensorboard/data/server/cargo/BUILD.bazel

+3-13
Original file line numberDiff line numberDiff line change
@@ -266,18 +266,8 @@ alias(
266266

267267
# Export file for Stardoc support
268268
exports_files(
269-
glob([
270-
"**/*.bazel",
271-
"**/*.bzl",
272-
]),
273-
visibility = ["//visibility:public"],
274-
)
275-
276-
filegroup(
277-
name = "srcs",
278-
srcs = glob([
279-
"**/*.bazel",
280-
"**/*.bzl",
281-
]),
269+
[
270+
"crates.bzl",
271+
],
282272
visibility = ["//visibility:public"],
283273
)

third_party/rust/crates.bzl

+675-745
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.aho-corasick-0.7.18.bazel renamed to third_party/rust/remote/BUILD.aho-corasick-0.7.19.bazel

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.anyhow-1.0.34.bazel renamed to third_party/rust/remote/BUILD.anyhow-1.0.66.bazel

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.async-stream-0.3.0.bazel renamed to third_party/rust/remote/BUILD.async-stream-0.3.3.bazel

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.async-stream-impl-0.3.0.bazel renamed to third_party/rust/remote/BUILD.async-stream-impl-0.3.3.bazel

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.async-trait-0.1.41.bazel renamed to third_party/rust/remote/BUILD.async-trait-0.1.58.bazel

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.atty-0.2.14.bazel

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.autocfg-1.0.1.bazel renamed to third_party/rust/remote/BUILD.autocfg-1.1.0.bazel

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.base64-0.13.0.bazel renamed to third_party/rust/remote/BUILD.base64-0.13.1.bazel

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.bitflags-1.2.1.bazel renamed to third_party/rust/remote/BUILD.bitflags-1.3.2.bazel

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.build_const-0.2.1.bazel renamed to third_party/rust/remote/BUILD.build_const-0.2.2.bazel

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.unicode-xid-0.2.1.bazel renamed to third_party/rust/remote/BUILD.bumpalo-3.11.1.bazel

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.bumpalo-3.6.0.bazel

-80
This file was deleted.

third_party/rust/remote/BUILD.byteorder-1.3.4.bazel renamed to third_party/rust/remote/BUILD.byteorder-1.4.3.bazel

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)