From 76bc6cd591c66d0cf037f0a04a7d7e2ab6cde24a Mon Sep 17 00:00:00 2001 From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com> Date: Fri, 1 May 2026 13:12:12 +0530 Subject: [PATCH] chore(deps): bump rand 0.8 to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4eefed8..ef5ba75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ uuid = { version = "1", features = ["v7"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -rand = "0.8" +rand = "0.10" crossbeam-channel = "0.5" thiserror = "2" chrono = "0.4"