chore: bump libc from 0.2.119 to 0.2.120 (#23694)

* chore: bump libc from 0.2.119 to 0.2.120

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-03-16 00:34:40 -06:00
committed by GitHub
parent 3773b753d1
commit 44ab660172
9 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.10.3" }
[target."cfg(target_os = \"linux\")".dependencies]
caps = "0.5.3"
libc = "0.2.119"
libc = "0.2.120"
nix = "0.23.1"
[lib]