From 69c3088f8448df0b5ea93aef217ffa0a84ac7a1a Mon Sep 17 00:00:00 2001 From: John Children Date: Thu, 22 Aug 2024 14:42:47 +0100 Subject: [PATCH] chore: Undo unneeded tokio version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c267705..4b9d576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ nix = "0.26" reflink-copy = "0.1" tempfile = "3" thiserror = "1.0" -tokio = { version = "1.39", features = ["parking_lot", "rt", "sync", "io-util", "process", "macros", "fs"], default-features = false, optional = true } +tokio = { version = "1.8", features = ["parking_lot", "rt", "sync", "io-util", "process", "macros", "fs"], default-features = false, optional = true } tracing = "0.1" which = "4.0"