From 9383d7ea482986e20c537797e8f788c648fda756 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Mar 2021 23:04:00 -0500 Subject: upgrade to tokio 1.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8792922..33cfbb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ paw = "1.0" percent-encoding = "2.1" rand = "0.8" region = "2.2" -reqwest = { version = "0.10", features = ["blocking", "json"] } +reqwest = { version = "0.11", features = ["blocking", "json"] } ring = "0.16" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -44,7 +44,7 @@ structopt = { version = "0.3", features = ["paw", "wrap_help"] } tempfile = "3.2" term_size = "0.3" textwrap = "0.13" -tokio = { version = "0.2", features = ["full"] } +tokio = { version = "1.2", features = ["full"] } url = "2.2" uuid = { version = "0.8", features = ["v4"] } zeroize = "1.2" -- cgit v1.2.3-54-g00ecf