From b5353e21300d0af2b705ce2e4b9974526277a127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 09:37:26 -0700 Subject: [PATCH] chore: bump libc from 0.2.108 to 0.2.109 (#21627) * chore: bump libc from 0.2.108 to 0.2.109 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.108 to 0.2.109. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.108...0.2.109) --- 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 11a03888f2..cae2de3ef0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2241,9 +2241,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.108" +version = "0.2.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" +checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" [[package]] name = "libloading" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index d972a29193..2d142a9556 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -19,7 +19,7 @@ fs_extra = "1.2.0" futures = "0.3.18" itertools = "0.10.1" lazy_static = "1.4.0" -libc = "0.2.108" +libc = "0.2.109" log = { version = "0.4.14" } num-derive = "0.3" num-traits = "0.2" diff --git a/perf/Cargo.toml b/perf/Cargo.toml index 92073628c5..91d7248497 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -27,7 +27,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.10.0" [target."cfg(target_os = \"linux\")".dependencies] caps = "0.5.3" -libc = "0.2.108" +libc = "0.2.109" nix = "0.23.0" [lib] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 6c1ae953f5..6325895727 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1386,9 +1386,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.108" +version = "0.2.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" +checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" [[package]] name = "libloading" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 19089a9502..e91664891f 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -22,7 +22,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.108" +libc = "0.2.109" 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 d70f132bbb..bd1bbd6ad4 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -112,9 +112,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.108" +version = "0.2.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" +checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" [[package]] name = "log" diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index dc7864d30a..8e9b6ef59f 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -16,7 +16,7 @@ solana-metrics = { path = "../metrics", version = "=1.10.0" } solana-sdk = { path = "../sdk", version = "=1.10.0" } thiserror = "1.0" solana-logger = { path = "../logger", version = "=1.10.0" } -libc = "0.2.108" +libc = "0.2.109" nix = "0.23.0" solana-perf = { path = "../perf", version = "=1.10.0" } diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index 53adfbaeff..89b1a7fe08 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.108" +libc = "0.2.109" 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 66120a3edd..543701d96a 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -55,7 +55,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.108" +libc = "0.2.109" signal-hook = "0.3.10" sysctl = "0.4.3"