1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

deny.toml: add itertools to skip list

This commit is contained in:
Daniel Hofstetter 2025-01-01 09:27:22 +01:00
parent 1d2740c12a
commit ac542966e7

View file

@ -109,6 +109,8 @@ skip = [
{ name = "thiserror", version = "1.0.69" },
# thiserror
{ name = "thiserror-impl", version = "1.0.69" },
# bindgen
{ name = "itertools", version = "0.13.0" },
]
# spell-checker: enable