diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:39:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:40:00 -0700 |
commit | d1d04396c7a995eaf1129b123644bc52b14a73ac (patch) | |
tree | aba9d7809dda8921fbf9bb8b3a32085d476a621c /rust/Cargo.lock | |
parent | ec8dc24b39d8e3766730e7c3f73b79721e17ef64 (diff) | |
download | fatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.tar.gz fatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.zip |
codegen version bump
Wow, a surprisingly large commit!
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r-- | rust/Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 38ca675a..dde2fc57 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "fatcat" -version = "0.2.0" +version = "0.3.0" dependencies = [ "cadence 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -536,7 +536,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.2.0", + "fatcat-api-spec 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)", @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "fatcat-api-spec" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bodyparser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |