diff options
| author | Aapo Alasuutari <aapo.alasuutari@gmail.com> | 2022-09-22 07:35:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-22 10:05:24 +0530 |
| commit | 707e9e35804d9295996c5e86663209f14965d8f0 (patch) | |
| tree | ff00d2e8bd51f17f9ac31a4d28aafd3aa7d7f539 /Cargo.lock | |
| parent | cc32a297da2d92983573a1cea1ca669d6139d77d (diff) | |
feat(ops): Automatic fast ops creation (#15527)
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 96505d9f6..da8df04a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5315,9 +5315,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.50.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c5d353ef04138242857d4f14f679659460f240275119424df31de5f6f1184fd" +checksum = "e72791f754a6517e86d88e4521baad3a7d428ce54e266ba560b8747b2a99b946" dependencies = [ "bitflags", "fslock", |
