diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index b0d304c6e..7a26a8865 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -78,7 +78,7 @@ hex = { version = "0.4", default-features = false } itertools = "0.10.5" libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] } num_cpus = "1.16" -prost = "0.11" +prost = "0.12" protobuf = "2.28.0" rand = { version = "0.8", default-features = false } rayon = "1.7"