From 9d036be61baf30f837030045a21a66b83ba338b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:49:44 -0700 Subject: [PATCH] chore: bump libc from 0.2.115 to 0.2.117 (#23034) * chore: bump libc from 0.2.115 to 0.2.117 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.115 to 0.2.117. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.115...0.2.117) --- 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 ++-- ledger/Cargo.toml | 2 +- perf/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- rpc/Cargo.toml | 2 +- storage-bigtable/build-proto/Cargo.lock | 4 ++-- streamer/Cargo.toml | 2 +- sys-tuner/Cargo.toml | 2 +- validator/Cargo.toml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f208077029..ab1a26bbdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2364,9 +2364,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.115" +version = "0.2.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a8d982fa7a96a000f6ec4cfe966de9703eccde29750df2bb8949da91b0e818d" +checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c" [[package]] name = "libloading" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 0fd3d1324d..9440dc1cff 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -19,7 +19,7 @@ fs_extra = "1.2.0" futures = "0.3.19" itertools = "0.10.3" lazy_static = "1.4.0" -libc = "0.2.115" +libc = "0.2.117" log = { version = "0.4.14" } num-derive = "0.3" num-traits = "0.2" diff --git a/perf/Cargo.toml b/perf/Cargo.toml index 7e6011c6d8..b10ae226e6 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -30,7 +30,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.10.0" [target."cfg(target_os = \"linux\")".dependencies] caps = "0.5.3" -libc = "0.2.115" +libc = "0.2.117" nix = "0.23.1" [lib] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 311fbe82f8..d3780b6a6d 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1490,9 +1490,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.115" +version = "0.2.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a8d982fa7a96a000f6ec4cfe966de9703eccde29750df2bb8949da91b0e818d" +checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c" [[package]] name = "libloading" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 55e9c9ef0a..14763cfc16 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -21,7 +21,7 @@ jsonrpc-core-client = { version = "18.0.0", features = ["ipc", "ws"] } jsonrpc-derive = "18.0.0" jsonrpc-http-server = "18.0.0" jsonrpc-pubsub = "18.0.0" -libc = "0.2.115" +libc = "0.2.117" log = "0.4.14" rayon = "1.5.1" regex = "1.5.4" diff --git a/storage-bigtable/build-proto/Cargo.lock b/storage-bigtable/build-proto/Cargo.lock index b69c2d755a..971a9422c5 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -119,9 +119,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.115" +version = "0.2.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a8d982fa7a96a000f6ec4cfe966de9703eccde29750df2bb8949da91b0e818d" +checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c" [[package]] name = "log" diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index a2bbf9b310..a2a5810370 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -14,7 +14,7 @@ crossbeam-channel = "0.5" futures-util = "0.3.19" histogram = "0.6.9" itertools = "0.10.3" -libc = "0.2.115" +libc = "0.2.117" log = "0.4.14" nix = "0.23.1" quinn = "0.8.0" diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index 46e67704c4..ae907dad7a 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.115" +libc = "0.2.117" solana-logger = { path = "../logger", version = "=1.10.0" } solana-version = { path = "../version", version = "=1.10.0" } diff --git a/validator/Cargo.toml b/validator/Cargo.toml index 09065d0efb..688bb19c91 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -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.115" +libc = "0.2.117" signal-hook = "0.3.13" [package.metadata.docs.rs]