From b826dea90c66ea922207b6c1340eb6c4258b24a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 17:12:21 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bed70c..11ad826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0" indoc = "2.0" log = "0.4" env_logger = "0.11" -rand = "0.9" +rand = "0.10" postgres = "0.19" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9"