diff --git a/Cargo.lock b/Cargo.lock index 0fe7c8b1..10d4a0bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,9 +351,9 @@ dependencies = [ [[package]] name = "hyper-unix-socket" -version = "0.0.0-development" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7afaeb322f1074f2bf491047738d3655f3331157ff127dd3250193ef79a0e2eb" +checksum = "c255628da188a9d9ee218bae99da33a4b684ed63abe140a94d0f6e4b5af9a090" dependencies = [ "bytes", "hyper", diff --git a/Cargo.toml b/Cargo.toml index 0d1ef6b4..8adf929d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ hyper = { version = "1.5.2", default-features = false } hyper-tls = { version = "0.6.0", default-features = false, features = [ "vendored", ] } -hyper-unix-socket = "0.0.0-development" +hyper-unix-socket = "0.3.0" hyper-util = { version = "0.1.10", default-features = false, features = [ "client-legacy", "http1",