From 44deb0d9a2f4c5ec1e6a73b465b90d8964874d4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:05:44 +0000 Subject: [PATCH] fix(deps): update rust crate rand_core to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d44260..17bfa25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio-postgres = "0.7.15" deadpool = "0.13.0" rsa = { version = "0.9.9", features = ["pem"] } rand = "0.10.0" -rand_core = "0.6" +rand_core = "0.10" tokio = { version = "1.49.0", features = ["rt", "time", "sync", "macros"] } arc-swap = "1.7.1" thiserror = "2.0.17"