From b4e120717875934205b12056ed214217df30b75a Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 17 Jul 2025 03:23:53 +0200 Subject: chore: update deps --- Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 23f0139..7f2ab97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ iced_fontello = { path = "iced_fontello" } xdg = "3.0.0" [target.'cfg(windows)'.build-dependencies] -embed-resource = "3.0.4" +embed-resource = "3.0.5" windows_exe_info = "0.5.2" [lints] @@ -67,12 +67,10 @@ iced_drop = { git = "https://github.com/pml68/iced_drop", branch = "iced/persona iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -toml = "0.9.0" -tokio = { version = "1.45.1", features = ["fs", "io-util"] } +toml = "0.9.2" +tokio = { version = "1.46.1", features = ["fs", "io-util"] } tokio-stream = { version = "0.1.17", features = ["fs"] } -# TODO: enable tokio when it doesn't crash anymore -# rfd = { version = "0.15.3", default-features = false, features = ["tokio", "xdg-portal"] } -rfd = "0.15.3" +rfd = "0.15.4" rust-format = "0.3.4" fxhash = "0.2.1" thiserror = "2.0.12" -- cgit v1.2.3