diff options
| author | John Spurlock <47259736+johnspurlock-skymethod@users.noreply.github.com> | 2024-02-06 17:49:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 18:49:24 -0500 |
| commit | 82401e9fe00858f7189cd2eb6197b2975e02ff62 (patch) | |
| tree | 9ac95c92228079968a3740c251ac0d916932dd16 /Cargo.lock | |
| parent | 33d12c1d5774afc575b371083c1e72e8db03edea (diff) | |
fix(publish): 'explit' typo (#22296)
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 4fb5f2ca6..ebf28430e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1374,9 +1374,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.64.1" +version = "0.64.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0eb6ad784fa5885867ba00e0db8ddcb2d98a4a0234fe336d50a13092e268c44" +checksum = "a60def166df99195520b3b020974fdf7d3865b7a07eca5284ff0d24235f972da" dependencies = [ "anyhow", "async-trait", |
