Skip to content

Commit

Permalink
chore: Use hyperlocal 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Jul 24, 2024
1 parent f99b2a5 commit 6e9a516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ yup-hyper-mock = { version = "8.0.0" }
once_cell = "1.19"

[target.'cfg(unix)'.dependencies]
hyperlocal-next = { version = "0.9.0" }
hyperlocal = { version = "0.9.0" }

[target.'cfg(unix)'.dev-dependencies]
termion = "4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use hyper_rustls::HttpsConnector;
use hyper_util::client::legacy::connect::HttpConnector;
use hyper_util::{client::legacy::Client, rt::TokioExecutor};
#[cfg(unix)]
use hyperlocal_next::UnixConnector;
use hyperlocal::UnixConnector;
use log::{debug, trace};
#[cfg(feature = "ssl")]
use rustls::{crypto::ring::sign::any_supported_type, sign::CertifiedKey, ALL_VERSIONS};
Expand Down

0 comments on commit 6e9a516

Please sign in to comment.