diff --git a/Cargo.toml b/Cargo.toml index c2e02d0..d69886b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] chrono = "0.4.26" -itertools = "0.11.0" +itertools = "0.13.0" libc = "0.2.147" rand = "0.8.5" regex = "1.8.4"