From c1e270d91c56be7d2650c8661df785d138c66d47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:45:07 +0000 Subject: [PATCH] fix(deps): update tokio-prost monorepo to 0.13 --- libs/cache/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"