From bf8cc64e573483c3612c5f31af8b517ef235ed3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:29:34 +0000 Subject: [PATCH] Bump percent-encoding from 2.3.0 to 2.3.1 Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: percent-encoding dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02574ef..e26f635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,9 +442,9 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "percent-encoding" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pin-project-lite" diff --git a/Cargo.toml b/Cargo.toml index e228d5a..d097f33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ ignore = "0.4.20" lazy_static = "1.4.0" matter = "0.1.0-alpha4" pathdiff = "0.2.1" -percent-encoding = "2.3.0" +percent-encoding = "2.3.1" pulldown-cmark = "0.9.3" pulldown-cmark-to-cmark = "11.0.0" rayon = "1.8.0"