From c0c95e88d8c2de27a3efcff44d10805a66882e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 09:34:32 -0600 Subject: [PATCH] chore: bump libc from 0.2.99 to 0.2.100 (#19371) * chore: bump libc from 0.2.99 to 0.2.100 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.99 to 0.2.100. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.99...0.2.100) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- rpc/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- storage-bigtable/build-proto/Cargo.lock | 4 ++-- streamer/Cargo.toml | 2 +- sys-tuner/Cargo.toml | 2 +- validator/Cargo.toml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06ac631385..b08b21c5b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2375,9 +2375,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765" +checksum = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5" [[package]] name = "libloading" diff --git a/core/Cargo.toml b/core/Cargo.toml index 51366e474d..6f867b46cb 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -30,7 +30,7 @@ fs_extra = "1.2.0" flate2 = "1.0" indexmap = { version = "1.7", features = ["rayon"] } itertools = "0.10.1" -libc = "0.2.99" +libc = "0.2.100" log = "0.4.14" lru = "0.6.6" miow = "0.3.7" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 4d50a74a9f..5e70d086f2 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -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.99" +libc = "0.2.100" log = { version = "0.4.14" } num_cpus = "1.13.0" prost = "0.8.0" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 13cbe3cb22..2ae3890960 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1334,9 +1334,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765" +checksum = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5" [[package]] name = "libloading" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 04b3f0c88b..85ca17132b 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -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.99" +libc = "0.2.100" log = "0.4.14" regex = "1.5.4" serde = "1.0.128" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0ad18d520b..5c3daf9ca1 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -23,7 +23,7 @@ flate2 = "1.0.20" fnv = "1.0.7" itertools = "0.10.1" lazy_static = "1.4.0" -libc = "0.2.99" +libc = "0.2.100" libloading = "0.7.0" log = "0.4.14" memmap2 = "0.3.1" diff --git a/storage-bigtable/build-proto/Cargo.lock b/storage-bigtable/build-proto/Cargo.lock index 0453fa0e3f..a676700a6f 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765" +checksum = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5" [[package]] name = "log" diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index b0cbb2e02a..7a8b304c97 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -17,7 +17,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.99" +libc = "0.2.100" nix = "0.20.0" solana-perf = { path = "../perf", version = "=1.8.0" } diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index 4be8319f55..56b5e215d1 100644 --- a/sys-tuner/Cargo.toml +++ b/sys-tuner/Cargo.toml @@ -13,7 +13,7 @@ publish = true [dependencies] clap = "2.33.1" log = "0.4.14" -libc = "0.2.99" +libc = "0.2.100" 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" } diff --git a/validator/Cargo.toml b/validator/Cargo.toml index e867ae3642..3642e1ea87 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -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.99" +libc = "0.2.100" signal-hook = "0.2.3" [package.metadata.docs.rs]