Update libc, remove redundant Cargo.lock

This commit is contained in:
Matthias Schiffer 2020-05-30 10:22:12 +02:00
parent daf595fe56
commit 554275d781
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 3 additions and 17 deletions

14
safe_libc/Cargo.lock generated
View file

@ -1,14 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "libc"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
[[package]]
name = "safe_libc"
version = "0.1.0"
dependencies = [
"libc",
]

View file

@ -7,4 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = { version = "0.2.70", default-features = false }
libc = { version = "0.2.71", default-features = false }