Replace file-owner with soft fork due to broken dependency

This commit is contained in:
selfhoster selfhoster 2023-08-28 13:53:34 +02:00
parent 907f22bfd4
commit 07525ef72f

View File

@ -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"