diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2019-08-09 22:41:05 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2019-08-09 22:41:05 +0200 |
commit | 709f755da61a02cbdb9586c677a0fa67c25536d0 (patch) | |
tree | 3d5897174cdc09384d4ebf77ae43c70272dffc2d | |
parent | 69c9e6031abc309bd801e798a0d5d530f1e893a7 (diff) | |
download | neco-709f755da61a02cbdb9586c677a0fa67c25536d0.tar neco-709f755da61a02cbdb9586c677a0fa67c25536d0.zip |
Update libc
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,15 +2,15 @@ # It is not intended for manual editing. [[package]] name = "libc" -version = "0.2.54" +version = "0.2.60" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "neco" version = "0.1.0" dependencies = [ - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", ] [metadata] -"checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6" +"checksum libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb" |