diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-15 19:15:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 19:15:39 -0500 |
| commit | 4e72ca313a8fa1d826783bdc5657937da97d590c (patch) | |
| tree | 254bb4074df8a8dfe42200bc0e613b7e082651f3 /Cargo.lock | |
| parent | 3ff80eb1521c49a43e0fae53840e5a636571ebfe (diff) | |
refactor: use globbing from deno_config (#21925)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index eaf124b1a..858b0c17b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1128,11 +1128,12 @@ dependencies = [ [[package]] name = "deno_config" -version = "0.6.5" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97979f94af93f388822233278ede930414efa273d6eb495de7680f2a6862a4d3" +checksum = "62edb1811b076bf29670385098bc6e1cfee37dae70b71a665e7a1534098ba805" dependencies = [ "anyhow", + "glob", "indexmap", "jsonc-parser", "log", |
