From f5bb9cf60f1dc6a587af8eba1194e4867552ac8e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 11 Aug 2022 19:40:30 -0700 Subject: 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. --- fatcat-cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fatcat-cli') 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" -- cgit v1.2.3