Merge pull request #1580 from hannobraun/dependabot/cargo/rfd-0.11.1

Bump rfd from 0.11.0 to 0.11.1
This commit is contained in:
Hanno Braun 2023-02-13 14:19:45 +01:00 committed by GitHub
commit 168763486d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"]