Skip to content

Commit

Permalink
fix(deps): update rust crate rustler to 0.35.0 (#306)
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 20, 2024
1 parent 4a2fa86 commit 57949a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 31 deletions.
52 changes: 22 additions & 30 deletions native/mediasoup_elixir/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/mediasoup_elixir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rustler = { version = "0.34.0", default-features = false, features = ["serde"] }
rustler = { version = "0.35.0", default-features = false, features = ["serde"] }
mediasoup = "0.17.0"
futures-lite = "2.3.0"
once_cell = "1.19.0"
Expand Down

0 comments on commit 57949a8

Please sign in to comment.