From 1a843e7192b9e2a6161b0a56fb0324552807ca29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:08:22 +0000 Subject: [PATCH] fix(deps): update tokio-prost monorepo to 0.14 --- packages/livekit-rtc/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/livekit-rtc/Cargo.toml b/packages/livekit-rtc/Cargo.toml index 4407b089..ed3f5689 100644 --- a/packages/livekit-rtc/Cargo.toml +++ b/packages/livekit-rtc/Cargo.toml @@ -10,8 +10,8 @@ crate-type = ["cdylib"] napi = { version = "2.12.2", default-features = false, features = ["async", "napi6"] } napi-derive = "2.12.2" livekit-ffi = { path = "./rust-sdks/livekit-ffi" } -prost = "0.12" -prost-types = "0.12" +prost = "0.14" +prost-types = "0.14" log = "0.4.20" tokio = { version = "1.37.0", features = ["full"] }