Skip to content

Commit

Permalink
fix(deps): update rust crate rfd to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent d38736b commit 2cd5497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ vek = "0.16"
assets_manager = { version = "0.10", features = ["embedded", "hot-reloading", "toml", "png"], default-features = false }
serde = "1"
taffy = "0.3"
rfd = { version = "0.12.1", default-features = false, features = ["xdg-portal"] }
rfd = { version = "0.14.0", default-features = false, features = ["xdg-portal"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1", features = ["macros", "sync", "rt-multi-thread"] }
Expand Down

0 comments on commit 2cd5497

Please sign in to comment.