diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-05-24 15:43:57 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-05-24 15:43:57 +0200 |
commit | 806ba1d0a866da7a60ca4e94b7209e85250e396c (patch) | |
tree | e1c6c76163dd3475cc5501d1162b2e7cb087ab4e | |
parent | 85d52f3db69126ad9d374f03e32c22fded058570 (diff) | |
download | neco-806ba1d0a866da7a60ca4e94b7209e85250e396c.tar neco-806ba1d0a866da7a60ca4e94b7209e85250e396c.zip |
Update libc
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | safe_libc/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ # It is not intended for manual editing. [[package]] name = "libc" -version = "0.2.69" +version = "0.2.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" +checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f" [[package]] name = "neco" diff --git a/safe_libc/Cargo.toml b/safe_libc/Cargo.toml index 3741877..03d9b94 100644 --- a/safe_libc/Cargo.toml +++ b/safe_libc/Cargo.toml @@ -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.69", default-features = false } +libc = { version = "0.2.70", default-features = false } |