Skip to content

Commit

Permalink
Commit from GitHub Actions (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed May 23, 2024
1 parent dbae99d commit 6f9b73c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ use std::time::Duration;

use eyre::{Report, Result};
use once_cell::sync::Lazy;
use reqwest::IntoUrl;
use reqwest::{ClientBuilder, Response};
use reqwest::{ClientBuilder, IntoUrl, Response};
use url::Url;

use crate::cli::version;
Expand Down

0 comments on commit 6f9b73c

Please sign in to comment.