chore: update dependencies and bump version to 1.1.2
This commit is contained in:
parent
373b141346
commit
ec8876681a
9 changed files with 1231 additions and 723 deletions
|
@ -5,13 +5,13 @@ use {
|
|||
delegate::delegate,
|
||||
std::borrow::Cow,
|
||||
testcontainers::{
|
||||
core::{ContainerPort, WaitFor},
|
||||
Image,
|
||||
core::{ContainerPort, WaitFor},
|
||||
},
|
||||
testcontainers_modules::minio,
|
||||
};
|
||||
|
||||
const MINIO_IMAGE_TAG: &'static str = "RELEASE.2024-09-22T00-33-43Z";
|
||||
const MINIO_IMAGE_TAG: &'static str = "RELEASE.2025-06-13T11-33-47Z";
|
||||
|
||||
pub struct MinIO {
|
||||
inner: minio::MinIO,
|
||||
|
|
|
@ -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 _,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue