chore: bump libc from 0.2.101 to 0.2.102 (#19924)

* chore: bump libc from 0.2.101 to 0.2.102

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

---
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-09-16 09:45:01 -06:00 committed by GitHub
parent 3b06214590
commit ea15c0b40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -2275,9 +2275,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.101"
version = "0.2.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103"
[[package]]
name = "libloading"

View File

@ -19,7 +19,7 @@ fs_extra = "1.2.0"
futures = "0.3.17"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.101"
libc = "0.2.102"
log = { version = "0.4.14" }
num_cpus = "1.13.0"
prost = "0.8.0"

View File

@ -1355,9 +1355,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.101"
version = "0.2.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103"
[[package]]
name = "libloading"

View File

@ -21,7 +21,7 @@ jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-pubsub = "18.0.0"
jsonrpc-ws-server = "18.0.0"
libc = "0.2.101"
libc = "0.2.102"
log = "0.4.14"
regex = "1.5.4"
serde = "1.0.130"

View File

@ -97,9 +97,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.101"
version = "0.2.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103"
[[package]]
name = "log"

View File

@ -16,7 +16,7 @@ solana-metrics = { path = "../metrics", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
thiserror = "1.0"
solana-logger = { path = "../logger", version = "=1.8.0" }
libc = "0.2.101"
libc = "0.2.102"
nix = "0.20.0"
solana-perf = { path = "../perf", version = "=1.8.0" }

View File

@ -13,7 +13,7 @@ publish = true
[dependencies]
clap = "2.33.1"
log = "0.4.14"
libc = "0.2.101"
libc = "0.2.102"
solana-logger = { path = "../logger", version = "=1.8.0" }
solana-version = { path = "../version", version = "=1.8.0" }

View File

@ -50,7 +50,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
symlink = "0.1.0"
[target."cfg(unix)".dependencies]
libc = "0.2.101"
libc = "0.2.102"
signal-hook = "0.2.3"
[package.metadata.docs.rs]