diff --git a/Cargo.toml b/Cargo.toml index f1db002..102b185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ yunohost-api = { path = "yunohost-api", features = [ "axum" ] } axum_typed_multipart = "0.8" async-trait = "0.1" serde = { version = "1", features = [ "derive" ] } -file-owner = { version = "0.1" } +#file-owner = { version = "0.1" } +file-owner = { git = "https://github.com/selfhoster1312/file-owner" } tower-cookies = "0.9" url = "2.4"