diff options
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r-- | rust/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d2c4cf6f..38f1bf29 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -538,7 +538,7 @@ dependencies = [ "dotenv 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "fatcat-api-spec 0.3.0", + "fatcat-openapi 0.3.0", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)", "iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -566,7 +566,7 @@ dependencies = [ ] [[package]] -name = "fatcat-api-spec" +name = "fatcat-openapi" version = "0.3.0" dependencies = [ "bodyparser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |