Bump html5gum from 0.5.2 to 0.5.3

Bumps [html5gum](https://github.com/untitaker/html5gum) from 0.5.2 to 0.5.3.
- [Commits](https://github.com/untitaker/html5gum/compare/0.5.2...0.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-12 13:00:04 +00:00 committed by GitHub
parent 6171e5236d
commit 19dd9b4dcc
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

@ -1580,9 +1580,9 @@ dependencies = [
[[package]]
name = "html5gum"
version = "0.5.2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3404cc217cc3e11d09c8ac9ccf8b1e540f64477c253d6dc70b5a5074782d934d"
checksum = "67b4d5b6f92743baff720caafecfa172651b233609b0e2c80617cdb043dac73d"
dependencies = [
"jetscii",
]

View file

@ -49,7 +49,7 @@ thiserror = "1.0.40"
futures = "0.3.27"
lazy_static = "1.4.0"
html5ever = "0.26.0"
html5gum = "0.5.2"
html5gum = "0.5.3"
octocrab = "0.24.0"
ip_network = "0.4.1"
secrecy = "0.8.0"