From 7ab9c70b0230c3a7e52a22b5c5e06e5aff62d85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:57:57 +0800 Subject: [PATCH] build(deps): bump libc from 0.2.166 to 0.2.167 (#3859) * build(deps): bump libc from 0.2.166 to 0.2.167 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.166 to 0.2.167. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.166...0.2.167) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update all Cargo files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- svm/examples/Cargo.lock | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56c252a857138e..fef231bb21e99f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3486,9 +3486,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.166" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index a39ad75652cee5..2e0985d2fa950b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -338,7 +338,7 @@ jsonrpc-ipc-server = "18.0.0" jsonrpc-pubsub = "18.0.0" lazy-lru = "0.1.3" lazy_static = "1.5.0" -libc = "0.2.166" +libc = "0.2.167" libloading = "0.7.4" libsecp256k1 = { version = "0.6.0", default-features = false, features = [ "std", diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index e3fa60da8335b7..5d32b4f3d7dca6 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2820,9 +2820,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.166" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading" diff --git a/svm/examples/Cargo.lock b/svm/examples/Cargo.lock index e332043cf84b65..8c853d0f446672 100644 --- a/svm/examples/Cargo.lock +++ b/svm/examples/Cargo.lock @@ -2758,9 +2758,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.166" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading"