From a359f1736783f7ccd6395dad4d926989e6ab329b Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Thu, 4 Sep 2025 05:45:13 -0700 Subject: [PATCH] fix for failed CI build --- socktop_connector/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]