Skip to content

Commit

Permalink
fix(deps): update rust crate mediasoup to 0.14.0 (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 25, 2023
1 parent e957ad4 commit 58249e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/mediasoup_elixir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
rustler = { version = "0.30.0", default-features = false, features = ["derive"] }
mediasoup = "0.13.0"
mediasoup = "0.14.0"
mediasoup-sys = ">=0.7.1"
futures-lite = "2.0.0"
once_cell = "1.18.0"
Expand Down

0 comments on commit 58249e2

Please sign in to comment.