Bump libc from 0.2.127 to 0.2.131

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.127 to 0.2.131.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/commits)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-12 04:10:15 +00:00
committed by Henrik Friedrichsen
parent 97f6576914
commit 084be121d0
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1233,9 +1233,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.127"
version = "0.2.131"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
[[package]]
name = "libdbus-sys"

View File

@@ -24,7 +24,7 @@ fern = "0.6"
futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}
lazy_static = "1.3.0"
libc = "0.2.124"
libc = "0.2.131"
librespot-core = "0.4.2"
librespot-playback = "0.4.2"
librespot-protocol = "0.4.2"