diff --git a/Cargo.toml b/Cargo.toml index 0ed1b828..a27570ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ fnv = "^1.0" lazy_static = "^1.4" libc = { version = "^0.2", optional = true } parking_lot = "^0.12" -protobuf = { version = "^2.0", optional = true } +protobuf = { version = "^3.4", optional = true } memchr = "^2.3" reqwest = { version = "^0.11", features = ["blocking"], optional = true } thiserror = "^1.0"