summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-07-05 13:00:42 -0400
committerDavid Sherret <dsherret@users.noreply.github.com>2022-07-05 14:24:40 -0400
commit1cc59e6c5c01efa72f6e7e1c6d0388b5782cf662 (patch)
treeaf04e497723f35aaf89b412733d08747799bb8d8 /cli
parent9d061c9e68301ad2487e5594fd0341026af409e4 (diff)
chore: unpin pin project to fix cargo publish (#15085)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"