summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-05 19:52:34 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-05 19:52:34 +0100
commita22fb50847958b557f1972b97d8bebf5b1908abe (patch)
tree5d0af9259ec142d673a131026d56bd86bc3cb203
parentchore: bump MSRV (diff)
downloadiced-builder-a22fb50847958b557f1972b97d8bebf5b1908abe.tar.gz
chore: update deps
-rw-r--r--Cargo.lock18
-rw-r--r--Cargo.toml3
2 files changed, 11 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 984b14e..e2932ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3895,8 +3895,9 @@ dependencies = [
[[package]]
name = "rfd"
-version = "0.16.0"
-source = "git+https://github.com/PolyMeilex/rfd?rev=f3258c5#f3258c56e7099572f1a3cffc30b3677dba88142c"
+version = "0.17.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "069d6129dede311430d0dcf1ded88a7affc7a342c2d8e6336043d43ed14dac17"
dependencies = [
"block2 0.6.2",
"dispatch2",
@@ -3907,6 +3908,7 @@ dependencies = [
"objc2-app-kit 0.3.2",
"objc2-core-foundation",
"objc2-foundation 0.3.2",
+ "percent-encoding",
"pollster",
"raw-window-handle",
"wasm-bindgen",
@@ -4007,9 +4009,9 @@ dependencies = [
[[package]]
name = "rustls"
-version = "0.23.35"
+version = "0.23.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
+checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
dependencies = [
"once_cell",
"rustls-pki-types",
@@ -4806,9 +4808,9 @@ dependencies = [
[[package]]
name = "tokio-util"
-version = "0.7.17"
+version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
+checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
dependencies = [
"bytes",
"futures-core",
@@ -6483,9 +6485,9 @@ dependencies = [
[[package]]
name = "zmij"
-version = "1.0.9"
+version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ee2a72b10d087f75fb2e1c2c7343e308fe6970527c22a41caf8372e165ff5c1"
+checksum = "dcb2c125bd7365735bebeb420ccb880265ed2d2bddcbcd49f597fdfe6bd5e577"
[[package]]
name = "zopfli"
diff --git a/Cargo.toml b/Cargo.toml
index d9beab0..af1a4d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,8 +41,7 @@ iced_drop.branch = "master"
iced_custom_highlighter.git = "https://git.sr.ht/~pml68/iced_custom_highlighter"
-rfd.git = "https://github.com/PolyMeilex/rfd"
-rfd.rev = "f3258c5"
+rfd = "0.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"