From 085ff0c6797e8a11ac85405f4a9d9b0854dbf175 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 18:36:32 +0000 Subject: [PATCH] build(deps): bump url from 1.7.2 to 2.1.1 Bumps [url](https://github.com/servo/rust-url) from 1.7.2 to 2.1.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v1.7.2...v2.1.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- hydra/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc4e4ae..071a93a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -736,7 +736,7 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/hydra/Cargo.toml b/hydra/Cargo.toml index 1789420..5b54140 100644 --- a/hydra/Cargo.toml +++ b/hydra/Cargo.toml @@ -7,7 +7,7 @@ authors = ["OpenAPI Generator team and contributors"] serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" -url = "1.5" +url = "2.1" reqwest = "~0.9" [dev-dependencies]