diff options
| author | Thomas de Zeeuw <thomasdezeeuw@gmail.com> | 2020-09-10 14:37:50 +0200 |
|---|---|---|
| committer | Thomas de Zeeuw <thomasdezeeuw@gmail.com> | 2020-09-10 16:27:28 +0200 |
| commit | 7c3e1ffd7a945b4044e5e80d7d74ba944ff54d0f (patch) | |
| tree | d409bf3f50b49c27bc7b90f2b45cba8c18ece6c6 | |
| parent | f7b6ace029d5b5832afa168bfe7d742537e038e4 (diff) | |
| download | rust-7c3e1ffd7a945b4044e5e80d7d74ba944ff54d0f.tar.gz rust-7c3e1ffd7a945b4044e5e80d7d74ba944ff54d0f.zip | |
Update libc in Cargo.lock
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index b687e714d4f..cfc1cede079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1610,9 +1610,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.74" +version = "0.2.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10" +checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" dependencies = [ "rustc-std-workspace-core", ] |
