Skip to content

Commit

Permalink
fix(deps): update tokio-prost monorepo to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 7f5550d commit 421a35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/livekit-rtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13"
prost-types = "0.13"
log = "0.4.20"
tokio = { version = "1.37.0", features = ["full"] }

Expand Down

0 comments on commit 421a35b

Please sign in to comment.