chore: bump libc from 0.2.80 to 0.2.81 (#14092)

* chore: bump libc from 0.2.80 to 0.2.81

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

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] 2020-12-13 12:13:17 +09:00 committed by GitHub
parent 55fc963595
commit 8df9bcc784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 13 deletions

4
Cargo.lock generated
View File

@ -1992,9 +1992,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
[[package]]
name = "libc"
version = "0.2.80"
version = "0.2.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "libloading"

View File

@ -21,7 +21,7 @@ futures = "0.3.8"
futures-util = "0.3.5"
itertools = "0.9.0"
lazy_static = "1.4.0"
libc = "0.2.72"
libc = "0.2.81"
log = { version = "0.4.8" }
num_cpus = "1.13.0"
prost = "0.6.1"

View File

@ -1028,9 +1028,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.72"
version = "0.2.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "libloading"

View File

@ -22,7 +22,7 @@ fnv = "1.0.7"
fs_extra = "1.1.0"
itertools = "0.9.0"
lazy_static = "1.4.0"
libc = "0.2.72"
libc = "0.2.81"
libloading = "0.6.2"
log = "0.4.8"
memmap2 = "0.1.0"

View File

@ -86,9 +86,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.73"
version = "0.2.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9"
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "log"

View File

@ -83,9 +83,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.79"
version = "0.2.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "log"

View File

@ -15,7 +15,7 @@ solana-sdk = { path = "../sdk", version = "1.5.0" }
thiserror = "1.0"
solana-measure = { path = "../measure", version = "1.5.0" }
solana-logger = { path = "../logger", version = "1.5.0" }
libc = "0.2.72"
libc = "0.2.81"
nix = "0.19.0"
solana-perf = { path = "../perf", version = "1.5.0" }

View File

@ -12,7 +12,7 @@ publish = true
[dependencies]
clap = "2.33.1"
log = "0.4.8"
libc = "0.2.72"
libc = "0.2.81"
solana-clap-utils = { path = "../clap-utils", version = "1.5.0" }
solana-logger = { path = "../logger", version = "1.5.0" }
solana-version = { path = "../version", version = "1.5.0" }

View File

@ -35,7 +35,7 @@ solana-vote-program = { path = "../programs/vote", version = "1.5.0" }
symlink = "0.1.0"
[target."cfg(unix)".dependencies]
libc = "0.2.72"
libc = "0.2.81"
signal-hook = "0.1.15"
[package.metadata.docs.rs]