From 07525ef72f777972f9a04348029a1f87d65ccf78 Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Mon, 28 Aug 2023 13:53:34 +0200 Subject: [PATCH] Replace file-owner with soft fork due to broken dependency --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"