Skip to content

Commit e01afd4

Browse files
fix(deps): update tokio-prost monorepo to 0.14
1 parent e1a0780 commit e01afd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/livekit-rtc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
1010
napi = { version = "2.12.2", default-features = false, features = ["async", "napi6"] }
1111
napi-derive = "2.12.2"
1212
livekit-ffi = { path = "./rust-sdks/livekit-ffi" }
13-
prost = "0.12"
14-
prost-types = "0.12"
13+
prost = "0.14"
14+
prost-types = "0.14"
1515
log = "0.4.20"
1616
tokio = { version = "1.37.0", features = ["full"] }
1717

0 commit comments

Comments
 (0)