From ffc41ae1cc58c4f58137c6f1d5c11e0cac0e9a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 06:31:20 +0000 Subject: [PATCH] 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[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18ea419b..658aff91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3912,9 +3912,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", diff --git a/Cargo.toml b/Cargo.toml index 7883206c..b3dda572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ semver = { version = "0.11.0", features = ["serde"] } serde = { version = "1.0.123", default-features = false, features = ["derive"] } serde_json = "1.0.62" tempfile = "3.2.0" -url = { version = "2.2.0", features = ["serde"] } +url = { version = "2.2.1", features = ["serde"] } binaryen = { version = "0.12.0", optional = true } impl-serde = "0.3.1" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 6a3997c9..3e17009a 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -20,7 +20,7 @@ path = "lib.rs" semver = { version = "0.11.0", features = ["serde"] } serde = { version = "1.0.123", default-features = false, features = ["derive"] } serde_json = "1.0.62" -url = { version = "2.2.0", features = ["serde"] } +url = { version = "2.2.1", features = ["serde"] } [dev-dependencies] pretty_assertions = "0.6.1" -- GitLab