build(deps): bump libc from 0.2.153 to 0.2.155

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.153 to 0.2.155.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.155)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 05:16:55 +00:00 committed by Sevki
parent a699d90052
commit e230ff160b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -120,9 +120,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.153"
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"

View file

@ -14,7 +14,7 @@ crate-type = ["cdylib"]
[dependencies]
bindgen = "0.69.4"
libc = "0.2.153"
libc = "0.2.155"
[dev-dependencies]
bindgen = "0.69.4"