Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.162 (#186)
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 May 10, 2023
1 parent ea5b26e commit 6b6694d
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 @@ -17,7 +17,7 @@ futures-lite = "1.13.0"
once_cell = "1.17.1"
num_cpus = "1.15.0"
async-executor = "1.5.1"
serde = { version = "1.0.148", features = ["derive"] }
serde = { version = "1.0.162", features = ["derive"] }
serde-transcode = "1.1"
serde_json = "1.0"
serde_rustler = { path = "local_deps/serde_rustler/serde_rustler" }
Expand Down

0 comments on commit 6b6694d

Please sign in to comment.