From faa9b31dffc530578302e3fc8b0946923de5b218 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 12 Dec 2022 14:02:07 -0500 Subject: [PATCH] Remove home crate path dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de48b4aaf08..d3352269b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ git2 = "0.15.0" git2-curl = "0.16.0" glob = "0.3.0" hex = "0.4" -home = { path = "crates/home", version = "0.5" } +home = "0.5" http-auth = { version = "0.1.6", default-features = false } humantime = "2.0.0" indexmap = "1"