chore: bump libc from 0.2.100 to 0.2.101 (#19442)

* chore: bump libc from 0.2.100 to 0.2.101

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

---
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 <anatoly+githubjenkins@solana.io>
This commit is contained in:
dependabot[bot]
2021-08-26 12:38:34 -06:00
committed by GitHub
parent f1d9c014f8
commit e492638b7d
10 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@ futures = "0.3.16"
futures-util = "0.3.16"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.100"
libc = "0.2.101"
log = { version = "0.4.14" }
num_cpus = "1.13.0"
prost = "0.8.0"