Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Aug 9, 2024
1 parent 0916d82 commit 1dac894
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ edition = "2021"
rust-version = "1.79.0"

[dependencies]
anyhow = { version = "1.0.69", default-features = false }
arbitrary-int = { version = "1.2.3", default-features = false }
fixed = "1.23.0"
heapless = "0.7.16"
anyhow = { version = "1.0.86", default-features = false }
arbitrary-int = { version = "1.2.7", default-features = false }
fixed = "1.23.1"
heapless = "0.8.0"
nom = { version = "7.1.3", default-features = false }

[dev-dependencies]
cpal = "0.15.0"
cpal = "0.15.2"
approx = "0.5.1"
criterion = "0.4.0"

Expand Down

0 comments on commit 1dac894

Please sign in to comment.