From 3d1d9fc9feab7ffcf344299d85898c9186a6ab71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:31:39 +0000 Subject: [PATCH] Bump html5gum from 0.5.3 to 0.5.4 Bumps [html5gum](https://github.com/untitaker/html5gum) from 0.5.3 to 0.5.4. - [Commits](https://github.com/untitaker/html5gum/compare/0.5.3...0.5.4) --- 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 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"