chore(deps): Update Rust crate itertools to 0.14

This commit is contained in:
renovate[bot] 2025-01-01 02:05:45 +00:00 committed by GitHub
parent 20ab9e2749
commit 2e9eeea6ac
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions

12
Cargo.lock generated
View file

@ -747,9 +747,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
@ -1445,7 +1445,7 @@ name = "typos"
version = "0.10.32"
dependencies = [
"bstr",
"itertools 0.13.0",
"itertools 0.14.0",
"serde",
"simdutf8",
"snapbox",
@ -1476,7 +1476,7 @@ dependencies = [
"globset",
"human-panic",
"ignore",
"itertools 0.13.0",
"itertools 0.14.0",
"kstring",
"log",
"maplit",
@ -1512,7 +1512,7 @@ dependencies = [
"edit-distance",
"heck",
"indexmap",
"itertools 0.13.0",
"itertools 0.14.0",
"phf",
"snapbox",
"unicase",
@ -1525,7 +1525,7 @@ version = "0.9.0"
dependencies = [
"codegenrs",
"dictgen",
"itertools 0.13.0",
"itertools 0.14.0",
"snapbox",
"typos",
"varcon",

View file

@ -63,7 +63,7 @@ content_inspector = "0.2.4"
unicode-segmentation = "1.11.0"
derive_more = { version = "1.0", features = ["from", "display"] }
derive_setters = "0.1"
itertools = "0.13"
itertools = "0.14"
serde_json = "1.0"
kstring = { version = "2.0.0", features = ["serde"] }
typed-arena = "2.0.2"

View file

@ -21,7 +21,7 @@ dictgen = { version = "^0.3", path = "../dictgen", features = ["map"] }
[dev-dependencies]
csv = "1.3"
itertools = "0.13"
itertools = "0.14"
edit-distance = "2.1"
unicase = "2.7"
codegenrs = "3.0"

View file

@ -24,7 +24,7 @@ varcon = { version = "^1.0", path = "../varcon", features = ["flags"] }
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
typos = { version = "^0.10", path = "../typos" }
codegenrs = "3.0"
itertools = "0.13"
itertools = "0.14"
dictgen = { version = "^0.3", path = "../dictgen", features = ["codegen"] }
snapbox = "0.6.5"

View file

@ -20,7 +20,7 @@ winnow = "0.6.7"
unicode-xid = "0.2.4"
serde = { version = "1.0", features = ["derive"] }
simdutf8 = "0.1.4"
itertools = "0.13"
itertools = "0.14"
bstr = "1.9"
[lints]