diff --git a/Cargo.lock b/Cargo.lock index 5716f1186370f..2ddf46565c139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10035,6 +10035,7 @@ dependencies = [ "proc-macro2", "prometheus", "prost 0.11.9", + "prost-types 0.11.9", "rand", "rand_chacha", "rand_core", diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 4f60cf6c03f92..1a2ad5eb33587 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -79,6 +79,7 @@ phf_shared = { version = "0.11", features = ["uncased"] } postgres-types = { version = "0.2", default-features = false, features = ["derive", "with-chrono-0_4", "with-serde_json-1"] } prometheus = { version = "0.13", features = ["process"] } prost = { version = "0.11", features = ["no-recursion-limit"] } +prost-types = { version = "0.11" } rand = { version = "0.8", features = ["small_rng"] } rand_chacha = { version = "0.3" } rand_core = { version = "0.6", default-features = false, features = ["std"] } @@ -137,6 +138,7 @@ phf = { version = "0.11", features = ["uncased"] } phf_shared = { version = "0.11", features = ["uncased"] } proc-macro2 = { version = "1", features = ["span-locations"] } prost = { version = "0.11", features = ["no-recursion-limit"] } +prost-types = { version = "0.11" } rand = { version = "0.8", features = ["small_rng"] } rand_chacha = { version = "0.3" } rand_core = { version = "0.6", default-features = false, features = ["std"] }