chore(deps): bump libc from 0.2.183 to 0.2.184 (#58)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-08 16:21:50 +05:00
committed by GitHub
parent 7cfdb96986
commit a418395012
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1787,9 +1787,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
[[package]]
name = "libc"
version = "0.2.183"
version = "0.2.184"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
[[package]]
name = "libm"
+1 -1
View File
@@ -34,7 +34,7 @@ rmp-serde = "1.3.1"
serde = { version = "1.0.228", features = ["derive"] }
[target.'cfg(unix)'.dependencies]
libc = "0.2.183"
libc = "0.2.184"
[build-dependencies]
reqwest = { workspace = true, default-features = false, features = ["blocking"] }