aboutsummaryrefslogtreecommitdiff
path: root/nitrocli
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2017-09-16 08:42:30 -0700
committerDaniel Mueller <deso@posteo.net>2017-09-16 08:42:30 -0700
commitbcaabae7c22d27fdbb07ea6009a6f4a9c3672fa2 (patch)
treee7470179e1bfb3fff279450e402ddcaf038ae086 /nitrocli
parentab3c2a935b1ba655de2f3fec35da2c14b69966dc (diff)
downloadnitrocli-bcaabae7c22d27fdbb07ea6009a6f4a9c3672fa2.tar.gz
nitrocli-bcaabae7c22d27fdbb07ea6009a6f4a9c3672fa2.tar.bz2
Update libc crate to 0.2.30
Import subrepo libc/:libc at 3520512a8c9cb55661910318a6fb169a75c02a59
Diffstat (limited to 'nitrocli')
-rw-r--r--nitrocli/Cargo.lock14
-rw-r--r--nitrocli/Cargo.toml4
2 files changed, 9 insertions, 9 deletions
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" }