Update zerocopy to 0.7.32

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

View file

@ -28,7 +28,7 @@ parking_lot = { version = "0.12", features = ["deadlock_detection"] }
shell-words = "1.1"
thiserror = "1"
tokio = { version = "1", features = ["parking_lot", "rt", "rt-multi-thread", "sync"] }
zerocopy = { version = "0.7.31", features = ["derive"] }
zerocopy = { version = "0.7.32", features = ["derive"] }
# Backends
alsa = { version = "0.9.0", optional = true }