From d989b1d9f6260d5ed873aeda66ffeef3d5845d1f Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 25 May 2025 22:07:14 +0200 Subject: chore: update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4279f1a..79766e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ material_theme = { path = "crates/material_theme", features = ["animate", "serde serde.workspace = true serde_json = "1.0.140" toml.workspace = true -tokio = { version = "1.44.2", features = ["fs"] } +tokio = { version = "1.45.1", features = ["fs"] } tokio-stream = { version = "0.1", features = ["fs"] } # TODO: enable tokio when it doesn't crash anymore # rfd = { version = "0.15.2", default-features = false, features = ["tokio", "xdg-portal"] } @@ -39,7 +39,7 @@ iced_widget = "0.14.0-dev" iced_anim = { version = "0.2.1", features = ["derive"] } iced_dialog = { git = "https://github.com/pml68/iced_dialog", branch = "iced/personal" } serde = { version = "1.0.219", features = ["derive"] } -toml = "0.8.21" +toml = "0.8.22" [workspace.dependencies.iced] version = "0.14.0-dev" @@ -50,7 +50,7 @@ features = ["wgpu", "tiny-skia", "web-colors", "auto-detect-theme", "advanced", iced_fontello = { path = "crates/iced_fontello" } [target.'cfg(target_os = "macos")'.dependencies] -xdg = "2.5.2" +xdg = "3.0.0" [target.'cfg(windows)'.build-dependencies] embed-resource = "3.0.2" -- cgit v1.2.3