Bump html5ever from 0.25.1 to 0.25.2 (#566)

Bumps [html5ever](https://github.com/servo/html5ever) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/servo/html5ever/releases)
- [Commits](https://github.com/servo/html5ever/commits)

---
updated-dependencies:
- dependency-name: html5ever
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-24 13:45:07 +01:00 committed by GitHub
parent 77b1724881
commit 5a77209466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1384,9 +1384,9 @@ dependencies = [
[[package]]
name = "html5ever"
version = "0.25.1"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
dependencies = [
"log",
"mac",

View file

@ -48,7 +48,7 @@ once_cell = "1.10.0"
thiserror = "1.0.30"
futures = "0.3.21"
lazy_static = "1.4.0"
html5ever = "0.25.1"
html5ever = "0.25.2"
html5gum = "0.4.0"
octocrab = "0.15.4"
ip_network = "0.4.1"