Bump libc from 0.2.170 to 0.2.171

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

---
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]
2025-03-11 20:04:55 +00:00
committed by GitHub
parent f8a98c3743
commit 02e8e2b84d
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ edition = "2021"
#
# For clap info, see [dependencies.clap]
# For serde info, see [dependencies.serde]
libc = "0.2.170, >=0.2.169, <=0.2.170"
libc = "0.2.171"
ron = "0.8.1, >=0.8, <0.9"
rust-i18n = "3.1.3, >=3.1.3, <3.2"