chore(deps): update rust crate itertools to 0.13

This commit is contained in:
renovate[bot] 2024-06-01 01:53:41 +00:00 committed by GitHub
parent 66dea35d4c
commit fdd048953f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -335,7 +335,7 @@ dependencies = [
"html-minifier",
"human-panic",
"ignore",
"itertools 0.12.0",
"itertools 0.13.0",
"jsonfeed",
"lazy_static",
"liquid",
@ -370,7 +370,7 @@ name = "cobalt-config"
version = "0.19.2"
dependencies = [
"deunicode",
"itertools 0.12.0",
"itertools 0.13.0",
"liquid-core",
"log",
"once_cell",
@ -1032,9 +1032,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]

View file

@ -91,7 +91,7 @@ pulldown-cmark = {version="0.10", default-features = false, features = ["html"]
engarde = { version = "0.1", path = "crates/engarde" }
regex = "1.10"
lazy_static = "1.4"
itertools = "0.12"
itertools = "0.13"
ignore = "0.4"
serde = "1.0"
serde_yaml = "0.9"

View file

@ -30,4 +30,4 @@ relative-path = { version = "1", features = ["serde"] }
once_cell = "1.19"
status = { version = "0.0.10", features = ["send_sync"] }
deunicode = "1.4"
itertools = "0.12"
itertools = "0.13"