Merge pull request #1233 from librespot-org/dependabot/cargo/zerocopy-0.7.31

Bump zerocopy from 0.7.26 to 0.7.31
This commit is contained in:
Roderick van Domburg 2023-12-15 12:28:55 +01:00 committed by GitHub
commit f7ffa9a1d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -3548,9 +3548,9 @@ dependencies = [
[[package]]
name = "zerocopy"
version = "0.7.26"
version = "0.7.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d"
dependencies = [
"byteorder",
"zerocopy-derive",
@ -3558,9 +3558,9 @@ dependencies = [
[[package]]
name = "zerocopy-derive"
version = "0.7.26"
version = "0.7.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a"
dependencies = [
"proc-macro2",
"quote",

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.26", features = ["derive"] }
zerocopy = { version = "0.7.31", features = ["derive"] }
# Backends
alsa = { version = "0.8.1", optional = true }