diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-07-08 17:00:45 +0200 |
---|---|---|
committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-07-25 01:42:48 +0200 |
commit | 95362ba3ce1224ec6f449e9857b870bfc989df1d (patch) | |
tree | e985e72889b8e13dce75632b7aaeeb9f7c293d77 | |
parent | 1d9d77ee787beffc0ad9d4f1a2a9f4d0c95f7d87 (diff) | |
download | servo-95362ba3ce1224ec6f449e9857b870bfc989df1d.tar.gz servo-95362ba3ce1224ec6f449e9857b870bfc989df1d.zip |
Update cargo libc
-rw-r--r-- | components/servo/Cargo.lock | 2 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 44c4d9080a5..b62ecdd942e 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -2449,7 +2449,7 @@ source = "git+https://github.com/GuillaumeGomez/video-metadata-rs#c613de6a20c85d dependencies = [ "gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index d63caa7e42c..4bd06709304 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -2311,7 +2311,7 @@ source = "git+https://github.com/GuillaumeGomez/video-metadata-rs#b5669bc88f3390 dependencies = [ "gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] |