summaryrefslogtreecommitdiff
path: root/iced_fontello/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-10 02:50:21 +0200
committerpml68 <contact@pml68.dev>2025-07-10 02:51:02 +0200
commit55f4a4db74209ddfb6a67b3ed431b360807e039e (patch)
treeabb2a3ac459776f5a9ef790f7b11c99c1c07c775 /iced_fontello/Cargo.toml
parentchore: switch to `[patch.crates-io]` according to `iced_dialog` changes (diff)
downloadiced-builder-55f4a4db74209ddfb6a67b3ed431b360807e039e.tar.gz
feat: make close-only dialogs closable via `Esc` or clicking the backdrop
Diffstat (limited to '')
-rw-r--r--iced_fontello/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/iced_fontello/Cargo.toml b/iced_fontello/Cargo.toml
index 852a608..aebdb48 100644
--- a/iced_fontello/Cargo.toml
+++ b/iced_fontello/Cargo.toml
@@ -7,12 +7,12 @@ repository = "https://github.com/hecrj/iced_fontello"
license = "MIT"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
-rust-version = "1.85"
+rust-version = "1.88"
[dependencies]
reqwest = { version = "0.12", features = ["blocking", "json", "multipart"] }
sha2 = "0.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
-toml = "0.8"
+toml = "0.9"
zip = "4"