From b524048563d1163b7bce0e74f297b91654900498 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 11 Apr 2024 08:30:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bump=20turf=20release?= =?UTF-8?q?=20(0.7.0=20->=200.8.*)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9bb35e..8a97578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ url = "2.5.0" dirs = "5.0.1" ctrlc-async = "3.2.2" thiserror = "1.0.50" -turf = "0.7.0" +turf = "0.8.*" tokio = { version = "1.34.0", default-features = false, features = ["rt", "sync"] } log = "0.4.20" futures-util = "0.3.29"