diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 33ef5adbb..f7e0e2ff9 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -20,7 +20,7 @@ ios = { level = "partial", notes = "Access is restricted to Application folder b tauri-plugin = { workspace = true, features = ["build"] } schemars = { workspace = true } serde = { workspace = true } -toml = "0.9" +toml = "1.0" tauri-utils = { workspace = true, features = ["build"] } [dependencies]