Skip to content

Commit b974404

Browse files
authored
Merge pull request #339 from uklotzde/deps
Dependencies
2 parents db9ad3d + 72cae03 commit b974404

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ rust-version = "1.70"
1515
[dependencies]
1616
arc-swap = "1.6"
1717
arrayvec = "0.7"
18-
cpal = { version = "0.15.0", optional = true }
18+
cpal = { version = "0.15", optional = true }
1919
creek = "1.1"
2020
crossbeam-channel = "0.5"
21-
cubeb = { version = "0.10.0", optional = true }
21+
cubeb = { version = "0.10", optional = true }
2222
dasp_sample = "0.11"
2323
float_eq = "1.0"
2424
hound = "3.5"
2525
hrtf = "0.8"
2626
llq = "0.1.1"
2727
log = "0.4"
2828
num-complex = "0.4"
29-
realfft = "3.0"
29+
realfft = "3.3"
3030
rubato = "0.14"
3131
rustc-hash = "1.1"
32-
smallvec = "1.8"
32+
smallvec = "1.11"
3333
symphonia = { version = "0.5", default-features = false }
3434
vecmath = "1.0"
3535

0 commit comments

Comments
 (0)