From 7e71a18e261f1a19cd88cfba53d81de2101fc9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:47:52 +0000 Subject: [PATCH] deps: Update rfd requirement from 0.15 to 0.17 Updates the requirements on [rfd](https://github.com/PolyMeilex/rfd) to permit the latest version. - [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.0...0.17.1) --- updated-dependencies: - dependency-name: rfd dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a0a8b7..3015f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ log = "0.4" env_logger = "0.11" thiserror = "2.0" image = "0.25" -rfd = "0.15" +rfd = "0.17" tobj = "4.0" rand = "0.8" uuid = { version = "1.11", features = ["v4"] }