Skip to content

Commit

Permalink
Update rodio requirement from ^0.18 to ^0.19
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: rodio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jul 1, 2024
1 parent c7056f9 commit de0464a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smaf_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
async-trait = { version = "^0.1", default-features = false }
midir = { version = "^0.10", default-features = false }
rodio = { version = "^0.18", default-features = false }
rodio = { version = "^0.19", default-features = false }
tokio = { version = "^1.0", features = ["rt", "macros", "time"], default-features = false }

smaf = { path = "../smaf" }
Expand Down

0 comments on commit de0464a

Please sign in to comment.