Skip to content

Commit

Permalink
fix(deps): update rust crate mediasoup-sys to >=0.5.3 (#188)
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 Jan 10, 2023
1 parent e7d60e2 commit 7dd3f44
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 @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
rustler = "0.23.0"
mediasoup = "0.11.2"
mediasoup-sys = ">=0.4.2"
mediasoup-sys = ">=0.5.3"
futures-lite = "1.12.0"
once_cell = "1.16.0"
num_cpus = "1.14.0"
Expand Down

0 comments on commit 7dd3f44

Please sign in to comment.