Update zerocopy to 0.7.26

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-11-14 23:15:09 +01:00
parent dd07be41af
commit c01742c010
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 = "0.6"
zerocopy = { version = "0.7.26", features = ["derive"] }
# Backends
alsa = { version = "0.8.1", optional = true }