diff options
author | 2024-11-20 16:19:53 +0000 | |
---|---|---|
committer | 2024-11-20 16:19:53 +0000 | |
commit | fd5aaf7378dd0a61d141e90bd7789d1479df03da (patch) | |
tree | 1dcd3a219af3268dfa8dcc9edb88d4dfa200c792 | |
parent | c5582e44aab535fad04b4562ed16327b3a43e38e (diff) | |
download | newsboat-fd5aaf7378dd0a61d141e90bd7789d1479df03da.tar.gz newsboat-fd5aaf7378dd0a61d141e90bd7789d1479df03da.tar.zst newsboat-fd5aaf7378dd0a61d141e90bd7789d1479df03da.zip |
Chore(deps): bump libc from 0.2.161 to 0.2.164
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.161 to 0.2.164.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.161...0.2.164)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1065,9 +1065,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" [[package]] name = "libc" -version = "0.2.161" +version = "0.2.164" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" [[package]] name = "libm" |