From 9835e2ae736235810b4ea1c162ca5e65c547e770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 04:49:50 +0200 Subject: Merging upstream version 1.71.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/gix-url/src/impls.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/gix-url/src/impls.rs') diff --git a/vendor/gix-url/src/impls.rs b/vendor/gix-url/src/impls.rs index d3c578088..14926fc3c 100644 --- a/vendor/gix-url/src/impls.rs +++ b/vendor/gix-url/src/impls.rs @@ -13,6 +13,7 @@ impl Default for Url { serialize_alternative_form: false, scheme: Scheme::Ssh, user: None, + password: None, host: None, port: None, path: bstr::BString::default(), -- cgit v1.2.3