Skip to content

Commit

Permalink
fix(deps): update rust crate symphonia to 0.5.4 (#130)
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 2, 2024
1 parent e1bad41 commit c9cf7cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions 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 crates/rrr_audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dasp = { git = "https://github.com/RustAudio/dasp", rev = "6b15274b471835e586089
] }
log = "0.4.21"
rb = "0.4.1"
symphonia = { version = "0.5", default-features = false, features = ["mp3"] }
symphonia = { version = "0.5.4", default-features = false, features = ["mp3"] }

[target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dependencies]
cpal = "0.14"
Expand Down

0 comments on commit c9cf7cb

Please sign in to comment.