aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-cli
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-08-11 19:40:30 -0700
committerBryan Newbold <bnewbold@archive.org>2022-08-11 19:40:32 -0700
commitf5bb9cf60f1dc6a587af8eba1194e4867552ac8e (patch)
tree72a4bbe9f6ee4d3b679b75f92f7b18544646af83 /fatcat-cli
parentf2179cc9071c4e95c307f7506e764ada9f484052 (diff)
downloadfatcat-cli-f5bb9cf60f1dc6a587af8eba1194e4867552ac8e.tar.gz
fatcat-cli-f5bb9cf60f1dc6a587af8eba1194e4867552ac8e.zip
update cargo deps (tokio 1.x, hyper 0.5, etc)
These changes are driven by the codegen update. It may be possible to reduce the dependency tree by removing features from upstream packages. It might also be possible to use newer versions of upstream packages, especially now that dependencies are stabilizing.
Diffstat (limited to 'fatcat-cli')
-rw-r--r--fatcat-cli/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/fatcat-cli/Cargo.toml b/fatcat-cli/Cargo.toml
index 513d8ad..b5e0b7c 100644
--- a/fatcat-cli/Cargo.toml
+++ b/fatcat-cli/Cargo.toml
@@ -23,9 +23,9 @@ atty = "0.2"
tabwriter = "1.2"
#human-panic = "1"
structopt = "0.3"
-swagger = "5.0.2"
-hyper = "0.13"
-tokio = { version = "0.2", features = ["rt-threaded", "macros", "stream"] }
+swagger = "6.1"
+hyper = "0.14"
+tokio = { version = "1.14", features = ["full"] }
serde_json = "1.0"
anyhow = "1.0"
log = "0.4"