From 9e069923e39746a892b1d35d3cc6796c6356725a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Feb 2021 18:48:50 -0800 Subject: 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. --- rust/fatcat-openapi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/fatcat-openapi') 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" -- cgit v1.2.3