From afc47924bcc87302abd2ef98c21875e4a9829582 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 27 Jul 2024 17:25:48 +0700 Subject: [PATCH] deps: Update to `smol` 2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38dec5b3..e63c4363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ regex = { version = "1.5", default-features = false, features = ["std"] rayon = { version = "1.3", optional = true } csv = { version = "1.1", optional = true } futures = { version = "0.3", default-features = false, features = ["executor"], optional = true } -smol = { version = "1.2", default-features = false, optional = true } +smol = { version = "2.0", default-features = false, optional = true } tokio = { version = "1.0", default-features = false, features = [ "rt", ], optional = true }