From 5eb98f33c9dfe347ddc5ec315727a8536aef5799 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Fri, 19 Dec 2025 16:14:03 +0100 Subject: [PATCH] Update Rust crate rand to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e990a9..85d74f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -rand = "0.8" +rand = "0.9" postgres = "0.19" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"