From 2a7b8c0efa1434a964b5912097b297d893ba2e66 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Feb 2025 02:29:29 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index beb0777..8fd1d77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ time = { version = "0.3.10", features = [ ] } hmac = "0.12.0" sha1 = "0.10.0" -rand = "0.8.0" +rand = "0.9.0" base64 = "0.22.0" [dev-dependencies]