diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-10-25 21:14:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 21:14:08 -0400 |
| commit | 4d166e638f387db45d9ae1fe967db6a18ff7cc03 (patch) | |
| tree | ea5ff7e06002340e8b1d2efdd2912f7484d67d60 /Cargo.lock | |
| parent | ab0c33ebf83f25b526f732e3e07de5e75a6e69bb (diff) | |
feat(task): support `sleep` suffixes (#16425)
Co-authored-by: sigmaSd <sigmasd@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 571966dc1..367c93382 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,9 +1226,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e4e1c86712e2cded9046ac6748cbe5dba87042f045265a51b1ac2629a7fa6c5" +checksum = "a275d3f78e828b4adddf20a472d9ac1927ac311aac48dca869bb8653d5a4a0b9" dependencies = [ "anyhow", "futures", |
