diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-05-24 16:23:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 16:23:10 -0400 |
| commit | 91ca9904b57db275a51a81ad71b1ee9fe42c7cda (patch) | |
| tree | da6b478939b6bdf5a11f57a5a92f1dad8905fca5 /Cargo.lock | |
| parent | 114ec3c1f71b40bd4bba473b0187e7c664ed1755 (diff) | |
refactor: upgrade to deno_npm 0.6 (#19244)
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 ab6801506..7bf57ff6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1217,9 +1217,9 @@ dependencies = [ [[package]] name = "deno_npm" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9885542e422eb2500f279c2cf9d048a2b306db60df83ec4c34cefe71ae6cc2a" +checksum = "54607b69689ab1e778e5e00545456e6f0c2310205e1bdae01af601c2dace0121" dependencies = [ "anyhow", "async-trait", |
