chore(deps): update rust crate itertools to 0.14.0

This commit is contained in:
renovate[bot] 2025-03-10 21:19:54 +00:00 committed by GitHub
parent 7c6596d3b0
commit 26828b1b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 14 deletions

17
Cargo.lock generated
View file

@ -785,7 +785,7 @@ dependencies = [
"http-body-util",
"hyper",
"ipaddress",
"itertools 0.13.0",
"itertools 0.14.0",
"log",
"rand",
"reqwest",
@ -823,7 +823,7 @@ dependencies = [
"http",
"http-body-util",
"ipaddress",
"itertools 0.13.0",
"itertools 0.14.0",
"libc",
"libloading",
"log",
@ -877,7 +877,7 @@ dependencies = [
name = "conduwuit_macros"
version = "0.5.0"
dependencies = [
"itertools 0.13.0",
"itertools 0.14.0",
"proc-macro2",
"quote",
"syn 2.0.98",
@ -933,7 +933,7 @@ dependencies = [
"http",
"image",
"ipaddress",
"itertools 0.13.0",
"itertools 0.14.0",
"log",
"loole",
"lru-cache",
@ -2231,15 +2231,6 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.14.0"

View file

@ -321,7 +321,7 @@ default-features = false
# Used to make working with iterators easier, was already a transitive depdendency
[workspace.dependencies.itertools]
version = "0.13.0"
version = "0.14.0"
# to parse user-friendly time durations in admin commands
#TODO: overlaps chrono?