Cargo.lock: update libc

This commit is contained in:
Antoine Poinsot 2023-03-24 17:48:32 +01:00
parent 6ea9ba5c1c
commit 4bf5234ce9
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

4
Cargo.lock generated
View File

@ -244,9 +244,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.135"
version = "0.2.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
[[package]]
name = "libsqlite3-sys"