Skip to content

Commit 5f50ac2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-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
]

0 commit comments

Comments
 (0)