From 0b26477ad5fded149a487a02971eb638f9798879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 00:57:22 +0200 Subject: [PATCH] Bump percent-encoding from 2.2.0 to 2.3.0 (#1097) Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: percent-encoding dependency-type: direct:production update-type: version-update:semver-minor ... 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 07048aa..96ed6ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2499,9 +2499,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" +checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "phf" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 71ecbe3..403f12e 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -40,7 +40,7 @@ tokio = { version = "1.28.2", features = ["full"] } url = { version = "2.3.1", features = ["serde"] } log = "0.4.19" path-clean = "1.0.1" -percent-encoding = "2.2.0" +percent-encoding = "2.3.0" async-stream = "0.3.5" jwalk = "0.8.1" cached = "0.44.0"