From 0aa8737ed03fa35a9e7ce53e829102b4bed89b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:01:06 +0000 Subject: [PATCH] Bump rfd from 0.11.0 to 0.11.1 Bumps [rfd](https://github.com/PolyMeilex/rfd) from 0.11.0 to 0.11.1. - [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.11.0...0.11.1) --- updated-dependencies: - dependency-name: rfd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-viewer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec9023708..5fcefd52f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3108,9 +3108,9 @@ dependencies = [ [[package]] name = "rfd" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2583255eadc4e0d816cb7648371cc91e49cbac85b0748b6ab417093bff4040" +checksum = "1fe3bae427b011620cf4436d5dd7405c1a86dce3dfcdc0cda12b41fd31569ac3" dependencies = [ "ashpd", "block", diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index 0c37a7450..050359d9b 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -24,7 +24,7 @@ tracing = "0.1.37" wgpu_glyph = "0.18.0" [dependencies.rfd] -version = "0.11.0" +version = "0.11.1" default_features = false features = ["xdg-portal"]