From 476f5621350a83264f44c661d655cede1e5c8501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:20:41 +0000 Subject: [PATCH] Bump html5gum from 0.5.5 to 0.5.7 Bumps [html5gum](https://github.com/untitaker/html5gum) from 0.5.5 to 0.5.7. - [Commits](https://github.com/untitaker/html5gum/compare/0.5.5...0.5.7) --- updated-dependencies: - dependency-name: html5gum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4af264b3d..0cf8007eca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1631,9 +1631,9 @@ dependencies = [ [[package]] name = "html5gum" -version = "0.5.5" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a133aac7511abbaa924b45436d4f8684c4e1adbda73b3c5716d9e52bd9f45e45" +checksum = "4c4e556171a058ba117bbe88b059fb37b6289023e007d2903ea6dca3a3cbff14" dependencies = [ "jetscii", ] diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 93b7bfa1e1..54f53ace23 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.5" +html5gum = "0.5.7" http = "0.2.9" hyper = "0.14.27" ip_network = "0.4.1"