diff --git a/socktop_connector/Cargo.toml b/socktop_connector/Cargo.toml index 55a49fa..573f76e 100644 --- a/socktop_connector/Cargo.toml +++ b/socktop_connector/Cargo.toml @@ -41,7 +41,7 @@ prost = { workspace = true } anyhow = { workspace = true } [build-dependencies] -prost-build = "0.13" +prost-build = { version = "0.13", features = ["vendored"] } [features] default = ["tls"]