diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-02-02 18:48:50 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-02-02 18:48:53 -0800 |
commit | 9e069923e39746a892b1d35d3cc6796c6356725a (patch) | |
tree | 3a6079b35cc95c1c296a10b0817cb71dde738d92 /rust/fatcat-openapi | |
parent | b8991aed0f4c9f58daad1865a3873fc31bdc96bd (diff) | |
download | fatcat-cli-9e069923e39746a892b1d35d3cc6796c6356725a.tar.gz fatcat-cli-9e069923e39746a892b1d35d3cc6796c6356725a.zip |
update fatcat-cli for fatcat-openapi changes
This actually took the better part of a day, and I almost switched to
golang instead of wrangling with rust types.
In the end the solution was simple, and very nearly exactly what was in
the example docs.
Diffstat (limited to 'rust/fatcat-openapi')
-rw-r--r-- | rust/fatcat-openapi/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-openapi/Cargo.toml b/rust/fatcat-openapi/Cargo.toml index b35a016..d0f12f2 100644 --- a/rust/fatcat-openapi/Cargo.toml +++ b/rust/fatcat-openapi/Cargo.toml @@ -31,7 +31,7 @@ openssl = {version = "0.10", optional = true } async-trait = "0.1.24" chrono = { version = "0.4", features = ["serde"] } futures = "0.3" -swagger = "5.0.0-alpha-1" +swagger = "5.0.2" log = "0.4.0" mime = "0.3" |