From 93d4dbcd1ab715ea01285f81986f295cd9a468d8 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 26 Jul 2022 22:12:04 +1000 Subject: [PATCH] Enable feature serde of dep url Signed-off-by: Jiahao XU --- Cargo.lock | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 1879a402..55b7e882 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,6 +1815,7 @@ dependencies = [ "idna", "matches", "percent-encoding", + "serde", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 913a1fd7..8907e68f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ thiserror = "1.0.31" tinytemplate = "1.2.1" tokio = { version = "1.20.0", features = ["rt-multi-thread", "process", "sync"], default-features = false } toml_edit = { version = "0.14.4", features = ["easy"] } -url = "2.2.2" +url = { version = "2.2.2", features = ["serde"] } xz2 = "0.1.7" # Disable all features of zip except for features of compression algorithms: