Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump prost to 0.9.0, tonic to 0.6.2, tonic-reflection to 0.3.0 #5755

Merged
merged 1 commit into from
Jun 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
287 changes: 168 additions & 119 deletions tensorboard/data/server/Cargo.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions tensorboard/data/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ crossbeam = "0.8.0"
env_logger = "0.8.2"
futures-core = "0.3.12"
log = "0.4.11"
prost = "0.7.0"
prost-types = "0.7.0"
prost = "0.9.0"
prost-types = "0.9.0"
rand = "0.7.3"
rand_chacha = "0.2.2"
rayon = "1.5.0"
Expand All @@ -46,14 +46,14 @@ serde_json = "1.0.59"
thiserror = "1.0.21"
tokio = { version = "1.8.4", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.2", features = ["net"] }
tonic = "0.4.2"
tonic-reflection = "0.1.0"
tonic = "0.6.2"
tonic-reflection = "0.3.0"
walkdir = "2.3.1"

[dev-dependencies]
prost-build = "0.7.0"
prost-build = "0.9.0"
tempfile = "3.1.0"
tonic-build = "0.4.2"
tonic-build = "0.6.2"

[[bin]]
name = "rustboard"
Expand Down Expand Up @@ -86,13 +86,13 @@ targets = [
[package.metadata.raze.crates.crc.'1.8.1']
gen_buildrs = true

[package.metadata.raze.crates.libc.'0.2.80']
[package.metadata.raze.crates.libc.'0.2.126']
gen_buildrs = true

[package.metadata.raze.crates.log.'0.4.11']
gen_buildrs = true

[package.metadata.raze.crates.indexmap.'1.6.0']
[package.metadata.raze.crates.indexmap.'1.8.2']
additional_flags = [
"--cfg=has_std",
]
Expand All @@ -109,18 +109,18 @@ additional_flags = [
"--cfg=wrap_proc_macro",
]

[package.metadata.raze.crates.prost-build.'0.7.0']
[package.metadata.raze.crates.prost-build.'0.9.0']
gen_buildrs = true

[package.metadata.raze.crates.ring.'0.16.20']
gen_buildrs = true
data_attr = "glob([\"src/**/*.der\"])"

[package.metadata.raze.crates.tonic-reflection.'0.1.0']
[package.metadata.raze.crates.tonic-reflection.'0.3.0']
gen_buildrs = true
build_data_dependencies = ["@com_google_protobuf//:protoc"]

[package.metadata.raze.crates.tonic-reflection.'0.1.0'.buildrs_additional_environment_variables]
[package.metadata.raze.crates.tonic-reflection.'0.3.0'.buildrs_additional_environment_variables]
PROTOC = "$(execpath @com_google_protobuf//:protoc)"
# We don't have easy access to a rustfmt binary, so make it a no-op.
# https://github.com/bazelbuild/rules_rust/issues/87
Expand Down
14 changes: 7 additions & 7 deletions tensorboard/data/server/cargo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ alias(

alias(
name = "prost",
actual = "@raze__prost__0_7_0//:prost",
actual = "@raze__prost__0_9_0//:prost",
tags = [
"cargo-raze",
"manual",
Expand All @@ -122,7 +122,7 @@ alias(

alias(
name = "prost_build",
actual = "@raze__prost_build__0_7_0//:prost_build",
actual = "@raze__prost_build__0_9_0//:prost_build",
tags = [
"cargo-raze",
"manual",
Expand All @@ -131,7 +131,7 @@ alias(

alias(
name = "prost_types",
actual = "@raze__prost_types__0_7_0//:prost_types",
actual = "@raze__prost_types__0_9_0//:prost_types",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -212,7 +212,7 @@ alias(

alias(
name = "tokio",
actual = "@raze__tokio__1_8_4//:tokio",
actual = "@raze__tokio__1_19_2//:tokio",
tags = [
"cargo-raze",
"manual",
Expand All @@ -230,7 +230,7 @@ alias(

alias(
name = "tonic",
actual = "@raze__tonic__0_4_2//:tonic",
actual = "@raze__tonic__0_6_2//:tonic",
tags = [
"cargo-raze",
"manual",
Expand All @@ -239,7 +239,7 @@ alias(

alias(
name = "tonic_build",
actual = "@raze__tonic_build__0_4_2//:tonic_build",
actual = "@raze__tonic_build__0_6_2//:tonic_build",
tags = [
"cargo-raze",
"manual",
Expand All @@ -248,7 +248,7 @@ alias(

alias(
name = "tonic_reflection",
actual = "@raze__tonic_reflection__0_1_0//:tonic_reflection",
actual = "@raze__tonic_reflection__0_3_0//:tonic_reflection",
tags = [
"cargo-raze",
"manual",
Expand Down
8 changes: 4 additions & 4 deletions tensorboard/data/server/tensorboard.data.pb.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tensorboard/data/server/tensorboard.pb.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading