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]