Skip to content

Commit

Permalink
Merge pull request #1233 from librespot-org/dependabot/cargo/zerocopy…
Browse files Browse the repository at this point in the history
…-0.7.31

Bump zerocopy from 0.7.26 to 0.7.31
  • Loading branch information
roderickvd authored Dec 15, 2023
2 parents 886617e + 2bbd27b commit f7ffa9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit f7ffa9a

Please sign in to comment.