fix(deps): update rust crate itertools to 0.13.0 #42

Merged
kemitix merged 1 commit from renovate/itertools-0.x into main 2024-05-17 08:42:26 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 0d40f5c0d6 - Show all commits

4
Cargo.lock generated
View file

@ -1263,9 +1263,9 @@ dependencies = [
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.12.1" version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [ dependencies = [
"either", "either",
] ]

View file

@ -27,7 +27,7 @@ flexi_logger = "0.28.0"
futures = "0.3.30" futures = "0.3.30"
html5ever = "0.25.1" html5ever = "0.25.1"
indicatif = "0.17.8" indicatif = "0.17.8"
itertools = "0.12.1" itertools = "0.13.0"
kuchiki = "0.8.1" kuchiki = "0.8.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.21" log = "0.4.21"