diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-21 14:12:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 14:12:36 -0500 |
| commit | a2c1cc5a1a8513b9f6434de2764602ae97e6d8b3 (patch) | |
| tree | e0ca38197835482660c169674125a3e6ba2c954d /Cargo.lock | |
| parent | 8aa529f1b8934fc8aefdfd721e363b71a7c9c269 (diff) | |
fix(publish): better no-slow-types type discovery (#22517)
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 797939090..01f2ce4a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,9 +1418,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.68.0" +version = "0.68.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47a122de1af66e3b5389a914ce0bf6296271138d259fb78259b839ca7e0722a7" +checksum = "85cc3b07418c76c385f51442a12ad679b38cdbf16ce2233fe8bd20d2a68b8bc2" dependencies = [ "anyhow", "async-trait", |
