aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-vcs/src/driver/gitlab.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-vcs/src/driver/gitlab.rs')
-rw-r--r--crates/mozart-vcs/src/driver/gitlab.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart-vcs/src/driver/gitlab.rs b/crates/mozart-vcs/src/driver/gitlab.rs
index c1afbcb..937251a 100644
--- a/crates/mozart-vcs/src/driver/gitlab.rs
+++ b/crates/mozart-vcs/src/driver/gitlab.rs
@@ -44,7 +44,7 @@ impl GitLabDriver {
branches: None,
info_cache: IndexMap::new(),
git_driver: None,
- http_client: Client::new(),
+ http_client: mozart_core::http::default_client(),
config,
api_failed: false,
}