Bump libc from 0.2.120 to 0.2.121

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.120 to 0.2.121.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.120...0.2.121)

---
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-03-21 04:17:39 +00:00
committed by Henrik Friedrichsen
parent 367d1155fd
commit 4778f9d4f3
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ regex = "1"
ioctl-rs = { version = "0.2", optional = true }
serde_cbor = "0.11.2"
pancurses = { version = "0.17.0", optional = true }
libc = "0.2.120"
libc = "0.2.121"
parse_duration = "2.1.1"
[dependencies.rspotify]