diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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" |
