From 5a772094663630e1da75861c55acacfd53267ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 13:45:07 +0100 Subject: [PATCH] Bump html5ever from 0.25.1 to 0.25.2 (#566) Bumps [html5ever](https://github.com/servo/html5ever) from 0.25.1 to 0.25.2. - [Release notes](https://github.com/servo/html5ever/releases) - [Commits](https://github.com/servo/html5ever/commits) --- updated-dependencies: - dependency-name: html5ever dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"