diff --git a/Cargo.lock b/Cargo.lock index 001d6c9..37b030b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 35c44f7..e2804bf 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -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"