Skip to content

Commit

Permalink
build(deps): Update Rust crate rodio to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed Nov 8, 2024
1 parent 353aa66 commit bccf333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "4.5", features = ["std", "color", "derive", "cargo"] }
crossterm = "0.28.0"
glob = "0.3.1"
regex = "1.10"
rodio = { version = "0.19.0", features = ["vorbis"] }
rodio = { version = "0.20.0", features = ["vorbis"] }
signal-hook = "0.3.17"
tailcall = "1.0.1"
time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"] }
Expand Down

0 comments on commit bccf333

Please sign in to comment.