fix(deps): update rust crate rand to 0.9

This commit is contained in:
renovate[bot] 2025-12-10 11:10:51 +00:00 committed by GitHub
parent 8f7857fb09
commit bbf86f15cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ testcontainers = { version = "0.24", optional = true }
testcontainers-modules = { version = "0.12", features = ["postgres"], optional = true } testcontainers-modules = { version = "0.12", features = ["postgres"], optional = true }
# Office document support - now using XML extraction only # Office document support - now using XML extraction only
zip = "0.6" # Still needed for other archive handling zip = "0.6" # Still needed for other archive handling
rand = "0.8" rand = "0.9"
[features] [features]
default = ["ocr", "s3"] default = ["ocr", "s3"]
@ -83,7 +83,7 @@ tempfile = "3"
wiremock = "0.6" wiremock = "0.6"
tokio-test = "0.4" tokio-test = "0.4"
futures = "0.3" futures = "0.3"
rand = "0.8" rand = "0.9"
# Database testing dependencies # Database testing dependencies
testcontainers = "0.24" testcontainers = "0.24"
testcontainers-modules = { version = "0.12", features = ["postgres"] } testcontainers-modules = { version = "0.12", features = ["postgres"] }