Skip to content

Commit

Permalink
fix(deps): update rust crate futures-lite to 2.3.0 (#269)
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 Mar 19, 2024
1 parent 5c38f7d commit 9dc304d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
rustler = { version = "0.31.0", default-features = false, features = ["derive"] }
mediasoup = "0.16.0"
futures-lite = "2.2.0"
futures-lite = "2.3.0"
once_cell = "1.19.0"
num_cpus = "1.16.0"
async-executor = "1.8.0"
Expand Down

0 comments on commit 9dc304d

Please sign in to comment.