diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-06-06 18:37:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 22:37:41 +0000 |
| commit | 7a17eba5a748b2362bec48de4edd9f1c214df1f1 (patch) | |
| tree | 39b48d22126a8ac658bedee87fd448458be5fb80 /Cargo.lock | |
| parent | 47d19461a59cc7997f24987d8564e757683b8a5e (diff) | |
refactor: `NpmRegistryApi` - `#[async_trait(?Send)]` (#24126)
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 5c1d7c6e3..6b07f078e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,9 +1734,9 @@ dependencies = [ [[package]] name = "deno_npm" -version = "0.21.2" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7ae566a3cba78bf05751c20708f28385fe339b1d07bd8daff16316317d4228" +checksum = "a78b95f0daab64d3cfb28b13be2b40d73c8b9563bbce3aa50fc322a7325ce0b9" dependencies = [ "anyhow", "async-trait", |
