Bump itertools from 0.10.5 to 0.12.1 (#1939)

This commit is contained in:
dependabot[bot] 2024-02-23 14:01:11 -06:00 committed by GitHub
parent 086e58e54a
commit fee79aea7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -2773,7 +2773,7 @@ dependencies = [
"fs-err",
"indoc",
"insta",
"itertools 0.10.5",
"itertools 0.12.1",
"once_cell",
"pep440_rs",
"pep508_rs",

View file

@ -56,7 +56,7 @@ http = { version = "0.2.11" }
indexmap = { version = "2.1.0" }
indicatif = { version = "0.17.7" }
indoc = { version = "2.0.4" }
itertools = { version = "0.12.0" }
itertools = { version = "0.12.1" }
junction = { version = "1.0.0" }
mailparse = { version = "0.14.0" }
miette = { version = "6.0.0" }

View file

@ -33,7 +33,7 @@ anyhow = { version = "1.0.79" }
assert_fs = { version = "1.1.1" }
indoc = { version = "2.0.4" }
insta = { version = "1.34.0", features = ["filters"] }
itertools = { version = "0.10.1" }
itertools = { version = "0.12.1" }
serde_json = { version = "1.0.111" }
tempfile = { version = "3.9.0" }
test-case = { version = "3.3.1" }

View file

@ -37,5 +37,5 @@ which = { workspace = true}
anyhow = { version = "1.0.79" }
indoc = { version = "2.0.4" }
insta = { version = "1.34.0" }
itertools = { version = "0.12.0" }
itertools = { version = "0.12.1" }
tempfile = { version = "3.9.0" }