From 6999e4107859ab37d2fb06da5508ba6564db417b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Feb 2026 00:02:07 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 438e339..57d066f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -rand = "0.9.0" +rand = "0.10.0" rocket = "0.5.1" [profile.release]