diff --git a/playback/Cargo.toml b/playback/Cargo.toml index 63245bb0..dfb537c8 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 = { version = "0.7.31", features = ["derive"] } +zerocopy = { version = "0.7.32", features = ["derive"] } # Backends alsa = { version = "0.9.0", optional = true }