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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -2195,9 +2195,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.119"
version = "0.2.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
[[package]]
name = "libloading"

View File

@ -19,7 +19,7 @@ fs_extra = "1.2.0"
futures = "0.3.21"
itertools = "0.10.3"
lazy_static = "1.4.0"
libc = "0.2.119"
libc = "0.2.120"
log = { version = "0.4.14" }
num-derive = "0.3"
num-traits = "0.2"

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]

View File

@ -1463,9 +1463,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.119"
version = "0.2.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
[[package]]
name = "libloading"

View File

@ -21,7 +21,7 @@ jsonrpc-core-client = { version = "18.0.0" }
jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-pubsub = "18.0.0"
libc = "0.2.119"
libc = "0.2.120"
log = "0.4.14"
rayon = "1.5.1"
regex = "1.5.4"

View File

@ -119,9 +119,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.119"
version = "0.2.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
[[package]]
name = "log"

View File

@ -14,7 +14,7 @@ crossbeam-channel = "0.5"
futures-util = "0.3.21"
histogram = "0.6.9"
itertools = "0.10.3"
libc = "0.2.119"
libc = "0.2.120"
log = "0.4.14"
nix = "0.23.1"
pem = "1.0.2"

View File

@ -12,7 +12,7 @@ publish = true
[dependencies]
clap = "2.33.1"
libc = "0.2.119"
libc = "0.2.120"
log = "0.4.14"
solana-logger = { path = "../logger", version = "=1.10.3" }
solana-version = { path = "../version", version = "=1.10.3" }

View File

@ -58,7 +58,7 @@ symlink = "0.1.0"
jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = ["unprefixed_malloc_on_supported_platforms"] }
[target."cfg(unix)".dependencies]
libc = "0.2.119"
libc = "0.2.120"
signal-hook = "0.3.13"
[package.metadata.docs.rs]