mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-20 21:21:02 +00:00
Merge pull request #1148 from lycheeverse/dependabot/cargo/html5gum-0.5.4
This commit is contained in:
commit
a30c7f7271
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1575,9 +1575,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "html5gum"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "67b4d5b6f92743baff720caafecfa172651b233609b0e2c80617cdb043dac73d"
|
||||
checksum = "d6c265e703c0be340cdd35ebc90bb4430a6f3c9b00a67c23c2c58220cc7987f5"
|
||||
dependencies = [
|
||||
"jetscii",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ futures = "0.3.27"
|
|||
glob = "0.3.1"
|
||||
headers = "0.3.8"
|
||||
html5ever = "0.26.0"
|
||||
html5gum = "0.5.3"
|
||||
html5gum = "0.5.4"
|
||||
http = "0.2.9"
|
||||
hyper = "0.14.27"
|
||||
ip_network = "0.4.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue