diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-06-16 19:40:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-16 19:40:26 +0200 |
| commit | fa6274cffe43a35fa14a0de75a4614e19d2d3013 (patch) | |
| tree | 96c3af172ef33e3fd84c8e2b9f78636969925d01 /Cargo.lock | |
| parent | 231b8fe27a63e3011c94bff7c2169b7ebd1612a5 (diff) | |
cleanup(ops): match variations with regexes (#14888)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 146c2befe..a7b9760a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1056,9 +1056,11 @@ dependencies = [ name = "deno_ops" version = "0.17.0" dependencies = [ + "once_cell", "proc-macro-crate", "proc-macro2 1.0.38", "quote 1.0.18", + "regex", "syn 1.0.93", ] |
