diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index eb1afaa6..b10f7e96 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4229,11 +4229,12 @@ dependencies = [ [[package]] name = "tauri-plugin-fs" -version = "2.0.0-rc.0" +version = "2.0.0-rc.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5df6b25b1f2b7b61565e66c4dbee9eb39e5635d2a763206e380e07cc3f601a67" +checksum = "8a4fa21faf29a0b18f1ab509c2f75f9b793ec2ebdbc9a81b75f9c8f1399f20ae" dependencies = [ "anyhow", + "dunce", "glob", "schemars", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9b6aeb1a..349fc201 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -20,7 +20,7 @@ tauri-build = { version = "2.0.0-rc.9", features = [] } tauri = { version = "2.0.0-beta", features = [] } tauri-plugin-log = { version = "2.0.0-rc.2" } -tauri-plugin-fs = { version = "2.0.0-rc.0" } +tauri-plugin-fs = { version = "2.0.0-rc.3" } tauri-plugin-http = "2.0.0-rc.0" tauri-plugin-os = { version = "2.0.0-beta.8" } tauri-plugin-process = { version = "2.0.0-rc.1" }