mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Update all dependencies (#415)
* Update all dependencies * Remove openssl and use rustls for reqwest * Add nix as dependency to ensure fs feature * Specify specific wayland-cursor dependency This fixes the problem with egui where it can not compile on linux * Update version to 1.9.5 * Update cargo-lock for flatpak
This commit is contained in:
@@ -99,6 +99,7 @@ pub async fn download_images_for_users<'b>(
|
||||
.map(|to_download| async move {
|
||||
if let Err(e) = download_to_download(to_download).await {
|
||||
println!("Error downloading {:?}: {}", &to_download.path, e);
|
||||
dbg!(&e);
|
||||
}
|
||||
})
|
||||
.buffer_unordered(CONCURRENT_REQUESTS)
|
||||
|
||||
Reference in New Issue
Block a user