From c01742c010bc071ed9e51f9e5fca0b758a4c45dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Tue, 14 Nov 2023 23:15:09 +0100 Subject: [PATCH] Update zerocopy to 0.7.26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- playback/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playback/Cargo.toml b/playback/Cargo.toml index 979bf063..230e5f85 100644 --- a/playback/Cargo.toml +++ b/playback/Cargo.toml @@ -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 }