diff --git a/libs/cache/Cargo.toml b/libs/cache/Cargo.toml index 5cbb1451..7e9def59 100644 --- a/libs/cache/Cargo.toml +++ b/libs/cache/Cargo.toml @@ -14,8 +14,8 @@ futures-util = "0.3" tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "fs", "process"] } tokio-stream = { version = "0.1", features = ["net"] } tokio-util = "0.7" -prost = "0.12" -prost-types = "0.12" +prost = "0.13" +prost-types = "0.13" rusqlite = { version = "0.32", features = ["bundled"] } fs4 = { version = "0.7", features = ["tokio"] } thiserror = "1"