From 4988383d02a35a13db9392f22f9023532a16007c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:53:24 +0000 Subject: [PATCH] Bump rfd from 0.15.1 to 0.15.2 Bumps [rfd](https://github.com/PolyMeilex/rfd) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/PolyMeilex/rfd/releases) - [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md) - [Commits](https://github.com/PolyMeilex/rfd/compare/0.15.1...0.15.2) --- updated-dependencies: - dependency-name: rfd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++----- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7babe40..b4030c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3594,9 +3594,9 @@ dependencies = [ [[package]] name = "pollster" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" +checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" [[package]] name = "ppv-lite86" @@ -3944,12 +3944,14 @@ dependencies = [ [[package]] name = "rfd" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f6f80a9b882647d9014673ca9925d30ffc9750f2eed2b4490e189eaebd01e8" +checksum = "6a24763657bff09769a8ccf12c8b8a50416fb035fe199263b4c5071e4e3f006f" dependencies = [ "ashpd", "block2", + "core-foundation 0.10.0", + "core-foundation-sys", "js-sys", "log", "objc2", @@ -3961,7 +3963,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4f3a7050..a453c591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ dns-lookup = "2.0.4" toml = "0.8.19" once_cell = "1.20.2" ctrlc = { version = "3.4.5", features = ["termination"] } -rfd = "0.15.1" +rfd = "0.15.2" phf = "0.11.2" phf_shared = "0.11.2" splines = "4.4.1"