chore: update dependencies and bump version to 1.1.2

This commit is contained in:
Matteo Settenvini 2025-07-05 13:08:39 +02:00
parent 373b141346
commit ec8876681a
Signed by: matteo
GPG key ID: 1C1B12600D81DE05
9 changed files with 1231 additions and 723 deletions

View file

@ -4,10 +4,10 @@
mod minio;
use {
anyhow::{anyhow, Result},
anyhow::{Result, anyhow},
reqwest::Url,
std::{ptr::null_mut, str::FromStr},
testcontainers::{runners::AsyncRunner, ContainerAsync},
testcontainers::{ContainerAsync, runners::AsyncRunner},
tokio::io::AsyncBufReadExt as _,
};