From 2461ca1af66205bcaf18c16b40073a5f962dc3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= Date: Thu, 24 Apr 2025 10:33:16 +0200 Subject: [PATCH] Updated dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f13adc..572a786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,11 +13,11 @@ readme = "README.md" [dependencies] sample-consensus = "1.0.1" -rand_core = "0.6.3" +rand_core = "0.9" [dev-dependencies] -rand = "0.8.4" -rand_xoshiro = "0.6.0" +rand = "0.9" +rand_xoshiro = "0.7" [profile.dev] opt-level = 3