diff --git a/Cargo.lock b/Cargo.lock index b11f3e2..10a8449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,7 +911,6 @@ dependencies = [ "remotefs", "rustydav", "serial_test", - "tempfile", "thiserror", "uuid", "webdav-xml", diff --git a/Cargo.toml b/Cargo.toml index f22229d..ebe78b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ webdav-xml = "^0.1" env_logger = "^0.11.0" pretty_assertions = "^1.0.0" serial_test = "^3" -tempfile = "^3.2.0" uuid = { version = "^1", features = ["v4"] } [features]