From 54699e39e720ea9e785fe79fa85e0da791f9f555 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:54:14 +0200 Subject: [PATCH] fixup! fixup! Always provide default task context (#10764) --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 7468b53741..7b73d6b5f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4318,7 +4318,9 @@ dependencies = [ "git2", "lazy_static", "log", + "parking_lot", "pretty_assertions", + "rope", "serde", "serde_json", "smol", @@ -4327,6 +4329,7 @@ dependencies = [ "time", "unindent", "url", + "util", "windows 0.53.0", ]