aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2017-05-29 13:58:05 -0700
committerDaniel Mueller <deso@posteo.net>2017-05-29 13:58:05 -0700
commit436915453f7474117234aa0cedab6f97b3b3575f (patch)
tree85c91b6f1819835712c53d67191ca1999c021366 /nitrocli/Cargo.lock
parent5744889d0d3a9c033913bdce499064a4760a1249 (diff)
downloadnitrocli-436915453f7474117234aa0cedab6f97b3b3575f.tar.gz
nitrocli-436915453f7474117234aa0cedab6f97b3b3575f.tar.bz2
Update gcc crate to 0.3.48
The 'gcc' create got a couple of updates. This change imports the new code and bumps the version to use. Import subrepo gcc/:gcc at 6b41873be3172415efcadbff1187a3ff42428943
Diffstat (limited to 'nitrocli/Cargo.lock')
-rw-r--r--nitrocli/Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
index ec390a5..3d68ea9 100644
--- a/nitrocli/Cargo.lock
+++ b/nitrocli/Cargo.lock
@@ -2,7 +2,7 @@
name = "nitrocli"
version = "0.1.0"
dependencies = [
- "gcc 0.3.45",
+ "gcc 0.3.48",
"hid 0.4.0",
"hidapi-sys 0.1.2",
"libc 0.2.21",
@@ -11,13 +11,13 @@ dependencies = [
[[package]]
name = "gcc"
-version = "0.3.45"
+version = "0.3.48"
[[package]]
name = "gcc"
-version = "0.3.45"
+version = "0.3.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
-replace = "gcc 0.3.45"
+replace = "gcc 0.3.48"
[[package]]
name = "hid"
@@ -31,7 +31,7 @@ dependencies = [
name = "hidapi-sys"
version = "0.1.2"
dependencies = [
- "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gcc 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -63,7 +63,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
replace = "pkg-config 0.3.9"
[metadata]
-"checksum gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "40899336fb50db0c78710f53e87afc54d8c7266fb76262fecc78ca1a7f09deae"
+"checksum gcc 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)" = "3971b255a1e7396f6ef6a3130db691c5d44b3d71346756dc7b258baa29d5fd45"
"checksum hidapi-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "63829a2802510a8a4e3a52e1fa2fb969b8cd0826da65e04d79bd095eae21e050"
"checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"