From b1469884102ecce1c4278876f3a63dbb43ec8a14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:41:33 +0000 Subject: [PATCH] Update Rust crate rand to v0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb0d200..9c6b577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tokio-postgres = "=0.7.12" derivative = "=2.2.0" tokio-postgres-rustls = "=0.13.0" tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] } -rand = "=0.8.5" +rand = "=0.9.0" thiserror = "=1.0.68" base64 = "=0.22.1" cookie = { version = "=0.18.1", features = ["secure"] }