From f1cc8b6dafb4fb97701aeec6939ef1ab01eb3a1a Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Tue, 24 Dec 2024 20:28:16 -0800 Subject: [PATCH] Deps: Restore minimal-versions compatibility. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12c7835d6..6d52bab7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ thiserror = { version = "1.0.65", default-features = false } time = { version = "0.3.36", default-features = false } # Tokio is used for async test-running and for certain binaries. # The library crates do not require Tokio. -tokio = { version = "1.28.0", default-features = false } +tokio = { version = "1.34.0", default-features = false } trycmd = "0.15.4" # keep in sync with `snapbox` unicode-segmentation = { version = "1.10.1", default-features = false } unicode-width = { version = "0.2", default-features = false }