Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
bfba52654c fix(deps): update rust crate html5ever to 0.27.0
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
2024-04-29 02:01:19 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1263,9 +1263,9 @@ dependencies = [
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.13.0" version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
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.27.0" html5ever = "0.27.0"
indicatif = "0.17.8" indicatif = "0.17.8"
itertools = "0.13.0" itertools = "0.12.1"
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"