diff --git a/Cargo.lock b/Cargo.lock index 4de783d438..209dc41b42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index e4eec8729c..ef8e79a345 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -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"