diff --git a/leaf/Cargo.toml b/leaf/Cargo.toml index 5c93fdec6..77209ddf9 100644 --- a/leaf/Cargo.toml +++ b/leaf/Cargo.toml @@ -125,7 +125,7 @@ ctrlc = ["tokio/signal"] [dependencies] # Common tokio = { version = "1", features = ["sync", "io-util", "net", "time", "rt", "rt-multi-thread"] } -protobuf = "3.3.0" +protobuf = "=3.3.0" thiserror = "1.0" futures = "0.3" async-trait = "0.1" @@ -257,4 +257,4 @@ tokio = { version = "1", features = ["fs", "sync", "io-util", "net", "time", "rt [build-dependencies] cc = "1.0" bindgen = "0.68" -protobuf-codegen = "3.3.0" +protobuf-codegen = "=3.3.0"