From 5063b8df2238fd1e3c67c5bc39e2cbd60e69465c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 08:48:51 -0700 Subject: [PATCH] Bump percent-encoding from 2.1.0 to 2.2.0 (#440) Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/percent-encoding-v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: percent-encoding dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18ecb41bb..8e12fe694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,9 +947,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" +checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pest" diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index db67d0a16..fad459aff 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -21,7 +21,7 @@ http = "0.2.8" indexmap = "1.9.1" openapiv3 = "=1.0.1" paste = "1.0.9" -percent-encoding = "2.1.0" +percent-encoding = "2.2.0" proc-macro2 = "1.0.43" rustls = "0.20.6" rustls-pemfile = "1.0.1"