mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-18 20:21:04 +00:00
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:
parent
6171e5236d
commit
19dd9b4dcc
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue