diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-05-13 21:11:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-13 21:11:40 +0200 |
| commit | cf6f965e2506a24d345bd8b1d8c20390f3f246fa (patch) | |
| tree | 88a0cc6d21d7cd99b9b0ce82d4ccea361a4b5191 /Cargo.lock | |
| parent | ab88dc2c688ba085de476ae66a67bc383a921819 (diff) | |
chore: upgrade rusty_v8 to 0.71.2 (#19116)
Closes https://github.com/denoland/deno/issues/19021
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 b2ef8559d..4b46e4b65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5703,9 +5703,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.71.1" +version = "0.71.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a2ece81e9f3d573376d5301b0d1c1c0ffcb63d57e6164ddf1bc844b4c8a23b" +checksum = "1a4bbfd886a9c2f87170438c0cdb6b1ddbfe80412ab591c83d24c7e48e487313" dependencies = [ "bitflags 1.3.2", "fslock", |
