summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-17 03:23:53 +0200
committerpml68 <contact@pml68.dev>2025-07-17 03:23:53 +0200
commitb4e120717875934205b12056ed214217df30b75a (patch)
tree6403a8a2f95a95519761044acf9dee61bc7dcd6a /Cargo.toml
parentfeat: make close-only dialogs closable via `Esc` or clicking the backdrop (diff)
downloadiced-builder-b4e120717875934205b12056ed214217df30b75a.tar.gz
chore: update deps
Diffstat (limited to '')
-rw-r--r--Cargo.toml10
1 files changed, 4 insertions, 6 deletions
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"