From 1cc59e6c5c01efa72f6e7e1c6d0388b5782cf662 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 5 Jul 2022 13:00:42 -0400 Subject: chore: unpin pin project to fix cargo publish (#15085) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e335a4b53..41e2be4ca 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -82,7 +82,7 @@ notify = "=5.0.0-pre.15" once_cell = "=1.12.0" os_pipe = "=1.0.1" percent-encoding = "=2.1.0" -pin-project = "=1.0.10" +pin-project = "1.0.11" # don't pin because they yank crates from cargo rand = { version = "=0.8.5", features = ["small_rng"] } regex = "=1.5.6" ring = "=0.16.20" -- cgit v1.2.3