aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-10 04:16:32 +0000
committerGitHub <noreply@github.com>2021-05-10 04:16:32 +0000
commit41960fd063c4fe4b59858611b6d24290f04ec475 (patch)
tree5ab6154ded2642d77878ff8fa29872aa7615f35f
parentMerge pull request #522 from svenstaro/dependabot/cargo/regex-1.5.4 (diff)
downloadminiserve-41960fd063c4fe4b59858611b6d24290f04ec475.tar.gz
miniserve-41960fd063c4fe4b59858611b6d24290f04ec475.zip
Bump url from 2.2.1 to 2.2.2
Bumps [url](https://github.com/servo/rust-url) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.1...v2.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 526bc2a..62b12f6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3041,9 +3041,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
-version = "2.2.1"
+version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
+checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",