diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-11-24 19:37:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 19:37:02 -0500 |
commit | e6a9588b4375f7ff3f445d13e4cd4b3c334d451c (patch) | |
tree | c5dc71687bb3f38174d287a54d583e1b8c8f219e /Cargo.lock | |
parent | 72dd7ad8075d626f5ec4aedca5f6aaae19c736bb (diff) |
fix(task): output encoding issues on windows (#16794)
Closes #16792
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 5b9a49f5e..277f222a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,9 +1226,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8ad1e1002ecf8bafcb9b968bf19856ba4fe0e6c0c73b3404565bb29b15aae2c" +checksum = "a071a6407ade5107091a2481a502e7e6a9a96c5a631c71748058c5a28928fcd3" dependencies = [ "anyhow", "futures", |