Skip to content

Commit

Permalink
chore(opentelemetry-stackdriver): Update tonic to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realtimetodie committed Aug 9, 2022
1 parent 1b5b9c8 commit 2ca01cf
Show file tree
Hide file tree
Showing 7 changed files with 355 additions and 199 deletions.
8 changes: 4 additions & 4 deletions opentelemetry-stackdriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ hyper = "0.14.2"
hyper-rustls = { version = "0.23", optional = true }
opentelemetry = { version = "0.17", path = "../opentelemetry" }
opentelemetry-semantic-conventions = { version = "0.9", path = "../opentelemetry-semantic-conventions" }
prost = "0.10.4"
prost-types = "0.10.1"
prost = "0.11.0"
prost-types = "0.11.1"
thiserror = "1.0.30"
tonic = { version = "0.7.2", features = ["tls", "transport"] }
tonic = { version = "0.8.0", features = ["gzip", "tls", "transport"] }
yup-oauth2 = { version = "7.0.1", optional = true }

[features]
Expand All @@ -34,5 +34,5 @@ tls-webpki-roots = ["tonic/tls-webpki-roots"]
reqwest = "0.11.9"
tempfile = "3.3.0"
tokio = "1"
tonic-build = "0.7.2"
tonic-build = "0.8.0"
walkdir = "2.3.2"
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import "google/api/resource.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/wrappers.proto";
import "google/rpc/status.proto";
import "google/api/annotations.proto";

option csharp_namespace = "Google.Cloud.Trace.V2";
option go_package = "google.golang.org/genproto/googleapis/devtools/cloudtrace/v2;cloudtrace";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/devtools/cloudtrace/v2/trace.proto";
import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";

option csharp_namespace = "Google.Cloud.Trace.V2";
option go_package = "google.golang.org/genproto/googleapis/devtools/cloudtrace/v2;cloudtrace";
Expand Down

0 comments on commit 2ca01cf

Please sign in to comment.