diff --git a/Cargo.lock b/Cargo.lock index b0f3cac1..f695d4e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6675,7 +6675,6 @@ dependencies = [ "thiserror 2.0.9", "toml", "url", - "uuid", ] [[package]] diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 2335af72..b64052b8 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -35,7 +35,6 @@ tauri = { workspace = true } thiserror = { workspace = true } url = { workspace = true } anyhow = "1" -uuid = { version = "1", features = ["v4"] } glob = { workspace = true } # TODO: Remove `serialization-compat-6` in v3 notify = { version = "8", optional = true, features = [