mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Update zerocopy to 0.7.32
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
856bd5e750
commit
fb264a7b71
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue