[deps] cargo update

Updating libc v0.2.158 -> v0.2.159
This commit is contained in:
Paul Schulze 2024-09-25 23:06:55 +02:00
parent 95da70b177
commit e85bb2298b
Signed by: ddidderr
GPG Key ID: 2186CDA2E090A755

4
Cargo.lock generated
View File

@ -96,9 +96,9 @@ dependencies = [
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.158" version = "0.2.159"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
[[package]] [[package]]
name = "log" name = "log"