Skip to content

Commit 8778341

Browse files
committed
chore: update tonic and prost to 0.14
1 parent 44ced0b commit 8778341

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

examples/tracing-grpc/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ tonic-prost-build = { workspace = true }
3131

3232
[package.metadata.cargo-machete]
3333
ignored = [
34-
"prost" # needed for `tonic-build`
34+
"prost", # needed for `tonic-prost-build`
35+
"tonic-prost" # needed for `tonic-prost-build`
3536
]

opentelemetry-otlp/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
- Bump MSRV to 1.86.0
6+
57
## 0.30.0
68

79
Released 2025-May-23

opentelemetry-proto/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Added Rust generated protos for profiles collector. [#3077](https://github.com/open-telemetry/opentelemetry-rust/pull/3077)
77
- **Breaking change**: package opentelemetry_proto::tonic::profiles::v1 renamed to opentelemetry_proto::tonic::profiles::v1development. [#3077](https://github.com/open-telemetry/opentelemetry-rust/pull/3077)
88
- Update `tonic` and `prost` dependency version to 0.14
9+
- Bump MSRV to 1.86.0
910

1011
## 0.30.0
1112

0 commit comments

Comments
 (0)