diff --git a/Cargo.lock b/Cargo.lock index e2e6601..3809b39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4342,9 +4342,9 @@ dependencies = [ [[package]] name = "rfd" -version = "0.15.4" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed" +checksum = "a15ad77d9e70a92437d8f74c35d99b4e4691128df018833e99f90bcd36152672" dependencies = [ "ashpd", "block2 0.6.2", @@ -4361,7 +4361,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 37f5add..5ddb573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ puffin_egui = { version = "0.29", optional = true } puffin = { version = "0.19", features = ["web"] } dhat = "0.3.3" noise = { version = "0.9.0", features = ["std"] } -rfd = { version = "0.15.3", optional = true } +rfd = { version = "0.16.0", optional = true } egui_graphs = { version = "0.25.1", optional = true } serde_path_to_error = "0.1.17" get-size2 = { version = "0.7.1", features = ["derive"], optional = true }