aboutsummaryrefslogtreecommitdiff
path: root/nitrocli
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2017-09-16 08:37:31 -0700
committerDaniel Mueller <deso@posteo.net>2017-09-16 08:37:31 -0700
commitab3c2a935b1ba655de2f3fec35da2c14b69966dc (patch)
treecb546a86fe9648b2afcd78776d7e035a05c04b76 /nitrocli
parentea4ea0e5fced2780c569b2e420e56f47f62adca8 (diff)
downloadnitrocli-ab3c2a935b1ba655de2f3fec35da2c14b69966dc.tar.gz
nitrocli-ab3c2a935b1ba655de2f3fec35da2c14b69966dc.tar.bz2
Update gcc crate to 0.3.54
Import subrepo gcc/:gcc at dc329205d54b53a45ab66368aed265b68fe7f261
Diffstat (limited to 'nitrocli')
-rw-r--r--nitrocli/Cargo.lock12
-rw-r--r--nitrocli/Cargo.toml4
2 files changed, 8 insertions, 8 deletions
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
index 3215ad8..c452d8b 100644
--- a/nitrocli/Cargo.lock
+++ b/nitrocli/Cargo.lock
@@ -2,7 +2,7 @@
name = "nitrocli"
version = "0.1.1"
dependencies = [
- "gcc 0.3.48",
+ "gcc 0.3.54",
"hid 0.4.0",
"hidapi-sys 0.1.2",
"libc 0.2.23",
@@ -11,13 +11,13 @@ dependencies = [
[[package]]
name = "gcc"
-version = "0.3.48"
+version = "0.3.54"
[[package]]
name = "gcc"
-version = "0.3.48"
+version = "0.3.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
-replace = "gcc 0.3.48"
+replace = "gcc 0.3.54"
[[package]]
name = "hid"
@@ -31,7 +31,7 @@ dependencies = [
name = "hidapi-sys"
version = "0.1.2"
dependencies = [
- "gcc 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)",
+ "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)",
"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.48 (registry+https://github.com/rust-lang/crates.io-index)" = "3971b255a1e7396f6ef6a3130db691c5d44b3d71346756dc7b258baa29d5fd45"
+"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 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 64a2f89..d8594f0 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -31,7 +31,7 @@ A command line tool for interacting with the Nitrokey Storage device.
"""
[dependencies.gcc]
-version = "0.3.48"
+version = "0.3.54"
path = "../gcc"
[dependencies.hid]
@@ -51,7 +51,7 @@ version = "0.3.9"
path = "../pkg-config"
[replace]
-"gcc:0.3.48" = { path = "../gcc" }
+"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" }