From b1a5ddb920f550e987542ecd698ad05b8eccf464 Mon Sep 17 00:00:00 2001 From: Maxim Zhukov Date: Tue, 29 Dec 2020 02:52:28 +0300 Subject: [PATCH] chore(dev-dependencies): bump url to 2.2 (#2379) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce79f636b7..e392d18c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tokio = { version = "1", features = [ tokio-test = "0.4" tokio-util = { version = "0.6", features = ["codec"] } tower-util = "0.3" -url = "1.0" +url = "2.2" [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies] pnet_datalink = "0.27.2"