diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7e1dfde..0b4f4c5 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -13,7 +13,7 @@ bytes = "1.0" chrono = "0.4" prost = "0.8" prost-types = "0.8" -prost-derive = "0.8" +prost-derive = "0.10" tokio = { version = "=1.10.1", features = ["full"] } tokio-util = { version = "0.6", features = ["codec","time"] } tokio-stream = { version = "0.1", features = ["net"] }