[deps] cargo update

This commit is contained in:
2025-05-29 11:33:43 +02:00
parent fd36faae13
commit dc82024ed0
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ version = "1.0.0-multithread"
edition = "2021"
[dependencies]
itertools = "0.13"
itertools = "0.14"
[lints.rust]
unsafe_code = "forbid"