From 7763cc7a0ad84d98f53f6d78813a3011294f93b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 May 2026 22:06:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(cargo):=20update=20ru?= =?UTF-8?q?st=20crate=20rand=20to=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0c5086..b9ef242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ http = "^1.1" lazy_static = "1.5.0" log = "^0.4" outscale_api = { version = "1.17.0", features = ["rustls-tls"], default-features = false } -rand = "0.8.5" +rand = "0.10.0" regex = "1.6.0" secrecy = "^0.10" serde = { version = "^1.0", features = ["derive"] }