From 13a8dc90cb1387543e67dcd0f9252acfdb880c7b Mon Sep 17 00:00:00 2001 From: Ryan Jones-Ward Date: Wed, 19 Feb 2025 14:21:53 +0000 Subject: [PATCH] Dependency updates. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9cd091..0295bcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ num-traits = "0.2.19" num-derive = "0.4.2" prettytable = "0.10.0" rand = "0.9.0" -rand_core = "0.9.0" +rand_core = "0.9.1" rand_xoshiro = "0.7.0" -strum = "0.26.3" -strum_macros = "0.26.4" +strum = "0.27.1" +strum_macros = "0.27.1" thiserror = "2.0.11" unescape = "0.1.0" unicode-segmentation = "1.12.0"