chore: bump libc from 0.2.98 to 0.2.99 (#19142)

* chore: bump libc from 0.2.98 to 0.2.99

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

---
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]
2021-08-10 10:54:54 -06:00
committed by GitHub
parent aeb4240f25
commit 536b763751
10 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ fs_extra = "1.2.0"
flate2 = "1.0"
indexmap = { version = "1.7", features = ["rayon"] }
itertools = "0.10.1"
libc = "0.2.98"
libc = "0.2.99"
log = "0.4.14"
lru = "0.6.6"
miow = "0.3.7"