From ccbf02aee7eb97bed883a1c529537a53b1a6dee0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:11:02 +0000 Subject: [PATCH] fix(deps): update rust crate testcontainers-modules to 0.14 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57bf309..25e81cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ aws-types = { version = "1.3", optional = true } sha2 = "0.10" utoipa-swagger-ui = { version = "9", features = ["axum"] } testcontainers = { version = "0.24", optional = true } -testcontainers-modules = { version = "0.12", features = ["postgres"], optional = true } +testcontainers-modules = { version = "0.14", features = ["postgres"], optional = true } # Office document support - now using XML extraction only zip = "0.6" # Still needed for other archive handling rand = "0.8" @@ -86,7 +86,7 @@ futures = "0.3" rand = "0.8" # Database testing dependencies testcontainers = "0.24" -testcontainers-modules = { version = "0.12", features = ["postgres"] } +testcontainers-modules = { version = "0.14", features = ["postgres"] } # Dependencies for creating proper test Office documents rust_xlsxwriter = "0.92" # For creating proper XLSX test files