From f967d3c4fd68134c72e75dca2c2941ec402412d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:27:24 +0100 Subject: [PATCH] build(deps): bump percent-encoding from 2.3.0 to 2.3.1 (#30777) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83b6f4f2530..dcae03ab4ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4178,9 +4178,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[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 = "petgraph" diff --git a/Cargo.toml b/Cargo.toml index 58a78124bfd..a0b3f8e7791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ msg = { path = "components/shared/msg" } net_traits = { path = "components/shared/net" } num-traits = "0.2" parking_lot = "0.12" -percent-encoding = "2.0" +percent-encoding = "2.3" proc-macro2 = "1" profile_traits = { path = "components/shared/profile" } quote = "1"