aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-11 14:49:06 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-11 14:49:06 -0700
commit2aef3c1dbf75ae374862a12e6d6a680d9ce78720 (patch)
treed595f90f4843e1084373e0d06db91fe3bc970157 /rust/Cargo.lock
parent1603ce316f1e611bf82b959b6d9b2ada1e769c32 (diff)
downloadfatcat-2aef3c1dbf75ae374862a12e6d6a680d9ce78720.tar.gz
fatcat-2aef3c1dbf75ae374862a12e6d6a680d9ce78720.zip
fix fatcat-api-spec deps
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index a48e38ab..5933716d 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -310,7 +310,7 @@ dependencies = [
"diesel_migrations 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dotenv 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "fatcat-api 0.1.0",
+ "fatcat-api-spec 0.1.0",
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
"iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -329,7 +329,7 @@ dependencies = [
]
[[package]]
-name = "fatcat-api"
+name = "fatcat-api-spec"
version = "0.1.0"
dependencies = [
"bodyparser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",