From bcaabae7c22d27fdbb07ea6009a6f4a9c3672fa2 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 16 Sep 2017 08:42:30 -0700 Subject: Update libc crate to 0.2.30 Import subrepo libc/:libc at 3520512a8c9cb55661910318a6fb169a75c02a59 --- nitrocli/Cargo.lock | 14 +++++++------- nitrocli/Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'nitrocli') diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index c452d8b..33d947c 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -5,7 +5,7 @@ dependencies = [ "gcc 0.3.54", "hid 0.4.0", "hidapi-sys 0.1.2", - "libc 0.2.23", + "libc 0.2.30", "pkg-config 0.3.9", ] @@ -24,7 +24,7 @@ name = "hid" version = "0.4.0" dependencies = [ "hidapi-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -32,7 +32,7 @@ name = "hidapi-sys" version = "0.1.2" dependencies = [ "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -44,13 +44,13 @@ replace = "hidapi-sys 0.1.2" [[package]] name = "libc" -version = "0.2.23" +version = "0.2.30" [[package]] name = "libc" -version = "0.2.23" +version = "0.2.30" source = "registry+https://github.com/rust-lang/crates.io-index" -replace = "libc 0.2.23" +replace = "libc 0.2.30" [[package]] name = "pkg-config" @@ -65,5 +65,5 @@ replace = "pkg-config 0.3.9" [metadata] "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" "checksum hidapi-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "63829a2802510a8a4e3a52e1fa2fb969b8cd0826da65e04d79bd095eae21e050" -"checksum libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = "e7eb6b826bfc1fdea7935d46556250d1799b7fe2d9f7951071f4291710665e3e" +"checksum libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915" "checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index d8594f0..ac02692 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -43,7 +43,7 @@ version = "0.1.2" path = "../hidapi-sys" [dependencies.libc] -version = "0.2.23" +version = "0.2.30" path = "../libc" [dependencies.pkg-config] @@ -54,5 +54,5 @@ path = "../pkg-config" "gcc:0.3.54" = { path = "../gcc" } "hid:0.4.0" = { path = "../hid" } "hidapi-sys:0.1.2" = { path = "../hidapi-sys" } -"libc:0.2.23" = { path = "../libc" } +"libc:0.2.30" = { path = "../libc" } "pkg-config:0.3.9" = { path = "../pkg-config" } -- cgit v1.2.1