Skip to content

Commit 2cd5497

Browse files
fix(deps): update rust crate rfd to 0.14.0
1 parent d38736b commit 2cd5497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ vek = "0.16"
3535
assets_manager = { version = "0.10", features = ["embedded", "hot-reloading", "toml", "png"], default-features = false }
3636
serde = "1"
3737
taffy = "0.3"
38-
rfd = { version = "0.12.1", default-features = false, features = ["xdg-portal"] }
38+
rfd = { version = "0.14.0", default-features = false, features = ["xdg-portal"] }
3939

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

0 commit comments

Comments
 (0)