From a0bebb4075e3536034715131ddda6a3c5ff33fa6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 14 Jun 2021 10:33:17 +0300 Subject: chore: update warp and tokio dependencies tokio has released 1.0. Bump the warp dependency to get a version that works with tokio 1.x. Sponsored-by: author --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8b6c4d2..70bcf49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,11 +33,11 @@ sha2 = "0.9" structopt = "0.3" tempfile = "3" thiserror = "1" -tokio = { version = "0.2", features = ["macros"] } +tokio = { version = "1", features = ["macros"] } users = "0.11" uuid = { version = "0.8", features = ["v4"] } walkdir = "2" -warp = { version = "0.2", features = ["tls"] } +warp = { version = "0.3", features = ["tls"] } [profile.release] debug = true -- cgit v1.2.1