Skip to content

Commit 3ff2ac9

Browse files
authored
dep: bump hound, rstest, and update crates (#766)
1 parent d30bfd0 commit 3ff2ac9

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [Unreleased]
1111

1212
### Changed
13-
- Update `cpal` to v0.16.
13+
- Upgrade `cpal` to v0.16.
14+
- Update dependencies.
1415

1516
## Version [0.21] (2025-07-12)
1617

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ all-features = true
9292
cpal = { version = "0.16", optional = true }
9393
dasp_sample = "0.11.0"
9494
claxon = { version = "0.4.2", optional = true }
95-
hound = { version = "3.3.1", optional = true }
95+
hound = { version = "3.5", optional = true }
9696
lewton = { version = "0.10", optional = true }
9797
minimp3_fixed = { version = "0.5.4", optional = true }
9898
symphonia = { version = "0.5.4", optional = true, default-features = false }
@@ -107,10 +107,9 @@ num-rational = "0.4.2"
107107

108108
[dev-dependencies]
109109
quickcheck = "1"
110-
rstest = "0.24"
110+
rstest = "0.25"
111111
rstest_reuse = "0.7"
112112
approx = "0.5.1"
113-
dasp_sample = "0.11.0"
114113
divan = "0.1.14"
115114

116115
[[bench]]

0 commit comments

Comments
 (0)