We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8330353 commit ca517bdCopy full SHA for ca517bd
opentelemetry-stackdriver/Cargo.toml
@@ -19,7 +19,7 @@ opentelemetry-semantic-conventions = { workspace = true }
19
prost = "0.13"
20
prost-types = "0.13"
21
thiserror = "2.0"
22
-tonic = { version = "0.13", default-features = false, features = ["channel", "codegen", "gzip", "prost"] }
+tonic = { version = "0.14", default-features = false, features = ["channel", "codegen", "gzip", "prost"] }
23
tracing = { version = "0.1", optional = true }
24
25
# Futures
0 commit comments