Replace file-owner with soft fork due to broken dependency
This commit is contained in:
		
							parent
							
								
									907f22bfd4
								
							
						
					
					
						commit
						07525ef72f
					
				@ -24,6 +24,7 @@ yunohost-api = { path = "yunohost-api", features = [ "axum" ] }
 | 
				
			|||||||
axum_typed_multipart = "0.8"
 | 
					axum_typed_multipart = "0.8"
 | 
				
			||||||
async-trait = "0.1"
 | 
					async-trait = "0.1"
 | 
				
			||||||
serde = { version = "1", features = [ "derive" ] }
 | 
					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"
 | 
					tower-cookies = "0.9"
 | 
				
			||||||
url = "2.4"
 | 
					url = "2.4"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user