aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'nitrocli/Cargo.lock')
-rw-r--r--nitrocli/Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
index 67f1563..9cde15b 100644
--- a/nitrocli/Cargo.lock
+++ b/nitrocli/Cargo.lock
@@ -5,7 +5,7 @@ dependencies = [
"gcc 0.3.54",
"hid 0.4.1",
"hidapi-sys 0.1.2",
- "libc 0.2.30",
+ "libc 0.2.36",
"pkg-config 0.3.9",
]
@@ -24,7 +24,7 @@ name = "hid"
version = "0.4.1"
dependencies = [
"hidapi-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (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.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (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.30"
+version = "0.2.36"
[[package]]
name = "libc"
-version = "0.2.30"
+version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
-replace = "libc 0.2.30"
+replace = "libc 0.2.36"
[[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.30 (registry+https://github.com/rust-lang/crates.io-index)" = "2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915"
+"checksum libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "1e5d97d6708edaa407429faa671b942dc0f2727222fb6b6539bf1db936e4b121"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"