From 9d5cf4b14e29259636d5d36b2b617d62f1809112 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 21 Apr 2025 16:17:28 +0000 Subject: [PATCH] Update Rust crate turf to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a03203..f443579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tracing = "0.1.40" tracing-forest = "0.1.6" # SCSS -> CSS + usage in rust code -turf = "0.9.3" +turf = "0.10.0" # Dioxus dioxus-free-icons = { version = "0.9", features = ["ionicons", "font-awesome-solid"] }