Skip to content

Commit

Permalink
Merge pull request #379 from fussybeaver/ND/hyperlocal-next
Browse files Browse the repository at this point in the history
chore(deps): Use hyperlocal-next
  • Loading branch information
fussybeaver committed Mar 2, 2024
2 parents 907fcf6 + fc2216a commit d258ede
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 @@ -80,7 +80,7 @@ tokio = { version = "1.7", features = ["fs", "rt-multi-thread", "macros"] }
yup-hyper-mock = { version = "8.0.0" }

[target.'cfg(unix)'.dependencies]
hyperlocal = { git = "https://github.com/softprops/hyperlocal", rev = "34dc8579d74f96b68ddbd55582c76019ae18cfdc", version = "0.9.0-alpha" }
hyperlocal-next = { version = "0.9.0" }

[target.'cfg(unix)'.dev-dependencies]
termion = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use hyper_rustls::HttpsConnector;
use hyper_util::client::legacy::connect::HttpConnector;
use hyper_util::{client::legacy::Client, rt::TokioExecutor};
#[cfg(unix)]
use hyperlocal::UnixConnector;
use hyperlocal_next::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 d258ede

Please sign in to comment.