Merge prost dependecies (#9522)
This patch puts the prost, prost-build, and prost-types dependencies together and unifies their version. This improves organization a bit in addition to improving build time slightly, since a redundant version of prost is now removed. The dependencies are _not_ updated to the newest versions, because the newest versions add a dependency on the `protoc` application, which is not provided by cargo and thus breaks the building process.
This commit is contained in:
parent
0c82585ea2
commit
1e1fb21c81
4 changed files with 14 additions and 45 deletions
|
@ -35,7 +35,7 @@ util.workspace = true
|
|||
zstd = "0.11"
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.9"
|
||||
prost-build.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
collections.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue