aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-19 05:25:17 +0000
committerGitHub <noreply@github.com>2021-02-19 05:25:17 +0000
commitd52cd915ce250cd124de16c3b69ded80e866ba29 (patch)
tree25df3e72664c15dd3ccaad39a9f36692bd530235
parentMerge pull request #447 from svenstaro/dependabot/cargo/zip-0.5.10 (diff)
downloadminiserve-d52cd915ce250cd124de16c3b69ded80e866ba29.tar.gz
miniserve-d52cd915ce250cd124de16c3b69ded80e866ba29.zip
Bump url from 2.2.0 to 2.2.1
Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1) 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 2b66f7a..c0cac50 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3207,9 +3207,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
-version = "2.2.0"
+version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
+checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
dependencies = [
"form_urlencoded",
"idna",