Skip to content

Commit cf4ef39

Browse files
authored
chore(deps): prost-build is a workspace dependency (#3701)
see linkerd/linkerd2#8733 for more information. this commit moves `prost-build` so that it is now managed as a workspace dependency. while only used in tests, these tests can fail if this is not versioned in lockstep with our other protobuffer dependencies. see #3456 (c740b6d), #3466 (ca50d6b), and especially #3473 (b87455a) for some other previous pr's that moved dependencies to be managed at the workspace level. Signed-off-by: katelyn martin <[email protected]>
1 parent cd34762 commit cf4ef39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ http = { version = "0.2" }
105105
http-body = { version = "0.4" }
106106
hyper = { version = "0.14.32", default-features = false }
107107
prost = { version = "0.12" }
108+
prost-build = { version = "0.12", default-features = false }
108109
prost-types = { version = "0.12" }
109110
tokio-rustls = { version = "0.26", default-features = false, features = [
110111
"ring",

linkerd/transport-header/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ arbitrary = { version = "1", features = ["derive"] }
2323
libfuzzer-sys = { version = "0.4", features = ["arbitrary-derive"] }
2424

2525
[dev-dependencies]
26-
prost-build = { version = "0.12", default-features = false }
26+
prost-build = { workspace = true }
2727
tokio = { version = "1", features = ["macros"] }
2828
tokio-test = "0.4"
2929

0 commit comments

Comments
 (0)