From 6ca30138db84565d9a586983a467e0e7cb949157 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:58:50 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.10.0 --- Cargo.toml | 2 +- crates/bin/ampcc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 235d59397..b52a4f8ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ opentelemetry_sdk = { version = "0.31" } pg_escape = "0.1" pgtemp = "0.7.1" pretty_assertions = "1.4.1" -rand = "0.9.0" +rand = "0.10.0" regex = "1.10.2" reqwest = { version = "0.13", default-features = false, features = [ "json", diff --git a/crates/bin/ampcc/Cargo.toml b/crates/bin/ampcc/Cargo.toml index 17665768e..df2dbd9bf 100644 --- a/crates/bin/ampcc/Cargo.toml +++ b/crates/bin/ampcc/Cargo.toml @@ -17,7 +17,7 @@ chrono.workspace = true crossterm = "0.29.0" dirs = "6.0.0" open = "5.3.3" -rand = "0.9.2" +rand = "0.10.0" ratatui = "0.30" sha2 = "0.10.9" tokio.workspace = true