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"