Browse Source

build(deps): bump libc from 0.2.174 to 0.2.175 (#7449)

* build(deps): bump libc from 0.2.174 to 0.2.175

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.174 to 0.2.175.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.174...0.2.175)

---
updated-dependencies:
- dependency-name: libc
  dependency-version: 0.2.175
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update all Cargo files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 months ago
parent
commit
38f1f50f53
3 changed files with 5 additions and 5 deletions
  1. 2 2
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 2 2
      programs/sbf/Cargo.lock

+ 2 - 2
Cargo.lock

@@ -4231,9 +4231,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 
 
 [[package]]
 [[package]]
 name = "libc"
 name = "libc"
-version = "0.2.174"
+version = "0.2.175"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
+checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
 
 
 [[package]]
 [[package]]
 name = "libloading"
 name = "libloading"

+ 1 - 1
Cargo.toml

@@ -294,7 +294,7 @@ jsonrpc-http-server = "18.0.0"
 jsonrpc-ipc-server = "18.0.0"
 jsonrpc-ipc-server = "18.0.0"
 jsonrpc-pubsub = "18.0.0"
 jsonrpc-pubsub = "18.0.0"
 lazy-lru = "0.1.3"
 lazy-lru = "0.1.3"
-libc = "0.2.174"
+libc = "0.2.175"
 libloading = "0.7.4"
 libloading = "0.7.4"
 libsecp256k1 = { version = "0.6.0", default-features = false, features = [
 libsecp256k1 = { version = "0.6.0", default-features = false, features = [
     "std",
     "std",

+ 2 - 2
programs/sbf/Cargo.lock

@@ -3338,9 +3338,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 
 
 [[package]]
 [[package]]
 name = "libc"
 name = "libc"
-version = "0.2.174"
+version = "0.2.175"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
+checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
 
 
 [[package]]
 [[package]]
 name = "libloading"
 name = "libloading"