Update alsa to 0.9.0

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-02-24 21:08:01 +01:00
parent c28cf29858
commit caf8029953
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ tokio = { version = "1", features = ["parking_lot", "rt", "rt-multi-thread", "sy
zerocopy = { version = "0.7.31", features = ["derive"] }
# Backends
alsa = { version = "0.8.1", optional = true }
alsa = { version = "0.9.0", optional = true }
portaudio-rs = { version = "0.3", optional = true }
libpulse-binding = { version = "2", optional = true, default-features = false }
libpulse-simple-binding = { version = "2", optional = true, default-features = false }