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"