From 53fc475a9e6fa53cffe211ec8be8134e0d872b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 04:35:29 +0000 Subject: [PATCH] build(deps): 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 ac36fbd3..97d96a34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -790,9 +790,9 @@ dependencies = [ [[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 = "phf" diff --git a/Cargo.toml b/Cargo.toml index 13141f3b..226eba02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ num_cpus = "1.16" number_prefix = "0.4" palette = { version = "0.7.3", default-features = false, features = ["std"] } once_cell = "1.18.0" -percent-encoding = "2.3.0" +percent-encoding = "2.3.1" phf = { version = "0.11.2", features = ["macros"] } plist = { version = "1.6.0", default-features = false } scoped_threadpool = "0.1"