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

4
Cargo.lock generated
View File

@ -2360,9 +2360,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.98"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
[[package]]
name = "libloading"

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"

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.98"
libc = "0.2.99"
log = { version = "0.4.14" }
num_cpus = "1.13.0"
prost = "0.8.0"

View File

@ -1334,9 +1334,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.98"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
[[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.98"
libc = "0.2.99"
log = "0.4.14"
regex = "1.5.4"
serde = "1.0.127"

View File

@ -23,7 +23,7 @@ flate2 = "1.0.20"
fnv = "1.0.7"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.98"
libc = "0.2.99"
libloading = "0.7.0"
log = "0.4.14"
memmap2 = "0.3.0"

View File

@ -97,9 +97,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.98"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
[[package]]
name = "log"

View File

@ -16,7 +16,7 @@ solana-sdk = { path = "../sdk", version = "=1.8.0" }
thiserror = "1.0"
solana-measure = { path = "../measure", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.0" }
libc = "0.2.98"
libc = "0.2.99"
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.98"
libc = "0.2.99"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.0" }
solana-version = { path = "../version", version = "=1.8.0" }

View File

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