diff --git a/blueprint/db/Cargo.toml.liquid b/blueprint/db/Cargo.toml.liquid index 04ca10b1..e7766d04 100644 --- a/blueprint/db/Cargo.toml.liquid +++ b/blueprint/db/Cargo.toml.liquid @@ -18,7 +18,7 @@ generated_with = "{{gerust_version}}" anyhow = "1.0" fake = { version = "4.0", features = ["derive"], optional = true } {{project-name}}-config = { path = "../config" } -rand = { version = "0.9", optional = true } +rand = { version = "0.10", 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" ] }