Skip to content

Commit

Permalink
fix(deps): update rust crate kira to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent ebb9fbc commit c780e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gilrs = "0.11.0"
glam = { version = "0.29.2", features = ["bytemuck", "fast-math"] }
hashbrown = "0.15.2"
imgref = { version = "1.11.0", default-features = false, optional = true }
kira = { version = "0.9.6", default-features = false, features = ["cpal", "ogg"] }
kira = { version = "0.10.0", default-features = false, features = ["cpal", "ogg"] }
nanoserde = "0.1.37"
num-integer = "0.1.46"
phf = "0.11.2"
Expand Down

0 comments on commit c780e73

Please sign in to comment.