From 598ee0199a50d30d06f4a2fa67bed5943c6452b4 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Thu, 5 Mar 2026 16:21:38 +0300 Subject: Deserialize URLs to Url type directly This saves the effort of having to do it manually later on. Also avoids duplication in parsing. --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index c546287..9417be2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,6 +860,7 @@ dependencies = [ "serde", "serde_json", "tokio", + "url", "zip", ] @@ -1663,6 +1664,7 @@ dependencies = [ "idna", "percent-encoding", "serde", + "serde_derive", ] [[package]] -- cgit v1.2.3-70-g09d2