From bbf86f15cb1fdb6c67e83d4677ab3d153160c6fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:10:51 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.9 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57bf309..b0dac72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ testcontainers = { version = "0.24", optional = true } testcontainers-modules = { version = "0.12", features = ["postgres"], optional = true } # Office document support - now using XML extraction only zip = "0.6" # Still needed for other archive handling -rand = "0.8" +rand = "0.9" [features] default = ["ocr", "s3"] @@ -83,7 +83,7 @@ tempfile = "3" wiremock = "0.6" tokio-test = "0.4" futures = "0.3" -rand = "0.8" +rand = "0.9" # Database testing dependencies testcontainers = "0.24" testcontainers-modules = { version = "0.12", features = ["postgres"] }