From 5c99dc43cb8b6193bcc12e299fa4bca1a87592d0 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 4 May 2023 07:24:48 -0700 Subject: [PATCH] Update lock to normalize `home` dep --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8b8a0ed1cb3..0c175248847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1403,7 +1403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fc78f47095a0c15aea0e66103838f0748f4494bf7a9555dfe0f00425400396c" dependencies = [ "bstr", - "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "home 0.5.5", "once_cell", "thiserror", ]