From cdffb45dc83f13f0a258ab9bfd7d71a97ae87c51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:44:17 +0000 Subject: [PATCH] chore(deps): update dependency rand to 0.9 --- blueprint/db/Cargo.toml.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint/db/Cargo.toml.liquid b/blueprint/db/Cargo.toml.liquid index bd933f5..0181b0f 100644 --- a/blueprint/db/Cargo.toml.liquid +++ b/blueprint/db/Cargo.toml.liquid @@ -15,7 +15,7 @@ test-helpers = ["dep:fake", "dep:rand", "dep:regex"] anyhow = "1.0" fake = { version = "3.0", features = ["derive"], optional = true } {{project-name}}-config = { path = "../config" } -rand = { version = "0.8", optional = true } +rand = { version = "0.9", optional = true } regex = { version = "1.10", optional = true } serde = { version = "1.0", features = ["derive"] } sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-rustls", "postgres", "macros", "uuid", "migrate", "chrono" ] }