fix: remove duplicate matches

This commit is contained in:
iff 2025-01-06 20:23:44 +01:00
parent e51338211b
commit eb4d71e157
3 changed files with 25 additions and 8 deletions

12
Cargo.lock generated
View file

@ -313,6 +313,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.14"
@ -506,6 +515,7 @@ dependencies = [
name = "pay-respects-utils"
version = "0.1.4"
dependencies = [
"itertools 0.14.0",
"regex-lite",
]
@ -617,7 +627,7 @@ dependencies = [
"arc-swap",
"base62",
"globwalk",
"itertools",
"itertools 0.11.0",
"lazy_static",
"normpath",
"once_cell",