From 4a12f28e2ee5447db1af81d7fa5fe9746b94f4af Mon Sep 17 00:00:00 2001 From: Tim Van Wassenhove Date: Wed, 27 Mar 2024 09:00:10 +0100 Subject: [PATCH] chore: change to tokio 1 to have latest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b72392a..66b0b64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3" glob = "0.3" object_store = { version = "0.9", features = ["aws", "gcp"] } regex = "1.10" -tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] } +tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] } url = "2.5" [dev-dependencies]