diff --git a/pkgs/devfiler/Cargo.toml b/pkgs/devfiler/Cargo.toml index 840eb7c..46e4293 100644 --- a/pkgs/devfiler/Cargo.toml +++ b/pkgs/devfiler/Cargo.toml @@ -50,7 +50,7 @@ indexmap = "2.1.0" itertools = "0.14.0" lazy_static = "1.4.0" home = "0.5" -prost = "0.12.1" +prost = "0.14.0" reqwest = { version = "0.12.0", features = ["json"] } rand = "0.9.0" rkyv = { version = "0.7.42", features = ["strict"] }